Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 378 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 378 Bytes

TaxCalculator

Income tax calculator

Project restore packages

dotnet restore

Build and prepare for deployment

dotnet build

Debug in development

dotnet run

Run all unit tests

dotnet test

.Net Core command-line tools

See .Net Core command-line tools.