- .NET Core SDK 2.2.105 or better (https://dotnet.microsoft.com/download)
- GitVersioning (
dotnet tool install -g nbgv
)
- Make sure to select
ASP.NET Components
in Visual Studio (You will otherwise receive an error opening this project)
Run these commands in the Asa
directory.
Windows
dotnet build
Linux/Mac
make
Windows
dotnet publish -c Release -r win10-x64
Linux/Mac
make release