Skip to content

Commit

Permalink
#18: Updated Microsoft.AspNetCore.Mvc.Testing nuget package to its la…
Browse files Browse the repository at this point in the history
…test version available for net6.0
  • Loading branch information
MarcinCelej committed Dec 28, 2023
1 parent 821913a commit e7ab4ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="xunit" Version="2.6.4" />
Expand Down
2 changes: 1 addition & 1 deletion Web/Synergy.Web.Api.Testing/Synergy.Web.Api.Testing.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="3.1.13" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.25" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
</ItemGroup>

Expand Down

0 comments on commit e7ab4ce

Please sign in to comment.