|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <TargetFramework>net10.0</TargetFramework> |
5 | 5 | <Nullable>enable</Nullable> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <RootNamespace>RestfulServices</RootNamespace> |
8 | 8 | </PropertyGroup> |
9 | 9 |
|
10 | 10 | <ItemGroup> |
11 | 11 | <PackageReference Include="Microsoft.AspNetCore.OData" Version="8.1.2" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.5" /> |
13 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" /> |
14 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.5" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5"> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="10.0.2" /> |
| 13 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="10.0.2" /> |
| 14 | + <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="10.0.2" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="10.0.2" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="10.0.2"> |
17 | 17 | <PrivateAssets>all</PrivateAssets> |
18 | 18 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
19 | 19 | </PackageReference> |
20 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.6" /> |
21 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" /> |
22 | | - <PackageReference Include="Syncfusion.Blazor" Version="21.2.3" /> |
| 20 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" /> |
| 21 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="10.1.1" /> |
| 22 | + <PackageReference Include="Syncfusion.Blazor" Version="32.1.25" /> |
23 | 23 | </ItemGroup> |
24 | 24 |
|
25 | 25 | </Project> |
0 commit comments