Template for .NET 10.0 console projects with the following characteristics for compatibility with Unity 6.3 LTS:
- Contains
Programclass withMain()method. - No reference nullables.
- Language version: C# 9.0
Open a console and run the following commands:
$ git clone https://github.com/VideojogosLusofona/LPConsoleTemplate.git
$ dotnet new install LPConsoleTemplateAfter the template is installed, new console projects can be created as follows:
dotnet new lpconsole --name MyProject- Uninstall an old version of this template:
$ dotnet uninstall /full/path/to/the/old/template
- How to find what
/full/path/to/the/old/templateshould actually be?(this lists all templates you have installed and can uninstall)$ dotnet uninstall
- License: Public Domain
- Author: Nuno Fachada
- Institution: Universidade Lusófona