Trying .NET Core 2 Hello World with NUnit, have .Net Core 2.0 installed Installing NUnit Test Templates dotnet new -i NUnit3.DotNetNew.Template To run the console app cd HelloWorldApp dotnet run To run the tests cd HelloWorldApp.Test dotnet test