From 4433d3029c85457532fe6aed8ce80355952807b2 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 7 May 2024 23:01:00 -0500 Subject: [PATCH] Add global json to ensure build with non-preview version of SDK. --- global.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 00000000..939686cd --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0.204" + } +} \ No newline at end of file