I can only create 2.0 and 2.1 projects for some reason. I've just downloaded and installed VS 2019 (with ASP.NET Core) and Telerik (using the Progress Control Panel) and it won't let me create a 3.1 project.
3 Answers, 1 is accepted
0
Dimitar
Telerik team
answered on 21 Dec 2020, 01:07 PM
Hi,
To be able to create a 3.1 project, Visual Studio 2019 with completely installed .NET Core cross-platform development workload is needed - shown in Prerequisites. To install it, start Visual Studio Installer, then select VS 2019 -> Modify -> Find .NET Core cross-platform development at the bottom of the Workloads list and install it.
Regards,
Dimitar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Yes, I already have that installed. Evenmoreso, I'm currently working on a 5.0 net core (ASP) project.. Which is why I find it weird that option is missing
0
Dimitar
Telerik team
answered on 22 Dec 2020, 08:13 AM
Hi,
Our New project wizard shows versions based on the installed dotnet SDK versions. Visual Studio's new project wizard should be showing the same versions. These versions may be checked in command prompt with the following command:
dotnet --list-sdks
If dotnet sdk 3.1 is installed on the machine, then it should be shown in the wizard. As a side note, we are expecting to release .net 5 in the wizard with R1 2021 release in a month.
Regards,
Dimitar
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.