Skip to content

juz501/dotnetHelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trying .NET Core 2

BCH compliance

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

Releases

No releases published

Packages

No packages published

Languages