Skip to content

Commit 89e3b08

Browse files
author
Raul Hidalgo Caballero
committed
CTR_K -CTR-D
1 parent bf0bbdf commit 89e3b08

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/GraphQL.Client/GraphQL.Client.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
<Import Project="../src.props" />
55

6+
<PropertyGroup>
7+
<Description>A GraphQL Client</Description>
8+
<Summary>A GraphQL Client</Summary>
9+
</PropertyGroup>
10+
611
<PropertyGroup>
712
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
813
</PropertyGroup>

src/GraphQL.Common/GraphQL.Common.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,17 @@
33

44
<Import Project="../src.props" />
55

6+
<PropertyGroup>
7+
<Description>Common GraphQL classes</Description>
8+
<Summary>Common GraphQL classes</Summary>
9+
</PropertyGroup>
10+
611
<PropertyGroup>
712
<TargetFrameworks>netstandard1.0;netstandard2.0</TargetFrameworks>
813
</PropertyGroup>
914

1015
<ItemGroup>
11-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
16+
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
1217
</ItemGroup>
1318

1419
</Project>

0 commit comments

Comments
 (0)