From 44af7c8141b70e33685fcf58d44145a9d93eb7d7 Mon Sep 17 00:00:00 2001 From: Vlad Zarytovskii Date: Sun, 18 Feb 2024 06:28:55 +0100 Subject: [PATCH] Update DEVGUIDE.md --- DEVGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVGUIDE.md b/DEVGUIDE.md index 4fbd7cac970..f8029b45466 100644 --- a/DEVGUIDE.md +++ b/DEVGUIDE.md @@ -76,7 +76,7 @@ If you are just developing the core compiler and library then building ``FSharp. We recommend installing the latest Visual Studio preview and using that if you are on Windows. However, if you prefer not to do that, you will need to install the following: * [.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472) -* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0) +* [.NET SDK](https://dotnet.microsoft.com/download/dotnet) (see exact version in global.json file in the repository root). You'll need to pass an additional flag to the build script: