|
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 | <Nullable>enable</Nullable> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
8 | 8 | </PropertyGroup> |
9 | 9 |
|
10 | 10 | <ItemGroup> |
11 | 11 | <PackageReference Include="Fido2.AspNet" Version="3.0.0" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.6" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.7" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.7" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="6.0.7" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.7" /> |
17 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.7"> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.0" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.0" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.0" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.0" /> |
| 17 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0"> |
18 | 18 | <PrivateAssets>all</PrivateAssets> |
19 | 19 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
20 | 20 | </PackageReference> |
21 | 21 | <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.15.1" /> |
22 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.7" /> |
| 22 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.0" /> |
23 | 23 | <PackageReference Include="NetDevPack" Version="6.0.1" /> |
24 | 24 | </ItemGroup> |
25 | 25 |
|
|
0 commit comments