From 12e0150608073140679135a58c8469b09b9d32ab Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 10 Jul 2024 12:40:20 -0600 Subject: [PATCH] specify correct version of dotnet in build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 198f186..48ce8e6 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ for the bootstrapper. Since the bootstrapper is only used for users playing via ### Launcher 1. Install the [.Net SDK] - At least version 7. In general, min-ed-launcher follows the latest version of the SDK. + At least version 8. In general, min-ed-launcher follows the latest version of the SDK. 2. Clone repository and build ``` $ git clone https://github.com/rfvgyhn/min-ed-launcher