0
I installed . NET Core 2.0, but when I create a new project in Visual Studio 2015 there is no option to choose Asp net core 2.0.
It can be used in VS 2015?
0
I installed . NET Core 2.0, but when I create a new project in Visual Studio 2015 there is no option to choose Asp net core 2.0.
It can be used in VS 2015?
1
Visual Studio 2015 only supports up to . NET Core 1.1. Officially, the . 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 filter only by the packages you will use.
I’ve never heard of any unofficial way to use . NET Core 2.0 on VS2015.
I have doubts if this is true, of course it does not come ready, but it is to work yes.
Browser other questions tagged visual-studio-2015 asp.net-core .net-core
You are not signed in. Login or sign up in order to post.
It’s likely to be possible but I don’t know how, but honestly it’s much simpler to install the VS 2017.3 that comes all ready.
– Maniero
Yeah, but the VS2017 weighs a lot on my laptop even with 8Gb of RAM. I have a second generation i5 core.
– Peres
It’s to weigh less since you choose what to install. The VS only runs in process up to 4GB so it is not to make a difference except in specific cases that few use.
– Maniero