Fix/issue 756 (#762)

* fix issue https://github.com/dotnet-architecture/eShopOnWeb/issues/756

* update all nuget package
This commit is contained in:
Cédric Michel
2022-07-21 15:27:29 +02:00
committed by GitHub
parent d8616ffb02
commit b4e184046f
9 changed files with 44 additions and 44 deletions

View File

@@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.5" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="6.0.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.10" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.10" />