|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>net6.0</TargetFramework> |
| 4 | + <TargetFramework>net7.0</TargetFramework> |
5 | 5 | <Authors>Olivier Lefebvre</Authors>
|
6 | 6 | <Copyright>Copyright (c) 2018 @Olivier Lefebvre</Copyright>
|
7 | 7 | <PackageLicense>https://raw.githubusercontent.com/aguacongas/DymamicAuthProviders/master/LICENSE</PackageLicense>
|
|
27 | 27 | </ItemGroup>
|
28 | 28 |
|
29 | 29 | <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" /> |
37 | 37 | <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" /> |
41 | 41 | <PackageReference Include="Moq" Version="4.18.2" />
|
42 | 42 | <PackageReference Include="xunit.analyzers" Version="1.0.0" />
|
43 | 43 | <PackageReference Include="xunit.assert" Version="2.4.2" />
|
|
0 commit comments