I installed .NET Core 2.0, but when I create a new project in Visual Studio 2015 does not appear the option to choose asp net core 2.0.
Is it possible to use the same in VS 2015?
I installed .NET Core 2.0, but when I create a new project in Visual Studio 2015 does not appear the option to choose asp net core 2.0.
Is it possible to use the same in VS 2015?
Visual Studio 2015 only supports .NET Framework 1.1. Officially, .NET Core 2.0 is only available in version 15.3 or higher of Visual Studio 2017. This is because the project file is different ( .csproj
/ .vbproj
vs project.json
)
Download Visual Studio 2017 here . In the installation you only filter by the packages that you will use.
I've never heard of any unofficial way to use .NET Core 2.0 in VS2015.