4
  1. I'm using VS 2017 Community Edition. Visual Studio version

  2. I've installed .NET Core 2 SDK from here. .NET Core 2 SDK installed from here

  3. When I run dotnet --version I get reply like following

enter image description here

  1. But I can't see the ASP.NET Core 2 template, instead I see following template.

enter image description here

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

1 Answer 1

10

The current version of VS 2017 is 15.3.2. Try running the Visual Studio Installer and see if it doesn't offer you an upgrade.

The screenshot of your About-window says it's version 15.0.0. The page you link to states that you need version 15.3.

This release features compatibility with .NET Core 2.0, tooling support in Visual Studio 2017 version 15.3

Sign up to request clarification or add additional context in comments.

2 Comments

Please give me some time to download & install latest VS. I'll be back here again.
I found the answer here is what worked for me: stackoverflow.com/a/51017396/685404

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.