Skip to content

Commit b1e025b

Browse files
authored
Merge pull request #58 from Aguafrommars/fix/dependencies
update packages
2 parents d6093f1 + 3b26f23 commit b1e025b

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
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="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" />
17+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.9" />
18+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.9" />
19+
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.9" />
20+
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.9" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.9" />
2222
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="3.1.2" />
2323
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="3.1.2" />
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="3.1.8" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="3.1.9" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626

2727
<ItemGroup>
2828
<PackageReference Include="Microsoft.AspNetCore.Authentication.Cookies" Version="2.2.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" />
29+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="3.1.9" />
30+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="3.1.9" />
31+
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.9" />
32+
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.9" />
3333
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.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" />
34+
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.9" />
35+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.9" />
36+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="3.1.9" />
3737
<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" />
38+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.9" />
39+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="3.1.9" />
40+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.1.9" />
4141
<PackageReference Include="Moq" Version="4.14.6" />
4242
<PackageReference Include="xunit.analyzers" Version="0.10.0" />
4343
<PackageReference Include="xunit.assert" Version="2.4.1" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1111
<PrivateAssets>all</PrivateAssets>
1212
</PackageReference>
13-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.8" />
13+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.9" />
1414
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
1616
<PrivateAssets>all</PrivateAssets>

test/Aguacongas.AspNetCore.Authentication.Test/Aguacongas.AspNetCore.Authentication.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="3.1.8" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.9" />
1515
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />
1616
<PackageReference Include="Moq" Version="4.14.6" />
1717
<PackageReference Include="xunit" Version="2.4.1" />

0 commit comments

Comments
 (0)