From bd6af2714b4006223c1ed8fb565e0c572e7b782e Mon Sep 17 00:00:00 2001 From: Rutger van Bergen Date: Sun, 24 Mar 2024 15:38:36 +0100 Subject: [PATCH] We need .NET 8.0 nowadays --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6c3a59..ef88a73 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Concerning the game itself: * It now runs in English as well as Dutch, and features on-the-spot switching between those two languages. ## Building -On any system that has a .NET 6.0 SDK and node.js (npm) installed, R136.NET can be built using Visual Studio 2022, the dotnet command line interface or another tool that uses the latter. +On any system that has a .NET 8.0 SDK and node.js (npm) installed, R136.NET can be built using Visual Studio 2022, the dotnet command line interface or another tool that uses the latter. The Web project is a Blazor WebAssembly project with AOT compilation enabled. This means that the following command must be issued once before building it for the first time: ```