]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Potentially fix workflows using net8 (#21841)
authorVasilis <vasilis@pikachu.systems>
Wed, 22 Nov 2023 21:25:02 +0000 (22:25 +0100)
committerGitHub <noreply@github.com>
Wed, 22 Nov 2023 21:25:02 +0000 (22:25 +0100)
global.json [new file with mode: 0644]

diff --git a/global.json b/global.json
new file mode 100644 (file)
index 0000000..6332295
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "sdk": {
+    "version": "7.0.000",
+    "rollForward": "latestFeature"
+  }
+}