Skip to content

Commit 4a9c24f

Browse files
author
github-actions
committed
fix: update packages
1 parent a37a4e7 commit 4a9c24f

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.9" />
18-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.9" />
19-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.9" />
20-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.9" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.9" />
17+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.10" />
18+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.10" />
19+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.10" />
20+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.10" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.10" />
2222
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="4.0.3" />
2323
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="4.0.3" />
2424
</ItemGroup>

src/Aguacongas.AspNetCore.Authentication.EntityFramework/Aguacongas.AspNetCore.Authentication.EntityFramework.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.9" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.10" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

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

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727

2828
<ItemGroup>
2929
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
30-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.9" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.9" />
32-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
33-
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.9" />
30+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="5.0.10" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="5.0.10" />
32+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.10" />
33+
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.10" />
3434
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
35-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.9" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.9" />
37-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="5.0.9" />
35+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.10" />
36+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.10" />
37+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="5.0.10" />
3838
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
3939
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
4040
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="5.0.0" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.9" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.10" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1717
<PrivateAssets>all</PrivateAssets>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="5.0.9" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.9" />
14+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="5.0.10" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.10" />
1616
<PackageReference Include="Moq" Version="4.16.1" />
1717
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
1818
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)