Skip to content

Commit ce2f4ef

Browse files
author
github-actions
committed
fix: update packages
1 parent d16b767 commit ce2f4ef

File tree

9 files changed

+33
-33
lines changed

9 files changed

+33
-33
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image:
1414
environment:
1515
GH_TOKEN:
1616
secure: 0NJdORJRFjpB0dwUYv7bVNsbkldkoBhnvWik/CTOwAF/k9kP+/uTWMFnDcpEpt8E
17-
donetsdk: 6.0.401
17+
donetsdk: 7.0.100
1818
JAVA_HOME: C:\Program Files\Java\jdk14
1919
init:
2020
- cmd: git config --global core.autocrlf true

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
66
<Authors>Olivier Lefebvre</Authors>
77
<Copyright>Copyright (c) 2018 @Olivier Lefebvre</Copyright>
@@ -14,11 +14,11 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.10" />
18-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.10" />
19-
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.10" />
20-
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.10" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.10" />
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" />
2222
<PackageReference Include="Aguacongas.AspNetCore.Authentication.EntityFramework" Version="4.1.1" />
2323
<PackageReference Include="Aguacongas.AspNetCore.Authentication.Redis" Version="4.1.1" />
2424
</ItemGroup>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<Authors>Olivier Lefebvre</Authors>
66
<Copyright>Copyright (c) 2018 @Olivier Lefebvre</Copyright>
77
<PackageLicense>https://raw.githubusercontent.com/aguacongas/DymamicAuthProviders/master/LICENSE</PackageLicense>
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.10" />
31+
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
3232
</ItemGroup>
3333

3434
<ItemGroup>

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<Authors>Olivier Lefebvre</Authors>
66
<Copyright>Copyright (c) 2018 @Olivier Lefebvre</Copyright>
77
<PackageLicense>https://raw.githubusercontent.com/aguacongas/DymamicAuthProviders/master/LICENSE</PackageLicense>
@@ -27,17 +27,17 @@
2727
</ItemGroup>
2828

2929
<ItemGroup>
30-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Facebook" Version="6.0.10" />
31-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Google" Version="6.0.10" />
32-
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.10" />
33-
<PackageReference Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="6.0.10" />
34-
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.10" />
35-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="6.0.10" />
36-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="6.0.10" />
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" />
3737
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
38-
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
39-
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />
40-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
38+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="7.0.0" />
39+
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
40+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" />
4141
<PackageReference Include="Moq" Version="4.18.2" />
4242
<PackageReference Include="xunit.analyzers" Version="1.0.0" />
4343
<PackageReference Include="xunit.assert" Version="2.4.2" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<ItemGroup>
3131
<PackageReference Include="Microsoft.AspNetCore.Authentication.OAuth" Version="2.2.0" />
32-
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="6.0.0" />
32+
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="7.0.0" />
3333
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3434
</ItemGroup>
3535

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<DebugType>Full</DebugType>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
@@ -11,8 +11,8 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.10" />
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
14+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1616
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
<EnablePreviewFeatures>True</EnablePreviewFeatures>
@@ -12,7 +12,7 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
15+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1616
<PackageReference Include="RavenDB.TestDriver" Version="5.4.4" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<DebugType>Full</DebugType>
66
<IsPackable>false</IsPackable>
77
<UserSecretsId>1d86ad40-1ab4-497e-8815-1386d9af8f14</UserSecretsId>
@@ -12,8 +12,8 @@
1212
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1313
<PrivateAssets>all</PrivateAssets>
1414
</PackageReference>
15-
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="6.0.1" />
16-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
15+
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="7.0.0" />
16+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1717
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
1818
<PrivateAssets>all</PrivateAssets>
1919
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net7.0</TargetFramework>
55
<DebugType>Full</DebugType>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
@@ -11,10 +11,10 @@
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
<PrivateAssets>all</PrivateAssets>
1313
</PackageReference>
14-
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="6.0.10" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.10" />
14+
<PackageReference Include="Microsoft.AspNetCore.Authentication.WsFederation" Version="7.0.0" />
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0" />
1616
<PackageReference Include="Moq" Version="4.18.2" />
17-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.3.2" />
17+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.4.0" />
1818
<PackageReference Include="xunit" Version="2.4.2" />
1919
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
2020
<PrivateAssets>all</PrivateAssets>

0 commit comments

Comments
 (0)