From d7e3ebf582111c4809c8a2b98d432b5d3a62bd19 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 16 Feb 2024 17:06:13 +0000 Subject: [PATCH] chore: use .NET 8 sdk --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 7cd6a1f..dad2db5 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "7.0.0", + "version": "8.0.0", "rollForward": "latestMajor", "allowPrerelease": true }