From b1d99b799630a85018ba46213e6a33c9b85377b4 Mon Sep 17 00:00:00 2001 From: costellobot <102549341+costellobot@users.noreply.github.com> Date: Sat, 14 Sep 2024 11:17:37 +0100 Subject: [PATCH] Update .NET SDK to 9.0.100-rc.2.24463.45 (#1704) * Update .NET SDK Update .NET SDK to version 9.0.100-rc.2.24463.45. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> * Bump .NET NuGet packages Bumps .NET dependencies to their latest versions for the .NET 9.0.100-rc.2.24463.45 SDK. Bumps Microsoft.AspNetCore.AzureAppServices.HostingStartup from 9.0.0-rc.2.24462.10 to 9.0.0-rc.2.24463.6. Bumps Microsoft.AspNetCore.Mvc.Testing from 9.0.0-rc.2.24462.10 to 9.0.0-rc.2.24463.6. Bumps System.Text.Json from 9.0.0-rc.2.24462.5 to 9.0.0-rc.2.24463.7. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.AspNetCore.Mvc.Testing dependency-type: direct:production update-type: version-update:semver-major - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --------- Signed-off-by: costellobot <102549341+costellobot@users.noreply.github.com> --- 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 92bc1dd7..1b80e836 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -26,8 +26,8 @@ - - + + @@ -53,7 +53,7 @@ - + diff --git a/global.json b/global.json index 2e10f6fe..878c6877 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100-rc.2.24463.1", + "version": "9.0.100-rc.2.24463.45", "allowPrerelease": false, "rollForward": "latestMajor" }