ASP.Net Core Version

0

Good afternoon,

I'm starting with DotNet Core, and when I create my first project by choosing " ASP.NET Core Web Application " on the next screen I only see the versions below

  • ASP.NET Core 1.0
  • ASP.NET Core 1.1
  • I have already installed the SDK (dotnet-sdk-2.1.402-win-x64), but this version 2.1 does not appear for me to choose, follow the image for better visualization.

    Enteringthepromptisapparentlyinstalled.

    Has anyone gone through this or do you know how to solve it?

        
    asked by anonymous 19.09.2018 / 21:04

    1 answer

    0

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

      

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

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

    Source: link

        
    21.09.2018 / 20:29