From 1021373857aa623524d326c963291dff428e2a0c Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 28 Nov 2024 14:39:59 -0500 Subject: [PATCH] Added global.json Hopefully this causes the CI host to use dotnet 8.x to run the unit tests --- 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 0000000000..7e8c027677 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "8.0.404" + } +} \ No newline at end of file