We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82189c7 commit 02b1645Copy full SHA for 02b1645
1 file changed
src/FSharp.Data.GraphQL.Client/FSharp.Data.GraphQL.Client.fsproj
@@ -45,12 +45,12 @@
45
</ItemGroup>
46
<MSBuild Projects="@(_DesignTimeProjectRef)"
47
Targets="GetTargetPath"
48
- Properties="Configuration=$(Configuration);TargetFramework=netstandard2.0">
+ Properties="Configuration=$(Configuration);TargetFramework=$(TargetFramework)">
49
<Output TaskParameter="TargetOutputs" ItemName="_DesignTimeDllPath" />
50
</MSBuild>
51
<ItemGroup>
52
<TfmSpecificPackageFile Include="@(_DesignTimeDllPath)">
53
- <PackagePath>lib/netstandard2.0</PackagePath>
+ <PackagePath>lib/$(TargetFramework)</PackagePath>
54
</TfmSpecificPackageFile>
55
56
</Target>
0 commit comments