Update README.md

This commit is contained in:
Fabian König
2021-08-09 02:30:38 +02:00
committed by GitHub
parent 47b7d9dd00
commit 61a38cb0c9

View File

@@ -18,6 +18,7 @@ You can find signed binary releases at [Arctium](https://arctium.io/wow)
### Build Prerequisites
* .NET Core SDK 6.0.0-preview6 or later
* Optional for native builds: C++ workload through Visual Studio 2019 or latest C++ build tools
### Build Instructions Windows (native)
* Execute `dotnet publish -r win-x64 /p:Configuration=Release /p:platform="x64" --self-contained`