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

@@ -7,7 +7,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.2.0" />
<PackageReference Include="Moq" Version="4.18.1" />
<PackageReference Include="xunit" Version="2.4.1" />