Hi.
I'm trying to experiment with creating a .Net Core library using Visual Studio 2015.
From what I've read, I needed to install the .Net Core SDK, which I've done. The file name for this install was dotnet-sdk-2.0.3-win-gs-x64.exe.
But with that in place, I'm still not seeing any .Net Core options when I use the Visual Studio 2015 IDE and try to create a new C# project.
The web site where I downloaded the .Net Core SDK (https://www.microsoft.com/net/learn/get-started/windows) said to install the SDK and then install Visual Studio and select the ".Net Core cross-platform development workload" during installation.
But I already had Visual Studio 2015 installed. How do I get it to present .Net Core as a possible template for a new C# project?