From f300b404bb1ef5d65743ecf276967c3c33b87e03 Mon Sep 17 00:00:00 2001 From: Paul Joannon Date: Tue, 23 Apr 2024 23:31:34 +0200 Subject: [PATCH] Update required SDK version on "compiling w/ .NET" --- contributing/development/compiling/compiling_with_dotnet.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/compiling/compiling_with_dotnet.rst b/contributing/development/compiling/compiling_with_dotnet.rst index dfbfcb51a..a544f97b5 100644 --- a/contributing/development/compiling/compiling_with_dotnet.rst +++ b/contributing/development/compiling/compiling_with_dotnet.rst @@ -8,7 +8,7 @@ Compiling with .NET Requirements ------------ -- `.NET SDK 6.0+ `_ +- `.NET SDK 8.0+ `_ You can use ``dotnet --info`` to check which .NET SDK versions are installed.