From cddeeb62afd1520d59af385ec6346dc5675d0db3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 12 Feb 2025 21:46:28 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250211.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.25077.4 -> To Version 9.0.0-beta.25111.5 --- NuGet.config | 59 ++++++++++++++++++++++++++++++++++++++++- eng/Version.Details.xml | 8 +++--- global.json | 8 +++--- 3 files changed, 66 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index acbe2b3af51..7d0951ff63a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,6 +2,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -32,5 +60,34 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0554aaea197..961d4dd130e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -186,13 +186,13 @@ - + https://github.com/dotnet/arcade - bac7e1caea791275b7c3ccb4cb75fd6a04a26618 + 5da211e1c42254cb35e7ef3d5a8428fb24853169 - + https://github.com/dotnet/arcade - bac7e1caea791275b7c3ccb4cb75fd6a04a26618 + 5da211e1c42254cb35e7ef3d5a8428fb24853169 diff --git a/global.json b/global.json index 742cce938cc..41275f5dfe8 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.102" + "version": "9.0.103" }, "tools": { - "dotnet": "9.0.102", + "dotnet": "9.0.103", "runtimes": { "dotnet": [ "8.0.0", @@ -18,7 +18,7 @@ "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.2.0", - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25077.4", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25077.4" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25111.5", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25111.5" } }