New to Telerik UI for ASP.NET Core? Start a free 30-day trial
Upgrading to .NET 8
Updated over 6 months ago
After upgrading the TargetFramework of the solution to net8.0, you may get the following errors when building the solution:
Version conflict detected for Microsoft.CodeAnalysis.CSharp.Workspaces. Install/reference Microsoft.CodeAnalysis.CSharp.Workspaces (>= 4.5.0) directly to project MyProject to resolve this issue.
Version conflict detected for Microsoft.CodeAnalysis.Common. Install/reference Microsoft.CodeAnalysis.Common (>= 4.5.0) directly to project MyProject to resolve this issue.
Telerik.UI.for.AspNet.Core depends on version 4.4.0 or a higher version of the following packages:
Razor
<PackageReference Include="Microsoft.CodeAnalysis" Version="4.4.0" />
Solution
Install the all-in-one NuGet package Microsoft.CodeAnalysis version 4.5.0 or higher and build the solution.