Skip to content

Commit

Permalink
upgrade: upgrade base test version
Browse files Browse the repository at this point in the history
  • Loading branch information
Memoyu committed Oct 15, 2024
1 parent 308dc41 commit c45b688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/EasyCaching.UnitTests/EasyCaching.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EasyCaching.BaseTest" Version="1.9.3" />
<PackageReference Include="EasyCaching.BaseTest" Version="1.9.4-alpha20241014013439" />
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="6.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit c45b688

Please sign in to comment.