I want to create a project in .Net Core 2.0, but some how the Visual Studio 2017 SDK does not displays the .Net Core 2.0 in Target Framework selection drop down list.
I have already installed .net Core 2.0 SDK on my machine.
Any help would be appreciated.
Visual Studio 2017 Support for . Among the workloads and project types, you can find support for . NET Framework, . NET Core, Mono, and . NET Native for Universal Windows Platform (UWP).
Run Visual Studio 2017 and Select File > New Project. On the left menu select Visual C# > . NET Core. On the list of application templates pick ASP.NET Core Web Application.
To get .Net Core 2.0 working, you need to make sure you have updated to Visual Studio 2017 15.3
, selected the .Net Core Workload during Visual Studio 2017 Setup:
and finally installed the .net Core 2.0 SDK.
If you have done all steps, you can create a project with .Net Core 2.0.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With