From 5a58c24efc1d0b7c5ff88e7b0582ea891b90b17f Mon Sep 17 00:00:00 2001 From: James Newton-King Date: Fri, 15 Nov 2024 06:47:13 +0800 Subject: [PATCH] Update to .NET 9 RTM (#2571) --- Directory.Packages.props | 6 +++--- global.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 9a3224d64..1c82cda73 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,7 +1,7 @@ true - 9.0.0-rc.2.24474.3 + 9.0.0 8.0.6 7.0.5 6.0.33 @@ -9,7 +9,7 @@ 1.6.0 1.8.1 1.8.0-beta.1 - 9.0.0-rc.2.24473.5 + 9.0.0 6.0.0 @@ -65,7 +65,7 @@ - + diff --git a/global.json b/global.json index 0344c423c..cdbb589ed 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.2.24474.11", + "version": "9.0.100", "rollForward": "latestFeature" } }