From 95a0752703774d7a60286cb254016ca39ffbf0bd Mon Sep 17 00:00:00 2001 From: Tamara Rivera Date: Thu, 18 Jun 2026 11:52:18 -0700 Subject: [PATCH] Add global.json This change makes the global.json file mandatory and its content controlled by GitHubSync --- global.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000..2b3567e --- /dev/null +++ b/global.json @@ -0,0 +1,7 @@ +{ + "sdk": { + "version": "10.0.0", + "allowPrerelease": false, + "rollForward": "latestFeature" + } +}