From: Vasilis Date: Wed, 22 Nov 2023 21:25:02 +0000 (+0100) Subject: Potentially fix workflows using net8 (#21841) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=068f58d2b82d87c96bf5eb985f65546ac1fcb2a6;p=space-station-14.git Potentially fix workflows using net8 (#21841) --- diff --git a/global.json b/global.json new file mode 100644 index 0000000000..63322953f3 --- /dev/null +++ b/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "7.0.000", + "rollForward": "latestFeature" + } +}