Browse Source

Merge pull request #9274 from paulloz/update-requirements-compiling-with-dotnet

Update required SDK version on "compiling w/ .NET"
Max Hilbrunner 1 year ago
parent
commit
6321cd2a18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/development/compiling/compiling_with_dotnet.rst

+ 1 - 1
contributing/development/compiling/compiling_with_dotnet.rst

@@ -8,7 +8,7 @@ Compiling with .NET
 Requirements
 Requirements
 ------------
 ------------
 
 
-- `.NET SDK 6.0+ <https://dotnet.microsoft.com/download>`_
+- `.NET SDK 8.0+ <https://dotnet.microsoft.com/download>`_
 
 
   You can use ``dotnet --info`` to check which .NET SDK versions are installed.
   You can use ``dotnet --info`` to check which .NET SDK versions are installed.