ASP.NET Core 2 template missing in VS 2017

  • I am using VS 2017 Community Edition. version of visual studio

  • I installed the SDK.NET Core 2 from here. .NET Core 2 SDK installed here

  • When I start dotnet --version, I get a response as shown below.

enter image description here

  1. But I do not see ASP.NET Core 2 template, instead I see the following pattern.

enter image description here

How will I get ASP.NET Core 2 templatelike this https://blogs.msdn.microsoft.com/webdev/2017/08/14/announcing-asp-net-core-2-0/#attachment_10076

+4
source share
1 answer

The current version of VS 2017 is 15.3.2. Try running the Visual Studio installer and make sure it does not offer you an update.

- 15.0.0. , , , 15.3.

.NET Core 2.0, Visual Studio 2017 15.3

+8

Source: https://habr.com/ru/post/1684513/


All Articles