From 1a784fd5d59abe95d3076502a1b12161f6ab36b2 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Sun, 2 Mar 2025 12:05:24 +0000 Subject: [PATCH] Add a global.json to pin the builds to the .NET 8 SDK for now --- src/global.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/global.json diff --git a/src/global.json b/src/global.json new file mode 100644 index 00000000..4f9c1394 --- /dev/null +++ b/src/global.json @@ -0,0 +1,6 @@ +{ + "sdk": { + "version": "8.0.100", + "rollForward": "minor" + } +} \ No newline at end of file