From 0fc507aebd81fa5c58a93ad3b18c52c69a1fb745 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 9 Apr 2025 14:23:24 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250408.6 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk From Version 9.0.0-beta.25204.5 -> To Version 9.0.0-beta.25208.6 Dependency coherency updates Microsoft.EntityFrameworkCore.Sqlite From Version 9.0.4 -> To Version 9.0.4 (parent: Microsoft.AspNetCore.App.Runtime.win-x64 --- NuGet.config | 10 ++++++++++ eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 4 +--- global.json | 8 ++++---- 4 files changed, 22 insertions(+), 14 deletions(-) diff --git a/NuGet.config b/NuGet.config index 0fedd015e82..6be6e97bd9c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,10 +4,15 @@ + + + + + @@ -43,10 +48,15 @@ + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d1754ba14b..d6561d6d97a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -190,21 +190,21 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-efcore - 9275e9ac55e413546a09551c29d5227d6d009747 + 55700ce7d51b40ea546f817fd4947a6bae50be07 - + https://github.com/dotnet/arcade - 97cbc7361ff28b2948c8182720c166a744049f55 + aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 - + https://github.com/dotnet/arcade - 97cbc7361ff28b2948c8182720c166a744049f55 + aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 - + https://github.com/dotnet/arcade - 97cbc7361ff28b2948c8182720c166a744049f55 + aa61e8c20a869bcc994f8b29eb07d927d2bec6f4 diff --git a/eng/Versions.props b/eng/Versions.props index a4b8a5aa017..6ed2f8aa3cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,6 @@ When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages --> false - - true @@ -86,7 +84,7 @@ 9.0.4 - 9.0.0-beta.25204.5 + 9.0.0-beta.25208.6 diff --git a/global.json b/global.json index 72b3f2c632d..bc3354e180d 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "9.0.104" + "version": "9.0.105" }, "tools": { - "dotnet": "9.0.104", + "dotnet": "9.0.105", "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.25204.5", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25204.5" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25208.6", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.25208.6" } }