|
1 | | -<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net6.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <UserSecretsId>Demo-99C23405-82C0-4B27-8A15-F3B0744E06BE</UserSecretsId> |
6 | 6 | <WebProject_DirectoryAccessLevelKey>0</WebProject_DirectoryAccessLevelKey> |
7 | 7 | <RootNamespace>Demo</RootNamespace> |
|
14 | 14 | </ItemGroup> |
15 | 15 |
|
16 | 16 | <ItemGroup> |
17 | | - <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.9" /> |
18 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="6.0.6" /> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.5" /> |
20 | | - <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.5" /> |
21 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.6"> |
| 17 | + <PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" /> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="8.0.16" /> |
| 19 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.16" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.16" /> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.16"> |
22 | 22 | <PrivateAssets>all</PrivateAssets> |
23 | 23 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
24 | 24 | </PackageReference> |
25 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.5" /> |
26 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5"> |
| 25 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="8.0.16" /> |
| 26 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.16"> |
27 | 27 | <PrivateAssets>all</PrivateAssets> |
28 | 28 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
29 | 29 | </PackageReference> |
30 | | - <PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="7.0.2" /> |
| 30 | + <PackageReference Include="Microsoft.Extensions.Caching.SqlServer" Version="8.0.16" /> |
31 | 31 | <PackageReference Include="Microsoft.Graph" Version="4.31.0" /> |
32 | | - <PackageReference Include="Microsoft.Identity.Web" Version="1.25.1" /> |
33 | | - <PackageReference Include="Microsoft.Identity.Web.UI" Version="1.24.1" /> |
34 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.9" /> |
| 32 | + <PackageReference Include="Microsoft.Identity.Web" Version="3.9.1" /> |
| 33 | + <PackageReference Include="Microsoft.Identity.Web.UI" Version="3.9.1" /> |
| 34 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.7" /> |
35 | 35 | </ItemGroup> |
36 | 36 |
|
37 | 37 | <ItemGroup> |
|
0 commit comments