From 65dec46a2966f66605b96dc7cba4ad57441e82a6 Mon Sep 17 00:00:00 2001 From: Li Date: Fri, 29 Jul 2022 13:41:38 +1200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1732dec..8d89417 100755 --- a/README.md +++ b/README.md @@ -109,6 +109,8 @@ and start the server using ``systemctl start hisp`` ex: ``dotnet publish -p:PublishProfile=Linux64.pubxml`` to to build it standalone. + NOTE: At this current time, building projects targeting .NET Core 7.0 requires Visual Studio 2022 PREVIEW and does not work in the stable build + # Web Server Theres a bunch of saved files from the Horse Isle 1.0 website, as well as some basic functionality to make it work like the original site, the files are in the "HorseIsleWeb" folder, it requires PHP 8.0, with the modules "intl" and "mysqli" From c4ddc75da88a94f18b27a8c99b7cf4acb0e8b1c5 Mon Sep 17 00:00:00 2001 From: Li Date: Fri, 29 Jul 2022 13:42:21 +1200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d89417..a960c74 100755 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ and start the server using ``systemctl start hisp`` ex: ``dotnet publish -p:PublishProfile=Linux64.pubxml`` to to build it standalone. - NOTE: At this current time, building projects targeting .NET Core 7.0 requires Visual Studio 2022 PREVIEW and does not work in the stable build + NOTE: At this current time, building projects targeting .NET Core 7.0 inside Visual Studio requires Visual Studio 2022 PREVIEW and does not work in the stable build # Web Server Theres a bunch of saved files from the Horse Isle 1.0 website, as well as some basic functionality to make it work