File tree 5 files changed +17
-17
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 +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.8 " />
18
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.8 " />
19
- <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 7.0.8 " />
20
- <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 7.0.8 " />
21
- <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.8 " >
17
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 7.0.9 " />
18
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.9 " />
19
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version =" 7.0.9 " />
20
+ <PackageReference Include =" Microsoft.AspNetCore.Identity.UI" Version =" 7.0.9 " />
21
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.Design" Version =" 7.0.9 " >
22
22
<IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
23
23
<PrivateAssets >all</PrivateAssets >
24
24
</PackageReference >
25
- <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7.0.8 " />
25
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 7.0.9 " />
26
26
<PackageReference Include =" Aguacongas.AspNetCore.Authentication.EntityFramework" Version =" 4.1.1" />
27
27
<PackageReference Include =" Aguacongas.AspNetCore.Authentication.Redis" Version =" 4.1.1" />
28
28
</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.8 " />
31
+ <PackageReference Include =" Microsoft.EntityFrameworkCore" Version =" 7.0.9 " />
32
32
</ItemGroup >
33
33
34
34
<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.8 " />
31
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.8 " />
32
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.8 " />
33
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 7.0.8 " />
34
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 7.0.8 " />
35
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 7.0.8 " />
36
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 7.0.8 " />
30
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Facebook" Version =" 7.0.9 " />
31
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Google" Version =" 7.0.9 " />
32
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 7.0.9 " />
33
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version =" 7.0.9 " />
34
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.OpenIdConnect" Version =" 7.0.9 " />
35
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.Twitter" Version =" 7.0.9 " />
36
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 7.0.9 " />
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.8 " />
14
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.9 " />
15
15
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
16
16
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.5.0" >
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.8 " />
15
- <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.8 " />
14
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.WsFederation" Version =" 7.0.9 " />
15
+ <PackageReference Include =" Microsoft.EntityFrameworkCore.InMemory" Version =" 7.0.9 " />
16
16
<PackageReference Include =" Moq" Version =" 4.18.4" />
17
17
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.6.3" />
18
18
<PackageReference Include =" xunit" Version =" 2.5.0" />
You can’t perform that action at this time.
0 commit comments