Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

visual studio 2015 .net core tools download location?

Does anyone know where I can find the latest download for Visual Studio 2015 .NET Core Tools. On 2/3/2017 I downloaded Dot Net Tools Visual Studio 2015 Preview 2 from www.microsoft.com/net/core. That page at that time had three choices - Visual Studio 2015, Visual Studio 2017, and Command line / other. I now need to install the tools on a different system and cannot find them anywhere. The .NET Core download page now only has two options - Visual Studio 2017 and Command line /other. Does anyone know where I can download the tools today and where I can expect to find a release version sometime in the future?

like image 903
Zoe Avatar asked Mar 09 '17 19:03

Zoe


People also ask

Where is .NET Core installed?

NET Core is that it installs . NET Core SDKs separately, so the new SDK does not affect the previously installed SDK. You can see all the installed SDKs under "C:\Program Files\dotnet\sdk".

Does Visual Studio 2015 supports .NET Core?

Visual Studio 2015 will only support . NET Core <= 1.1 (ie. project. json).

How do I get .NET Core in Visual Studio?

NET Core can be installed in two ways: By installing Visual Studio 2017/2019 or by installing . NET Core Runtime or SDK. . NET Core installer already contains ASP.NET Core libraries, so there is no separate installer for ASP.NET Core.


1 Answers

That link off of the old page was:

https://go.microsoft.com/fwlink/?LinkID=827546

And is associated with: NET Core 1.0.1 - VS 2015 Tooling Preview 2 - Microsoft Go!

At the preview 2.0.3 level.

like image 94
Karl Guenther Avatar answered Oct 23 '22 04:10

Karl Guenther