|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFramework>net8.0</TargetFramework> |
| 4 | + <TargetFramework>net9.0</TargetFramework> |
5 | 5 | <UserSecretsId>aspnet-AdminDashboard-7183ED2B-A943-4465-BFEB-70C85C881AAF</UserSecretsId> |
6 | 6 | </PropertyGroup> |
7 | 7 |
|
8 | 8 | <ItemGroup> |
9 | | - <PackageReference Include="CsvHelper" Version="27.1.1" /> |
10 | | - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.0" /> |
11 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.0" /> |
12 | | - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="8.0.0" /> |
13 | | - <PackageReference Include="Microsoft.CodeAnalysis" Version="4.8.0" /> |
14 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="8.0.0" /> |
15 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.0"> |
| 9 | + <PackageReference Include="CsvHelper" Version="33.0.1" /> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="9.0.0" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="9.0.0" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="9.0.0" /> |
| 13 | + <PackageReference Include="Microsoft.CodeAnalysis" Version="4.12.0" /> |
| 14 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="9.0.0"> |
16 | 16 | <PrivateAssets>all</PrivateAssets> |
17 | 17 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
18 | 18 | </PackageReference> |
19 | | - <PackageReference Include="System.Data.SQLite" Version="1.0.118" /> |
20 | | - <PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2024.3.806" /> |
| 19 | + <PackageReference Include="System.Data.SqlClient" Version="4.9.0" /> |
| 20 | + <PackageReference Include="System.Data.SQLite" Version="1.0.119" /> |
| 21 | + <PackageReference Include="System.Drawing.Common" Version="9.0.0" /> |
| 22 | + <PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2024.4.1112" /> |
21 | 23 | </ItemGroup> |
22 | 24 |
|
23 | 25 | </Project> |
0 commit comments