File tree 6 files changed +17
-17
lines changed
sample/Aguacongas.AspNetCore.Authentication.Sample
Aguacongas.AspNetCore.Authentication.EntityFramework
Aguacongas.AspNetCore.Authentication.Redis
Aguacongas.AspNetCore.Authentication.TestBase
Aguacongas.AspNetCore.Authentication.EntityFramework.Test
Aguacongas.AspNetCore.Authentication.Test
6 files changed +17
-17
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 =" 7.0.0 " />
18
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.0 " />
19
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 7.0.0 " />
20
- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 7.0.0 " />
21
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7.0.0 " />
17
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 7.0.1 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.1 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 7.0.1 " />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 7.0.1 " />
21
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7.0.1 " />
22
22
<PackageReference Include =" Aguacongas.AspNetCore.Authentication.EntityFramework" Version =" 4.1.1" />
23
23
<PackageReference Include =" Aguacongas.AspNetCore.Authentication.Redis" Version =" 4.1.1" />
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 =" 7.0.0 " />
31
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 7.0.1 " />
32
32
</ItemGroup >
33
33
34
34
<ItemGroup >
Original file line number Diff line number Diff line change 23
23
</PropertyGroup >
24
24
25
25
<ItemGroup >
26
- <PackageReference Include =" StackExchange.Redis" Version =" 2.6.80 " />
26
+ <PackageReference Include =" StackExchange.Redis" Version =" 2.6.86 " />
27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
Original file line number Diff line number Diff line change 27
27
</ItemGroup >
28
28
29
29
<ItemGroup >
30
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 7.0.0 " />
31
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.0 " />
32
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.0 " />
33
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 7.0.0 " />
34
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 7.0.0 " />
35
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 7.0.0 " />
36
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 7.0.0 " />
30
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 7.0.1 " />
31
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.1 " />
32
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.1 " />
33
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 7.0.1 " />
34
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 7.0.1 " />
35
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 7.0.1 " />
36
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 7.0.1 " />
37
37
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
38
38
<PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 7.0.0" />
39
39
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 7.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 =" 7.0.0 " />
14
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.1 " />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0" />
16
16
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.5" >
17
17
<PrivateAssets >all</PrivateAssets >
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 =" 7.0.0 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.0 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 7.0.1 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.1 " />
16
16
<PackageReference Include =" Moq" Version =" 4.18.3" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.4.0" />
18
18
<PackageReference Include =" xunit" Version =" 2.4.2" />
You can’t perform that action at this time.
0 commit comments