File tree 5 files changed +16
-16
lines changed
sample/Aguacongas.AspNetCore.Authentication.Sample
Aguacongas.AspNetCore.Authentication.EntityFramework
Aguacongas.AspNetCore.Authentication.TestBase
Aguacongas.AspNetCore.Authentication.EntityFramework.Test
Aguacongas.AspNetCore.Authentication.Test
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
16
16
<ItemGroup >
17
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 5.0.4 " />
18
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.4 " />
19
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 5.0.4 " />
20
- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 5.0.4 " />
21
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.4 " />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 5.0.5 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.5 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 5.0.5 " />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 5.0.5 " />
21
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 5.0.5 " />
22
22
<PackageReference Include =" Aguacongas.AspNetCore.Authentication.EntityFramework" Version =" 4.0.3" />
23
23
<PackageReference Include =" Aguacongas.AspNetCore.Authentication.Redis" Version =" 4.0.3" />
24
24
</ItemGroup >
Original file line number Diff line number Diff line change 28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
31
- <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.4 " />
31
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 5.0.5 " />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
Original file line number Diff line number Diff line change 26
26
27
27
<ItemGroup >
28
28
<PackageReference Include =" Microsoft.AspNetCore.Authentication.Cookies" Version =" 2.2.0" />
29
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 5.0.4 " />
30
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.4 " />
31
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 5.0.4 " />
32
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 5.0.4 " />
29
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 5.0.5 " />
30
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 5.0.5 " />
31
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 5.0.5 " />
32
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 5.0.5 " />
33
33
<PackageReference Include =" Microsoft.AspNetCore.Authentication.OAuth" Version =" 2.2.0" />
34
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 5.0.4 " />
35
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 5.0.4 " />
36
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 5.0.4 " />
34
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 5.0.5 " />
35
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 5.0.5 " />
36
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 5.0.5 " />
37
37
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
38
38
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 5.0.1" />
39
39
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 5.0.0" />
Original file line number Diff line number Diff line change 11
11
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
</PackageReference >
14
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 5.0.4 " />
14
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 5.0.5 " />
15
15
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.3" >
16
16
<PrivateAssets >all</PrivateAssets >
17
17
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
Original file line number Diff line number Diff line change 11
11
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
12
12
<PrivateAssets >all</PrivateAssets >
13
13
</PackageReference >
14
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 5.0.4 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 5.0.4 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 5.0.5 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 5.0.5 " />
16
16
<PackageReference Include =" Moq" Version =" 4.16.1" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.9.4" />
18
18
<PackageReference Include =" xunit" Version =" 2.4.1" />
You can’t perform that action at this time.
0 commit comments