From 96bd31f02c0353cb214b57ca51450175a1b2bc21 Mon Sep 17 00:00:00 2001 From: Jon Sequeira Date: Thu, 30 Nov 2023 12:35:15 -0800 Subject: [PATCH] fix #3352 --- src/polyglot-notebooks-vscode-insiders/help/DotNetVersion.md | 2 +- src/polyglot-notebooks-vscode/help/DotNetVersion.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/polyglot-notebooks-vscode-insiders/help/DotNetVersion.md b/src/polyglot-notebooks-vscode-insiders/help/DotNetVersion.md index f32e7e0d0d..c7340597bb 100644 --- a/src/polyglot-notebooks-vscode-insiders/help/DotNetVersion.md +++ b/src/polyglot-notebooks-vscode-insiders/help/DotNetVersion.md @@ -1,6 +1,6 @@ # .NET 7 SDK **REQUIRED** -## The Polyglot Notebooks extension now requires .NET SDK Version 7.0 or higher. +## The Polyglot Notebooks extension now requires .NET SDK Version 8.0 or higher. ## 1. Install [here](https://dotnet.microsoft.com/en-us/download) ## 2. Restart VS Code diff --git a/src/polyglot-notebooks-vscode/help/DotNetVersion.md b/src/polyglot-notebooks-vscode/help/DotNetVersion.md index f32e7e0d0d..c7340597bb 100644 --- a/src/polyglot-notebooks-vscode/help/DotNetVersion.md +++ b/src/polyglot-notebooks-vscode/help/DotNetVersion.md @@ -1,6 +1,6 @@ # .NET 7 SDK **REQUIRED** -## The Polyglot Notebooks extension now requires .NET SDK Version 7.0 or higher. +## The Polyglot Notebooks extension now requires .NET SDK Version 8.0 or higher. ## 1. Install [here](https://dotnet.microsoft.com/en-us/download) ## 2. Restart VS Code