From 1af77304fd173b07b51e8af1da2f046e088794f9 Mon Sep 17 00:00:00 2001 From: Damian Hickey <57436+damianh@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:57:05 +0100 Subject: [PATCH] Adjust global.json to use net9.0 tooling, --- identity-model/global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/identity-model/global.json b/identity-model/global.json index 72d38cd2..f4fd3857 100644 --- a/identity-model/global.json +++ b/identity-model/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.0", "rollForward": "latestMajor", - "allowPrerelease": false + "allowPrerelease": true } } \ No newline at end of file