si2030
si2030

Reputation: 4045

Downloading DotnetCore 1.1 delivers "DotNetCore.1.0.1-VS2015Tools.Preview2.0.3"

This is a simple question.

I am advised on this page that to upgrade an existing project to asp.net core 1.1 I need to download the .NET Core 1.1 SDK.

I am directed to go to this page to download .NET Core 1.1 SDK. It says .net framework/.net core/ Xamarin. I click on .net core option in the middle.

I then click on option "current" and leave "SDK" as is.

It says at the top .NET Core 1.1 SDK - Installer.

I click on the x64 option for windows and get "DotNetCore.1.0.1-VS2015Tools.Preview2.0.3". This is not what I was expecting.

So where is the Dotnet 1.1 installer or have they not labelled this correctly? ...or is this the correct file anyway?

Upvotes: 0

Views: 703

Answers (1)

GlennSills
GlennSills

Reputation: 4187

That download page is a bit confusing. When you get to the download page you'll see tabs saying LTS and Current. Click the Current tab to get to the 1.1 download. "LTS" stands for 'long term support' and refers to a released version (1.0.*) that Microsoft is going to support for a while.

Upvotes: 1

Related Questions