NickJohn.Template.ConsoleAOT 1.0.2

Additional Details

.NET 7 now officially supports AOT.

dotnet new install NickJohn.Template.ConsoleAOT::1.0.2
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.

Version Downloads Last updated
1.0.2 407 11/16/2021
1.0.1 295 11/16/2021
1.0.0 295 11/16/2021