I only have .Net Core 3 pre-release 9
currently installed and if I want to create a new ASP.Net Core application it tells me the following.
I even turned on Use previews of the .Net Core SDK
in the settings and ensured that C:\Program Files\dotnet\
is at the very top of my PATH environment variable. Also I am using Visual Studio Version 16.2.4
.
If I type dotnet --info
it shows me the following:
You will need VS2019 Preview, not RTM, installed and up-to-date to use .NET Core 3.0 previews with VS: https://devblogs.microsoft.com/dotnet/announcing-net-core-3-0-preview-9/