Skip to content

Commit

Permalink
Updated Microsoft.NET.Test.Sdk to 17.12.0 and `HotChocolate.AspNe…
Browse files Browse the repository at this point in the history
…tCore` to `14.*`
  • Loading branch information
xperiandri committed Nov 20, 2024
1 parent 087c594 commit b18d95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<ItemGroup Label="Test platform">
<PackageReference Update="BenchmarkDotNet" Version="0.14.*" />
<PackageReference Update="BenchmarkDotNet.Annotations" Version="0.*" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Update="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Update="Microsoft.TestPlatform.TestHost" Version="17.7.*" />
<PackageReference Update="Microsoft.TestPlatform.ObjectModel" Version="17.7.*" />
<PackageReference Update="xunit" Version="$(XUnitVersion)" />
Expand All @@ -75,7 +75,7 @@
<PackageReference Update="GraphQL.Server.Ui.GraphiQL" Version="8.*" />
<PackageReference Update="GraphQL.Server.Ui.Playground" Version="8.*" />
<PackageReference Update="GraphQL.Server.Ui.Voyager" Version="8.*" />
<PackageReference Update="HotChocolate.AspNetCore" Version="13.*" />
<PackageReference Update="HotChocolate.AspNetCore" Version="14.*" />
<PackageReference Update="Iced" Version="1.17.*" />
<PackageReference Update="Microsoft.CodeCoverage" Version="17.3.*" />
<PackageReference Update="Microsoft.Data.Sqlite" Version="$(MicrosoftExtensionsVersion)" />
Expand Down

0 comments on commit b18d95c

Please sign in to comment.