Skip to content

Commit a875570

Browse files
author
github-actions
committed
fix: update packages
1 parent 2394159 commit a875570

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Aguacongas.AspNetCore.Authentication.Redis/Aguacongas.AspNetCore.Authentication.Redis.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="StackExchange.Redis" Version="2.6.122" />
26+
<PackageReference Include="StackExchange.Redis" Version="2.7.4" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

src/Aguacongas.AspNetCore.Authentication.TestBase/Aguacongas.AspNetCore.Authentication.TestBase.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.0-rc.2.23479.6" />
4141
<PackageReference Include="Moq" Version="4.20.69" />
4242
<PackageReference Include="xunit.analyzers" Version="1.4.0" />
43-
<PackageReference Include="xunit.assert" Version="2.5.3" />
44-
<PackageReference Include="xunit.core" Version="2.5.3" />
43+
<PackageReference Include="xunit.assert" Version="2.6.0" />
44+
<PackageReference Include="xunit.core" Version="2.6.0" />
4545
</ItemGroup>
4646

4747
<ItemGroup>

test/Aguacongas.AspNetCore.Authentication.Test/Aguacongas.AspNetCore.Authentication.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0-rc.2.23480.1" />
1616
<PackageReference Include="Moq" Version="4.20.69" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0-preview-23503-02" />
18-
<PackageReference Include="xunit" Version="2.5.3" />
18+
<PackageReference Include="xunit" Version="2.6.0" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.3">
2020
<PrivateAssets>all</PrivateAssets>
2121
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

0 commit comments

Comments
 (0)