From eb0bf7309e434f6c00b4723756e591a8184f39c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 14 Feb 2026 02:02:44 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/sdk build 20260213.8 On relative base path root Microsoft.NET.Sdk From Version 9.0.115-servicing.26111.2 -> To Version 9.0.115-servicing.26113.8 Dependency coherency updates On relative base path root Microsoft.NET.ILLink.Tasks,Microsoft.AspNetCore.App.Ref,Microsoft.NETCore.App.Ref,Microsoft.NETCore.App.Ref From Version 9.0.12 -> To Version 9.0.13 (parent: Microsoft.NET.Sdk) Microsoft.NET.Workload.Emscripten.Current.Manifest-9.0.100.Transport From Version 9.0.12-servicing.25602.39 -> To Version 9.0.13-servicing.26056.4 (parent: Microsoft.NETCore.App.Ref) Microsoft.DotNet.Cecil From Version 0.11.5-alpha.25566.3 -> To Version 0.11.5-alpha.25628.2 (parent: Microsoft.NETCore.App.Ref) --- NuGet.config | 4 ++++ eng/Version.Details.props | 12 ++++++------ eng/Version.Details.xml | 24 ++++++++++++------------ 3 files changed, 22 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index d766d6f84f01..112b6ea4a633 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,8 +14,10 @@ + + @@ -38,8 +40,10 @@ + + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index df41d5581726..b039fbd5c8fe 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,19 +6,19 @@ This file should be imported by eng/Versions.props - 9.0.115-servicing.26111.2 + 9.0.115-servicing.26113.8 9.0.0-alpha.1.23556.4 9.0.0-rc.2.24462.10 - 9.0.12 - 9.0.12 + 9.0.13 + 9.0.13 - 9.0.12 + 9.0.13 - 9.0.12-servicing.25602.39 + 9.0.13-servicing.26056.4 - 0.11.5-alpha.25566.3 + 0.11.5-alpha.25628.2 17.0.8523 18.0.8324 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29557ff02532..cd5b3ce1d8dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,34 +1,34 @@ - + https://github.com/dotnet/sdk - d50a67b11dcfbd8b19c90d1d3eab507e0a6c3440 + 65c791374d87e3d2b5227a0f05e10ab6b97c9448 https://github.com/dotnet/runtime cf47d9ff6827a3e1d6f2acbf925cd618418f20dd - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 2f124007573374800632d39177cde00ca9fe1ef0 + 9ecbfd4f3f330dc9649bce49cb12570b19d48c87 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 2f124007573374800632d39177cde00ca9fe1ef0 + 9ecbfd4f3f330dc9649bce49cb12570b19d48c87 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - f736effe82a61eb6f5eba46e4173eae3b7d3dffd + 087328de5f1e0067be48d87295ae8d92064a1535 - + https://github.com/dotnet/emsdk - f364bf26bf50d8cbdd8652d284d25a8ccb55039a + 8f9e359ad95f422aec3c31c21ab188166f655842 - + https://github.com/dotnet/cecil - 60faa90ec95fd499f8aba4b7d212da1993b7ee15 + 1f9985e482df7a0dee94854226d0aecad102ac15 From c102bde511e6fca23fe16f8b4f463a96ec8653b3 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 14 Feb 2026 02:03:30 +0000 Subject: [PATCH 2/2] Re-generate global.json for PR #24713: [release/9.0.1xx] Update dependencies from dotnet/sdk --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index e6e58ad4565d..c7feb40019a2 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.115-servicing.26111.2" + "version": "9.0.115-servicing.26113.8" }, "tools": { - "dotnet": "9.0.115-servicing.26111.2" + "dotnet": "9.0.115-servicing.26113.8" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25462.4"