Info
Version: | 3.1.4 |
Author(s): | Diego Giacomelli |
Last Update: | Sunday, January 29, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/giacomelli/GeneticSharp |
NuGet Url: | https://www.nuget.org/packages/GeneticSharp.Templates |
Install
Install-Package GeneticSharp.Templates
dotnet add package GeneticSharp.Templates
paket add GeneticSharp.Templates
GeneticSharp.Templates Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
* Install the templates with command: dotnet new -i GeneticSharp.Templates
* Create new projects for GeneticCharp:
* dotnet new GeneticSharpTspBlazorApp
* dotnet new GeneticSharpConsoleApp
* dotnet new GeneticSharpTspConsoleApp
* dotnet new GeneticSharpTspUnity3d.