Things are moving so fast nowadays that it's hard for tutorials and blog posts to keep up.
It also doesn't help when your products have extremely similar names.
Since Visual Studio 2019 came out a few days ago I want to try to make a simple console application on .NET Core 3 (not ASP.NET Core).
I installed .NET Core SDK 3.0.100-preview3-010431 from here. However I am having trouble actually creating a project from inside the new VS or by editing the .csproj
file, as my application crashes if I do the latter.
What would be the process to either:
1. Create a .NET Core 3 console application
OR
2. Create a .NET Core 3 console application with Visual Studio 2019 Community
Use previews of the .NET Core SDK
in Tools > Options > Projects and Solutions > .NET Core (and restarted VS2019)? .NET Core 3 should appear in your project properties. The target framework will benetcoreapp3.0
. – Scottnetcoreapp3.0.100
tonetcoreapp3.0
. Would you like to post your comment as an answer? – J. DoeOutputType
for a .NET Core 3 Unit Test project? I.e. how to make a .NET Core 3 Unit Test project? :) – J. Doe