Skip to content

Commit

Permalink
TMH | Zafar, Veena | Fixes microsoft entityframework core in memory a…
Browse files Browse the repository at this point in the history
…nd moq version
  • Loading branch information
Veena-tw committed Jul 27, 2020
1 parent 9026b15 commit 1a8a29b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/In.ProjectEKA.TMHHipTest/In.ProjectEKA.TMHHipTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.6" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.1" />
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Moq" Version="4.14.3" />
<PackageReference Include="Moq" Version="4.14.5" />
<PackageReference Include="Bogus" Version="29.0.2" />
</ItemGroup>

Expand Down

0 comments on commit 1a8a29b

Please sign in to comment.