From 7b4ad80e7db8c24212fb89b6f788310dea40c2ca Mon Sep 17 00:00:00 2001 From: Kevin Bost Date: Thu, 30 Oct 2025 23:01:06 -0700 Subject: [PATCH] Updates SDK, LangVersion, and enables CPM Updates .NET SDK to 9.0.306, sets C# LangVersion to 13.0, and enables Central Package Management (CPM) with transitive pinning. --- Directory.Build.props | 5 ++--- Directory.packages.props | 6 ++++++ global.json | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index f01ab74c87..4028aeac9e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -3,7 +3,7 @@ Copyright © 2022 Mulholland Software/James Willock - 12.0 + 13.0 prompt true @@ -14,7 +14,6 @@ true true - true false @@ -47,4 +46,4 @@ - \ No newline at end of file + diff --git a/Directory.packages.props b/Directory.packages.props index 8c3acea706..9faefe9c32 100644 --- a/Directory.packages.props +++ b/Directory.packages.props @@ -1,4 +1,10 @@ + + true + + true + + diff --git a/global.json b/global.json index ccbe73ca13..99e8a932cd 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.300", + "version": "9.0.306", "rollForward": "latestMinor" } }