Skip to content

Commit 010522f

Browse files
author
github-actions
committed
fix: update packages
1 parent d684c4e commit 010522f

File tree

7 files changed

+31
-31
lines changed

7 files changed

+31
-31
lines changed

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

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

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.0.0" />
18-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.0.0" />
19-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" />
20-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
22-
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="1.0.0" />
23-
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="1.0.0" />
17+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.8" />
18+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.8" />
19+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.8" />
20+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.8" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.8" />
22+
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="3.1.2" />
23+
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="3.1.2" />
2424
</ItemGroup>
2525
</Project>

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="3.0.0" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.8" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.0" />
29-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.0.0" />
30-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.0.0" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.0.0" />
32-
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.0.0" />
29+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.8" />
30+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.8" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.8" />
32+
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.8" />
3333
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
34-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.0.0" />
35-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.0.0" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.0.0" />
37-
<PackageReference Include="Microsoft.CSharp" Version="4.6.0" />
38-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.0.0" />
39-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.0.0" />
40-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
41-
<PackageReference Include="Moq" Version="4.13.0" />
34+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.8" />
35+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.8" />
36+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.1.8" />
37+
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
38+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.8" />
39+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.8" />
40+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.8" />
41+
<PackageReference Include="Moq" Version="4.14.5" />
4242
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
4343
<PackageReference Include="xunit.assert" Version="2.4.1" />
4444
<PackageReference Include="xunit.core" Version="2.4.1" />

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
32-
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.0.0" />
33-
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
32+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.6" />
33+
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
3434
</ItemGroup>
3535

3636
</Project>

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

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

99
<ItemGroup>
10-
<PackageReference Include="coverlet.collector" Version="1.1.0">
10+
<PackageReference Include="coverlet.collector" Version="1.3.0">
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
15-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.8" />
15+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1818
</PackageReference>

test/Aguacongas.AspNetCore.Authentication.Redis.Test/Aguacongas.AspNetCore.Authentication.Redis.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.1.0">
10+
<PackageReference Include="coverlet.collector" Version="1.3.0">
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
14+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
1717
</PackageReference>

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

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

99
<ItemGroup>
10-
<PackageReference Include="coverlet.collector" Version="1.1.0">
10+
<PackageReference Include="coverlet.collector" Version="1.3.0">
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.0.0" />
15-
<PackageReference Include="Moq" Version="4.13.0" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.8" />
15+
<PackageReference Include="Moq" Version="4.14.5" />
1616
<PackageReference Include="xunit" Version="2.4.1" />
17-
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1">
17+
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
2020
</PackageReference>

0 commit comments

Comments
 (0)