File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments