Skip to content

Install the C# script template

Nikolay Pianikov edited this page Jul 22, 2024 · 2 revisions

Install the C# script template CSharpInteractive.Templates

dotnet new install CSharpInteractive.Templates

Create a console project Build containing a script from the template build

dotnet new build -o ./Build
Clone this wiki locally