NickJohn.Template.ConsoleAOT
1.0.1
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet new install NickJohn.Template.ConsoleAOT::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.
.NET AOT Console Template
.Net console application project template with native AOT support.
Install template
dotnet new --install NickJohn.Template.ConsoleAOT
Create an AOT console project
dotnet new consoleaot --output MyConsoleApp
or
mkdir MyConsoleApp
cd MyConsoleApp
dotnet new consoleaot
Uninstall template
dotnet new --uninstall NickJohn.Template.ConsoleAOT
-
.NETStandard 2.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.