From 2f7d32a13bc0dc766b26d83d26b52063756c2a47 Mon Sep 17 00:00:00 2001 From: "random()" Date: Tue, 28 May 2024 23:56:35 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e74cd..7aa5fd7 100755 --- a/README.md +++ b/README.md @@ -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.