Update README.md

This commit is contained in:
random() 2024-05-28 23:56:35 -06:00 committed by GitHub
parent 18012c0948
commit 2f7d32a13b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,7 +132,7 @@ https://server.islehorse.com/binaries/download/HISP-Web-Game.zip
```
# Building
Building the server from source requires Microsoft .NET Core SDK, targetting version 7.0 https://dotnet.microsoft.com/download/dotnet-core
Building the server from source requires Microsoft .NET Core SDK, targetting version 8.0 https://dotnet.microsoft.com/download/dotnet-core
use ``dotnet build`` to build a debug build, (requires .NET Core Runtime) quickly or one of our publishing XML's
ex:
``dotnet publish -p:PublishProfile=Linux64.pubxml`` to to build it standalone.