From ea810361094fb5fdb673d3c302918d0b30b36437 Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Sun, 9 Feb 2025 19:04:31 -0500 Subject: [PATCH] docs: update requirements for dotnet --- README.md | 2 +- release/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4081b3f..6b3b2041 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ You find a version of this plugin pre-packaged with the FOSS debugger from Samsu # Requirements -* .NET 6.0/7.0 SDK - https://dotnet.microsoft.com/download/dotnet/7.0 +* .NET 8.0/9.0 SDK - https://dotnet.microsoft.com/download/dotnet/7.0 * VS Code C# plugin - Ionide's debugging capabilities rely on either the [Omnisharp](https://github.com/OmniSharp/omnisharp-vscode) debugger or [netcoredbg](https://github.com/muhammadsammy/free-omnisharp-vscode). diff --git a/release/README.md b/release/README.md index d4081b3f..6b3b2041 100644 --- a/release/README.md +++ b/release/README.md @@ -25,7 +25,7 @@ You find a version of this plugin pre-packaged with the FOSS debugger from Samsu # Requirements -* .NET 6.0/7.0 SDK - https://dotnet.microsoft.com/download/dotnet/7.0 +* .NET 8.0/9.0 SDK - https://dotnet.microsoft.com/download/dotnet/7.0 * VS Code C# plugin - Ionide's debugging capabilities rely on either the [Omnisharp](https://github.com/OmniSharp/omnisharp-vscode) debugger or [netcoredbg](https://github.com/muhammadsammy/free-omnisharp-vscode).