From 9b5acd57a27e932fd515e81df16494dac58c27b2 Mon Sep 17 00:00:00 2001
From: Li
Date: Tue, 14 Jun 2022 23:18:06 +1200
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3973ed6..1732dec 100755
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ and start the server using ``systemctl start hisp``
Set its information into server.properties or the server will just crash on first run /-/
# Building
- Building the server from source requires Microsoft .NET Core SDK, targetting version 5.0 https://dotnet.microsoft.com/download/dotnet-core
+ Building the server from source requires Microsoft .NET Core SDK, targetting version 7.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.