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 cbe68e1 commit cc131e2Copy full SHA for cc131e2
src/GraphQL.Client/GraphQL.Client.csproj
@@ -15,6 +15,10 @@
15
<DefineConstants>NETFRAMEWORK</DefineConstants>
16
</PropertyGroup>
17
18
+ <ItemGroup>
19
+ <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" />
20
+ </ItemGroup>
21
+
22
<ItemGroup Condition=" '$(TargetFramework)' == 'net461'">
23
<PackageReference Include="System.Net.WebSockets.Client.Managed" Version="1.0.22" />
24
</ItemGroup>
0 commit comments