My .NET project/solution template for all my OSS projects that is using dotnet-releaser for the CI.
The template is for my personal usage. It is not meant to be highly configurable as it contains many defaults related to myself. But you can derive from it as you want.
- Clone this repository
dotnet new install ProjectName
dotnet new dotnet-repo-xoofx -n MyLibrary1Alexandre Mutel