Reputation: 11364
I am getting both option "asp.net core 2.0" & "2.1". Will it possible to get option "asp.net core 1.1"?
What component needs to install, could someone suggest!
Upvotes: 0
Views: 195
Reputation: 1407
Open the Visual Studio Installer on your machine (and make sure it is up to date) and then select the Modify option under the More menu.
Select the .NET Core cross-platform development and then in the sidebar, ensure you have checked the .NET Core 1.0 - 1.1 development tools for Web. This should download the .NET Core 1.0 and 1.1 SDKs for Visual Studio and allow you to use them.
Upvotes: 1