Version of ASP.Net Core

Asked

Viewed 144 times

0

Good afternoon,

I’m starting with Dotnet Core, and when I create my first project choosing the option "ASP.NET Core Web App(. NET Core)" in the next screen appears me only the versions below

  1. ASP.NET Core 1.0
  2. ASP.NET Core 1.1

However I already installed the SDK (dotnet-sdk-2.1.402-win-x64), but this version 2.1 does not appear for me to choose, follows image for better viewing.

inserir a descrição da imagem aqui

Entering the prompt the version is apparently installed.

inserir a descrição da imagem aqui

Has anyone been through it or knows how to fix it ?

1 answer

0

Make sure you are using Visual Studio 2017 Update 3 (version 15.3)

To check your version of Visual Studio 2017: In the Help menu, choose About Microsoft Visual Studio. In the About Microsoft Visual Studio dialog box, check the version number.

  • For applications . NET . NET 2.2 Preview 1, version 15.9 of Visual Studio 2017 (currently in Preview) or higher.
  • For applications . NET Core 2.1, Visual Studio 2017 version 15.7 or higher.
  • For applications . NET Core 2.0, Visual Studio 2017 version 15.3 or higher.
  • For applications . NET Core 1.x, Visual Studio 2017 version 15.0 or higher.

Source: https://docs.microsoft.com/en-us/dotnet/core/windows-prerequisites?tabs=netcore21#prerequisites-with-visual-studio-2017

Browser other questions tagged

You are not signed in. Login or sign up in order to post.