|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <TargetFramework>net8.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <UserSecretsId>669676e4-410e-47bc-a260-8c851a25b590</UserSecretsId> |
| 7 | + <GenerateProgramFile>false</GenerateProgramFile> |
7 | 8 | </PropertyGroup> |
8 | 9 |
|
9 | 10 | <ItemGroup> |
|
14 | 15 |
|
15 | 16 | <ItemGroup> |
16 | 17 | <PackageReference Include="Json.Net" Version="1.0.33" /> |
17 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.8" /> |
18 | | - <PackageReference Include="Microsoft.Extensions.Identity.Core" Version="6.0.8" /> |
19 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.8" /> |
20 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.8" /> |
21 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.8" /> |
22 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="6.0.8" /> |
23 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SQLite" Version="6.0.8" /> |
24 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.8"> |
| 18 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.12" /> |
| 19 | + <PackageReference Include="Microsoft.Extensions.Identity.Core" Version="7.0.12" /> |
| 20 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.12" /> |
| 21 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.12" /> |
| 22 | + <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" /> |
| 23 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.10" /> |
| 24 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="7.0.12" /> |
| 25 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SQLite" Version="7.0.12" /> |
| 26 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.12"> |
25 | 27 | <PrivateAssets>all</PrivateAssets> |
26 | 28 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
27 | 29 | </PackageReference> |
28 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" /> |
| 30 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" /> |
29 | 31 | <PackageReference Include="System.Data.SqlClient" Version="4.8.3" /> |
30 | 32 | </ItemGroup> |
31 | 33 |
|
|
0 commit comments