From b2c1df3f6f654745cff9301266f9f26ab841bf46 Mon Sep 17 00:00:00 2001 From: Timothy Schenk Date: Fri, 27 Oct 2023 19:53:18 +0200 Subject: [PATCH] fix: incorrect command --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index e30c726..37704f0 100644 --- a/global.json +++ b/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "8.0.0", - "rollForward": "latestMinor", + "version": "7.0.0", + "rollForward": "latestMajor", "allowPrerelease": true } }