Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

LP Console Template

Summary

Template for .NET 10.0 console projects with the following characteristics for compatibility with Unity 6.3 LTS:

  • Contains Program class with Main() method.
  • No reference nullables.
  • Language version: C# 9.0

Installation instructions

Open a console and run the following commands:

$ git clone https://github.com/VideojogosLusofona/LPConsoleTemplate.git
$ dotnet new install LPConsoleTemplate

Creating a new project

After the template is installed, new console projects can be created as follows:

dotnet new lpconsole --name MyProject

Other useful commands

  • Uninstall an old version of this template:
    $ dotnet uninstall /full/path/to/the/old/template
  • How to find what /full/path/to/the/old/template should actually be?
    $ dotnet uninstall
    (this lists all templates you have installed and can uninstall)

Metadata

About

Console template for C# projects

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages