Skip to content

Commit 99c94e2

Browse files
committed
chore: Update web project to .NET 6.0
1 parent 5a33360 commit 99c94e2

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

Telerik.Examples.Mvc/Telerik.Examples.Mvc/Telerik.Examples.Mvc.csproj

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>
88
<PackageReference Include="AutoMapper" Version="9.0.0" />
99
<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">
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</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" />
2222
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
2323
<PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2022.2.510" />
2424
</ItemGroup>

Telerik.Examples.RazorPages/Telerik.Examples.RazorPages/Telerik.Examples.RazorPages.csproj

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
4-
<TargetFramework>netcoreapp3.0</TargetFramework>
4+
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

77

88
<ItemGroup>
9-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.0.0" />
10-
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.0.0" />
11-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.0.0" />
12-
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.0.0">
9+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.0" />
11+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.0" />
12+
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="3.0.0" />
17-
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.0.0" />
18-
<PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2022.2.621" />
16+
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="6.0.0" />
17+
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="6.0.0" />
18+
<PackageReference Include="Telerik.UI.for.AspNet.Core.Trial" Version="2021.3.1109" />
1919
<PackageReference Include="Telerik.Web.Captcha" Version="1.1.0" />
2020
<PackageReference Include="Telerik.Web.PDF.Trial" Version="2021.2.616" />
2121
</ItemGroup>
@@ -30,7 +30,7 @@
3030
<None Include="Pages\ButtonGroup\ButtonGroupIndex.cshtml" />
3131
<None Include="wwwroot\Content\TabStrip\ajaxContent1.html" />
3232
<None Include="wwwroot\Content\TabStrip\ajaxContent2.html" />
33-
<None Include="wwwroot\Content\TabStrip\ajaxContent3.html" />
33+
<None Include="wwwroot\Content\TabStrip\ajaxContent6.html" />
3434
</ItemGroup>
3535

3636

0 commit comments

Comments
 (0)