File tree Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Expand file tree Collapse file tree 1 file changed +17
-11
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project Sdk =" Microsoft.NET.Sdk" >
33
4- <Import Project =" ../src.props" />
4+ <Import Project =" ../src.props" />
55
6- <PropertyGroup >
7- <Description >A GraphQL Client</Description >
8- <TargetFrameworks >netstandard1.1;netstandard1.3;netstandard2.0</TargetFrameworks >
9- </PropertyGroup >
6+ <PropertyGroup >
7+ <Description >A GraphQL Client</Description >
8+ <TargetFrameworks >netstandard1.1;netstandard1.3;netstandard2.0</TargetFrameworks >
9+ </PropertyGroup >
1010
11- <ItemGroup >
12- <ProjectReference Include =" ..\GraphQL.Common\GraphQL.Common.csproj" />
13- </ItemGroup >
11+ <ItemGroup >
12+ <ProjectReference Include =" ..\GraphQL.Common\GraphQL.Common.csproj" />
13+ </ItemGroup >
1414
15- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.1'" >
16- <PackageReference Include =" System.Net.Http" Version =" 4.3.3" />
17- </ItemGroup >
15+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.1'" >
16+ <PackageReference Include =" System.Net.Http" Version =" 4.3.3" />
17+ </ItemGroup >
18+
19+ <!-- Allow method ReadAsAsync<T>
20+ <ItemGroup>
21+ <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.4" />
22+ </ItemGroup>
23+ -->
1824
1925</Project >
You can’t perform that action at this time.
0 commit comments