|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net7.0</TargetFramework> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
5 | 5 | </PropertyGroup> |
6 | 6 |
|
7 | 7 | <ItemGroup> |
8 | | - <PackageReference Include="AutoMapper" Version="12.0.1" /> |
9 | | - <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" /> |
10 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="7.0.5" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="7.0.5" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="7.0.5" /> |
13 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.13" /> |
14 | | - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="7.0.5" /> |
15 | | - <PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.0" /> |
16 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="7.0.5" /> |
17 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.5"> |
| 8 | + <PackageReference Include="AutoMapper" Version="13.0.1" /> |
| 9 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.1" /> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.1" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.1" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="9.0.1" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="9.0.1" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.OData" Version="9.1.3" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.1" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.1"> |
18 | 17 | <PrivateAssets>all</PrivateAssets> |
19 | 18 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
20 | 19 | </PackageReference> |
21 | | - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="7.0.0" /> |
22 | | - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.6" /> |
23 | | - <PackageReference Include="System.Drawing.Common" Version="7.0.0" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="9.0.1" /> |
| 21 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" /> |
| 22 | + <PackageReference Include="System.Drawing.Common" Version="9.0.1" /> |
| 23 | + <PackageReference Include="System.Net.Http" Version="4.3.4" /> |
| 24 | + <PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" /> |
24 | 25 | <PackageReference Include="Telerik.Core.Export.Trial" Version="2023.3.1114" /> |
25 | 26 | <PackageReference Include="Telerik.Web.Spreadsheet.Trial" Version="2023.3.1114" /> |
26 | 27 | <PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2023.3.1114" /> |
|
0 commit comments