From ec7c8ebfc073574b4f6b3dbadf96ee4a1f3d0cbf Mon Sep 17 00:00:00 2001 From: Nagel Date: Wed, 25 Sep 2024 13:03:21 -0300 Subject: [PATCH] =?UTF-8?q?corrigindo=20a=20vers=C3=A3o=20do=20sdk=20no=20?= =?UTF-8?q?global.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- global.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index dc6e26cbeaa7..693f4ccfd52b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ "fileMatch": [ "**/meta.json" ], "url": "https://raw.githubusercontent.com/Simple-Station/Einstein-Engines/master/.github/rsi-schema.json" } - ] + ], + "dotnet.preferCSharpExtension": true } diff --git a/global.json b/global.json index 438b75021caf..c8526b0a8ba3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.204", + "version": "8.0.100", "rollForward": "patch" } }