Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install .Net Core on Visual Studio 2015?

I can't find any proper explanation with active links to SDKs on how to install .Net Core on Visual Studio 2015.

I'm lost, please advice on how to install it on VS 2015?

like image 297
Marcus Höglund Avatar asked Aug 15 '17 19:08

Marcus Höglund


1 Answers

The only .NET Core runtime versions that work with VS 2015 is RC1, RC2, and 1.0. And the tooling will only work up to preview4. You also have to have update 3 installed. Better just to use VS 2017 or the CLI.

like image 158
Travis Boatman Avatar answered Sep 17 '22 14:09

Travis Boatman