Skip to content

christianheld/dotnet-template

Repository files navigation

.NET Template

This is my personal, opinionated template for new .NET projects.

Template Details

The project layout is inspired by the .NET Project Structure gist.

Configuration files

  • Explicit global.json, nuget.config
  • Directory.Build.props and tests/Directory.Build.props for cross-project configuration

Automatic versioning

This project comes with Nerdbank.GitVersioning for automatic versioning.

Getting Started

Run init.ps1 to rename solution and remove sample code

.\init.ps1 -Name SolutionName

About

Template for .NET projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published