Skip to content

Commit 44af7c8

Browse files
authored
Update DEVGUIDE.md
1 parent 7daac8d commit 44af7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If you are just developing the core compiler and library then building ``FSharp.
7676
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:
7777

7878
* [.NET Framework 4.7.2](https://dotnet.microsoft.com/download/dotnet-framework/net472)
79-
* [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0)
79+
* [.NET SDK](https://dotnet.microsoft.com/download/dotnet) (see exact version in global.json file in the repository root).
8080

8181
You'll need to pass an additional flag to the build script:
8282

0 commit comments

Comments
 (0)