Skip to content

Building

Adam Stirtan edited this page Oct 27, 2023 · 1 revision

Prerequisites

  • Visual Studio 2022
  • .NET Core 6.0 SDK
  • .NET Framework 4.7 (only for WinForms runner sample)

Building from source

cd src
dotnet build

Running unit tests

cd src/ParticleSwarmSharp.UnitTests
dotnet test
Clone this wiki locally