Skip to content

VideojogosLusofona/LP1ConsoleTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LP1 Console Template

Summary

Template for .NET 8.0 console projects with the following characteristics for compatibility with Unity 6000.0 LTS:

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

Installation instructions

Open a console and run the following commands:

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

Creating a new project

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

dotnet new lp1console --name MyProject

Metadata

About

Console template for C# projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages