Skip to content

Commit a895a39

Browse files
author
github-actions
committed
fix: update packages
1 parent b754c39 commit a895a39

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample/Aguacongas.AspNetCore.Authentication.Sample/Aguacongas.AspNetCore.Authentication.Sample.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.3" />
2020
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.3" />
2121
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.3" />
22-
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="3.1.2" />
23-
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="3.1.2" />
22+
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="3.2.0" />
23+
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="3.2.0" />
2424
</ItemGroup>
2525
</Project>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="coverlet.collector" Version="1.3.0">
10+
<PackageReference Include="coverlet.collector" Version="3.0.2">
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.0" />
14+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
1515
<PackageReference Include="RavenDB.TestDriver" Version="5.1.4" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1717
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)