|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk.Web">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
4 |
| - <TargetFramework>netcoreapp3.0</TargetFramework> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
5 | 5 | </PropertyGroup>
|
6 | 6 |
|
7 | 7 | <ItemGroup>
|
8 | 8 | <PackageReference Include="AutoMapper" Version="9.0.0" />
|
9 | 9 | <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="7.0.0" />
|
10 |
| - <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.0.0" /> |
11 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.0.0" /> |
12 |
| - <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.0.0" /> |
13 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" /> |
14 |
| - <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.0.0" /> |
15 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" /> |
16 |
| - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0"> |
| 10 | + <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="6.0.0" /> |
| 11 | + <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.0" /> |
| 12 | + <PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="6.0.0" /> |
| 13 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" /> |
| 14 | + <PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.0" /> |
| 15 | + <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" /> |
| 16 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0"> |
17 | 17 | <PrivateAssets>all</PrivateAssets>
|
18 | 18 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
19 | 19 | </PackageReference>
|
20 |
| - <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" /> |
21 |
| - <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" /> |
| 20 | + <PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" /> |
| 21 | + <PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" /> |
22 | 22 | <PackageReference Include="System.Drawing.Common" Version="5.0.2" />
|
23 | 23 | <PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2022.2.510" />
|
24 | 24 | </ItemGroup>
|
|
0 commit comments