Skip to content

Commit 469701a

Browse files
author
Raul Hidalgo Caballero
committed
updated libs
1 parent 8a406a6 commit 469701a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

src/GraphQL.Common/GraphQL.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
16-
<PackageReference Include="Newtonsoft.Json" Version="11.0.1" />
16+
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
1717
</ItemGroup>
1818

1919
</Project>

tests/GraphQL.Common.Tests/GraphQL.Common.Tests.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
<ItemGroup>
1111
<ProjectReference Include="..\..\src\GraphQL.Common\GraphQL.Common.csproj" />
1212
</ItemGroup>
13+
14+
<ItemGroup>
15+
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
16+
</ItemGroup>
1317

1418
</Project>

tests/tests.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
12+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.7.0" />
1313
<PackageReference Include="xunit" Version="2.3.1" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
1515
</ItemGroup>

0 commit comments

Comments
 (0)