From 2d626ab319ce4d5a3efea936b1ca042b2b228108 Mon Sep 17 00:00:00 2001 From: softworkz Date: Mon, 13 Oct 2025 20:14:18 +0200 Subject: [PATCH] Reduce pinned dotnet version to 8.0.305 and rollForward to 'feature' --- src/global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/global.json b/src/global.json index 2523da8..ceda25e 100644 --- a/src/global.json +++ b/src/global.json @@ -1,7 +1,7 @@ { "sdk": { - "version": "8.0.316", - "rollForward": "patch", + "version": "8.0.305", + "rollForward": "feature", "allowPrerelease": false } }