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" } }