|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net9.0</TargetFramework> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
8 | | - <LangVersion>12</LangVersion> |
| 8 | + <LangVersion>14</LangVersion> |
9 | 9 | </PropertyGroup> |
10 | 10 | <PropertyGroup> |
11 | 11 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
|
16 | 16 | <PackageReference Include="AutoMapper" Version="16.0.0" /> |
17 | 17 | <PackageReference Include="AutoMapper.Extensions.ExpressionMapping" Version="10.0.0" /> |
18 | 18 | <PackageReference Include="EntityFramework" Version="6.5.1" /> |
19 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.12" /> |
20 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.12" /> |
21 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.10"> |
| 19 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="10.0.0" /> |
| 20 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.0" /> |
| 21 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.0"> |
22 | 22 | <PrivateAssets>all</PrivateAssets> |
23 | 23 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
24 | 24 | </PackageReference> |
25 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.12" /> |
26 | | - <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> |
| 25 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.0" /> |
| 26 | + <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="10.0.0" /> |
27 | 27 | <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.0" /> |
28 | 28 | </ItemGroup> |
29 | 29 |
|
|
0 commit comments