This is my personal, opinionated template for new .NET projects.
The project layout is inspired by the .NET Project Structure gist.
- Explicit
global.json
,nuget.config
Directory.Build.props
andtests/Directory.Build.props
for cross-project configuration
This project comes with Nerdbank.GitVersioning for automatic versioning.
Run init.ps1
to rename solution and remove sample code
.\init.ps1 -Name SolutionName