Skip to content

Commit 210b3e1

Browse files
author
Raul Hidalgo Caballero
committed
ReadAsAsync
1 parent 4e1d502 commit 210b3e1

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed
Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
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>

0 commit comments

Comments
 (0)