From 19507e8e8cf01a51f285d583aeedefddb44ce4ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:54:08 +0100 Subject: [PATCH] [release/9.0.1xx] Update dependencies from dotnet/sdk (#21790) This pull request updates the following dependencies ## From https://github.com/dotnet/sdk - **Subscription**: d5a60d47-422e-44ac-bb3a-91ee46b767a1 - **Build**: 20241210.2 - **Date Produced**: December 10, 2024 11:54:59 AM UTC - **Commit**: a345a00343aa14a693aec75a3d56fc07e99e517f - **Branch**: refs/heads/release/9.0.1xx - **Updates**: - **Microsoft.NET.Sdk**: [from 9.0.102-servicing.24605.31 to 9.0.102-servicing.24610.2][1] [1]: https://github.com/dotnet/sdk/compare/92d3e8bae1...a345a00343 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1af21003eca..027f77c79299 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/sdk - 92d3e8bae1b2c04b64cb333fb78b5294fa32731a + a345a00343aa14a693aec75a3d56fc07e99e517f https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 80457bcaddc4..3ed01adf418b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 9.0.102-servicing.24605.31 + 9.0.102-servicing.24610.2 9.0.0 9.0.0-alpha.1.23556.4 9.0.0-beta.24516.2 diff --git a/global.json b/global.json index 6d6156cbb725..1a1d5337650d 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.102-servicing.24605.31" + "version": "9.0.102-servicing.24610.2" }, "tools": { - "dotnet": "9.0.102-servicing.24605.31" + "dotnet": "9.0.102-servicing.24610.2" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24516.2"