Skip to content

Commit 7628e6f

Browse files
committed
Update test package versions to 8.0.25
Upgraded Microsoft.AspNetCore.Mvc.Testing and Microsoft.EntityFrameworkCore.InMemory NuGet packages from 8.0.24 to 8.0.25 in TinyRepository.Tests.csproj. No other changes were made.
1 parent 1951b4a commit 7628e6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/TinyRepository.Tests/TinyRepository.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<PrivateAssets>all</PrivateAssets>
1515
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1616
</PackageReference>
17-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.24" />
18-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.24" />
17+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="8.0.25" />
18+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.25" />
1919
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
2020
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
2121
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)