- Windows 10/11
- .NET 9
- PowerShell Core 7.5
- Visual Studio Code
dotnet build --configuration Release --use-current-runtime --self-contained --artifacts-path ./artifacts/
sc.exe create ".NET Cuculus Service" binpath= "C:\Workspaces\DotNet9\Cuculus\artifacts\bin\Cuculus.WebApi\release\Cuculus.WebApi.exe"