From 860abf83ea422a474d97b36b3b5c8762b95a1f4e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 16 Jan 2025 05:02:31 +0000 Subject: [PATCH 01/13] Update dependencies from https://github.com/dotnet/arcade build 20250115.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25065.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- eng/common/tools.ps1 | 4 ++-- eng/common/tools.sh | 4 ++-- global.json | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd80843ae0d..58ace8f224f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 98b4ae348fa01b99dc6fbfc8f601efd9b90090db + 612bd6f952dbd1eea3548bec0b87b44fa506e348 - + https://github.com/dotnet/arcade - 98b4ae348fa01b99dc6fbfc8f601efd9b90090db + 612bd6f952dbd1eea3548bec0b87b44fa506e348 - + https://github.com/dotnet/arcade - 98b4ae348fa01b99dc6fbfc8f601efd9b90090db + 612bd6f952dbd1eea3548bec0b87b44fa506e348 diff --git a/eng/Versions.props b/eng/Versions.props index 8d453eab7cb..e169a0764a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25061.1 - 10.0.0-beta.25061.1 + 10.0.0-beta.25065.4 + 10.0.0-beta.25065.4 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 853c6384962..80f9130b150 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -42,7 +42,7 @@ [bool]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true } # Enable repos to use a particular version of the on-line dotnet-install scripts. -# default URL: https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1 +# default URL: https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1 [string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { 'v1' } # True to use global NuGet cache instead of restoring packages to repository-local directory. @@ -262,7 +262,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit - $uri = "https://raw.githubusercontent.com/dotnet/install-scripts/4b17227b30fbbad567d4d4fba17c59da51bc817b/src/dotnet-install.ps1" + $uri = "https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1" Retry({ Write-Host "GET $uri" diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 84ab5f124ac..df203b51784 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -54,7 +54,7 @@ warn_as_error=${warn_as_error:-true} use_installed_dotnet_cli=${use_installed_dotnet_cli:-true} # Enable repos to use a particular version of the on-line dotnet-install scripts. -# default URL: https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh +# default URL: https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh dotnetInstallScriptVersion=${dotnetInstallScriptVersion:-'v1'} # True to use global NuGet cache instead of restoring packages to repository-local directory. @@ -295,7 +295,7 @@ function with_retries { function GetDotNetInstallScript { local root=$1 local install_script="$root/dotnet-install.sh" - local install_script_url="https://raw.githubusercontent.com/dotnet/install-scripts/4b17227b30fbbad567d4d4fba17c59da51bc817b/src/dotnet-install.sh" + local install_script_url="https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh" if [[ ! -a "$install_script" ]]; then mkdir -p "$root" diff --git a/global.json b/global.json index b6be57f2c08..bb2f4ef625a 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "10.0.100-alpha.1.24573.1", + "dotnet": "10.0.100-alpha.1.25064.3", "runtimes": { "aspnetcore": [ "3.1.5", @@ -10,10 +10,10 @@ } }, "sdk": { - "version": "10.0.100-alpha.1.24573.1" + "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25061.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25065.4", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From b0167b6ab7235403504967cf148d3f2d2e998f5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 17 Jan 2025 05:02:31 +0000 Subject: [PATCH 02/13] Update dependencies from https://github.com/dotnet/arcade build 20250116.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25066.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58ace8f224f..9bda3543547 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 612bd6f952dbd1eea3548bec0b87b44fa506e348 + 0c4a0fd523decdd2a1f39bee8499cd977697cd21 - + https://github.com/dotnet/arcade - 612bd6f952dbd1eea3548bec0b87b44fa506e348 + 0c4a0fd523decdd2a1f39bee8499cd977697cd21 - + https://github.com/dotnet/arcade - 612bd6f952dbd1eea3548bec0b87b44fa506e348 + 0c4a0fd523decdd2a1f39bee8499cd977697cd21 diff --git a/eng/Versions.props b/eng/Versions.props index e169a0764a5..ebe2995dc1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25065.4 - 10.0.0-beta.25065.4 + 10.0.0-beta.25066.1 + 10.0.0-beta.25066.1 diff --git a/global.json b/global.json index bb2f4ef625a..7d5b0fb1b32 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25065.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25066.1", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 88015441169acd7d6470818e5f7c4ab329017d2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 18 Jan 2025 05:02:39 +0000 Subject: [PATCH 03/13] Update dependencies from https://github.com/dotnet/arcade build 20250117.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25067.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bda3543547..943c828c588 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 0c4a0fd523decdd2a1f39bee8499cd977697cd21 + 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb - + https://github.com/dotnet/arcade - 0c4a0fd523decdd2a1f39bee8499cd977697cd21 + 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb - + https://github.com/dotnet/arcade - 0c4a0fd523decdd2a1f39bee8499cd977697cd21 + 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb diff --git a/eng/Versions.props b/eng/Versions.props index ebe2995dc1f..263864191e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25066.1 - 10.0.0-beta.25066.1 + 10.0.0-beta.25067.3 + 10.0.0-beta.25067.3 diff --git a/global.json b/global.json index 7d5b0fb1b32..c2f48007064 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25066.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25067.3", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From ab24e0be0bfd33ed3068943ae8ad17388283812f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 21 Jan 2025 05:02:04 +0000 Subject: [PATCH 04/13] Update dependencies from https://github.com/dotnet/arcade build 20250120.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25070.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 943c828c588..a5a23b5d233 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb + 0a21d8d2b1fb57289bd543b0fe90d3ed7621de78 - + https://github.com/dotnet/arcade - 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb + 0a21d8d2b1fb57289bd543b0fe90d3ed7621de78 - + https://github.com/dotnet/arcade - 12fdb9fc3fe43a861f1ae01747bfe6cef878d4cb + 0a21d8d2b1fb57289bd543b0fe90d3ed7621de78 diff --git a/eng/Versions.props b/eng/Versions.props index 263864191e1..db1b2ce8f72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25067.3 - 10.0.0-beta.25067.3 + 10.0.0-beta.25070.2 + 10.0.0-beta.25070.2 diff --git a/global.json b/global.json index c2f48007064..0c0d1d96bf3 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25067.3", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25070.2", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From bbfa9c5b6446b3a110bb266e7b94a01cbae7da0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 22 Jan 2025 05:03:13 +0000 Subject: [PATCH 05/13] Update dependencies from https://github.com/dotnet/arcade build 20250121.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25071.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5a23b5d233..f2e39ad76df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 0a21d8d2b1fb57289bd543b0fe90d3ed7621de78 + 02e2a71bd9c33ea333c9e3acc2404d6c061532bb - + https://github.com/dotnet/arcade - 0a21d8d2b1fb57289bd543b0fe90d3ed7621de78 + 02e2a71bd9c33ea333c9e3acc2404d6c061532bb - + https://github.com/dotnet/arcade - 0a21d8d2b1fb57289bd543b0fe90d3ed7621de78 + 02e2a71bd9c33ea333c9e3acc2404d6c061532bb diff --git a/eng/Versions.props b/eng/Versions.props index db1b2ce8f72..c5d26f204f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25070.2 - 10.0.0-beta.25070.2 + 10.0.0-beta.25071.3 + 10.0.0-beta.25071.3 diff --git a/global.json b/global.json index 0c0d1d96bf3..b878878bb6e 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25070.2", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25071.3", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From ab139bdd9b8afd861c8a96e604705fa5b20a39c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 23 Jan 2025 05:02:14 +0000 Subject: [PATCH 06/13] Update dependencies from https://github.com/dotnet/arcade build 20250122.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25072.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2e39ad76df..a93b8c59007 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 02e2a71bd9c33ea333c9e3acc2404d6c061532bb + 2ac4034732f0dbb9781beae751cf15b65aff1bcd - + https://github.com/dotnet/arcade - 02e2a71bd9c33ea333c9e3acc2404d6c061532bb + 2ac4034732f0dbb9781beae751cf15b65aff1bcd - + https://github.com/dotnet/arcade - 02e2a71bd9c33ea333c9e3acc2404d6c061532bb + 2ac4034732f0dbb9781beae751cf15b65aff1bcd diff --git a/eng/Versions.props b/eng/Versions.props index c5d26f204f6..81794f17cc7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25071.3 - 10.0.0-beta.25071.3 + 10.0.0-beta.25072.2 + 10.0.0-beta.25072.2 diff --git a/global.json b/global.json index b878878bb6e..35edd14c0fc 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25071.3", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25072.2", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 60f4a538677f8b86a3243059e79f727ca53dd73e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 24 Jan 2025 05:02:46 +0000 Subject: [PATCH 07/13] Update dependencies from https://github.com/dotnet/arcade build 20250123.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25073.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a93b8c59007..d503c6767bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 2ac4034732f0dbb9781beae751cf15b65aff1bcd + ba09eddf11e81ff604c3118eddb86517cfcd4969 - + https://github.com/dotnet/arcade - 2ac4034732f0dbb9781beae751cf15b65aff1bcd + ba09eddf11e81ff604c3118eddb86517cfcd4969 - + https://github.com/dotnet/arcade - 2ac4034732f0dbb9781beae751cf15b65aff1bcd + ba09eddf11e81ff604c3118eddb86517cfcd4969 diff --git a/eng/Versions.props b/eng/Versions.props index 81794f17cc7..6f8c1e29c85 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25072.2 - 10.0.0-beta.25072.2 + 10.0.0-beta.25073.5 + 10.0.0-beta.25073.5 diff --git a/global.json b/global.json index 35edd14c0fc..d20f8a473a8 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25072.2", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25073.5", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From c6f0e6b3d853cf03cd2291e59423e71007cd2f89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 25 Jan 2025 05:02:44 +0000 Subject: [PATCH 08/13] Update dependencies from https://github.com/dotnet/arcade build 20250124.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25074.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- eng/common/internal/Tools.csproj | 10 ---------- global.json | 2 +- 4 files changed, 9 insertions(+), 19 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d503c6767bc..a00ab3f536d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - ba09eddf11e81ff604c3118eddb86517cfcd4969 + e89f8b1239360cafca490aa3bfee89e84df72186 - + https://github.com/dotnet/arcade - ba09eddf11e81ff604c3118eddb86517cfcd4969 + e89f8b1239360cafca490aa3bfee89e84df72186 - + https://github.com/dotnet/arcade - ba09eddf11e81ff604c3118eddb86517cfcd4969 + e89f8b1239360cafca490aa3bfee89e84df72186 diff --git a/eng/Versions.props b/eng/Versions.props index 6f8c1e29c85..caacfa57bce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25073.5 - 10.0.0-beta.25073.5 + 10.0.0-beta.25074.4 + 10.0.0-beta.25074.4 diff --git a/eng/common/internal/Tools.csproj b/eng/common/internal/Tools.csproj index 32f79dfb340..feaa6d20812 100644 --- a/eng/common/internal/Tools.csproj +++ b/eng/common/internal/Tools.csproj @@ -15,16 +15,6 @@ - - - - https://devdiv.pkgs.visualstudio.com/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json; - - - $(RestoreSources); - https://devdiv.pkgs.visualstudio.com/_packaging/VS/nuget/v3/index.json; - - diff --git a/global.json b/global.json index d20f8a473a8..ea98ab6ce31 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25064.3" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25073.5", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25074.4", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From eee8f31dff10b0e37d1a49316b738549e7b074ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 27 Jan 2025 05:02:57 +0000 Subject: [PATCH 09/13] Update dependencies from https://github.com/dotnet/arcade build 20250126.1 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25076.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a00ab3f536d..5404201f7e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - e89f8b1239360cafca490aa3bfee89e84df72186 + fe17712bedb95a55d5af00c5191772c81393745f - + https://github.com/dotnet/arcade - e89f8b1239360cafca490aa3bfee89e84df72186 + fe17712bedb95a55d5af00c5191772c81393745f - + https://github.com/dotnet/arcade - e89f8b1239360cafca490aa3bfee89e84df72186 + fe17712bedb95a55d5af00c5191772c81393745f diff --git a/eng/Versions.props b/eng/Versions.props index caacfa57bce..1865053733b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25074.4 - 10.0.0-beta.25074.4 + 10.0.0-beta.25076.1 + 10.0.0-beta.25076.1 diff --git a/global.json b/global.json index ea98ab6ce31..e08c0a52889 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "10.0.100-alpha.1.25064.3", + "dotnet": "10.0.100-alpha.1.25074.2", "runtimes": { "aspnetcore": [ "3.1.5", @@ -10,10 +10,10 @@ } }, "sdk": { - "version": "10.0.100-alpha.1.25064.3" + "version": "10.0.100-alpha.1.25074.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25074.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25076.1", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 32194878d0522e3bc08b28406a42ae44c4d02670 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 28 Jan 2025 05:03:02 +0000 Subject: [PATCH 10/13] Update dependencies from https://github.com/dotnet/arcade build 20250127.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25077.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5404201f7e9..2651178c150 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - fe17712bedb95a55d5af00c5191772c81393745f + 79e2c58673f7995efcac816a0a41f108de386ca8 - + https://github.com/dotnet/arcade - fe17712bedb95a55d5af00c5191772c81393745f + 79e2c58673f7995efcac816a0a41f108de386ca8 - + https://github.com/dotnet/arcade - fe17712bedb95a55d5af00c5191772c81393745f + 79e2c58673f7995efcac816a0a41f108de386ca8 diff --git a/eng/Versions.props b/eng/Versions.props index 1865053733b..366c91e9cdb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25076.1 - 10.0.0-beta.25076.1 + 10.0.0-beta.25077.3 + 10.0.0-beta.25077.3 diff --git a/global.json b/global.json index e08c0a52889..69ff9fa1650 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "10.0.100-alpha.1.25074.2", + "dotnet": "10.0.100-alpha.1.25077.2", "runtimes": { "aspnetcore": [ "3.1.5", @@ -10,10 +10,10 @@ } }, "sdk": { - "version": "10.0.100-alpha.1.25074.2" + "version": "10.0.100-alpha.1.25077.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25076.1", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25077.3", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 73975d950bb55f2131f3a90c8546c95af4bfdee6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 29 Jan 2025 05:02:35 +0000 Subject: [PATCH 11/13] Update dependencies from https://github.com/dotnet/arcade build 20250128.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25078.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2651178c150..1b12831fad8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 79e2c58673f7995efcac816a0a41f108de386ca8 + 12025e32d586054433a3275ab31841c225b22368 - + https://github.com/dotnet/arcade - 79e2c58673f7995efcac816a0a41f108de386ca8 + 12025e32d586054433a3275ab31841c225b22368 - + https://github.com/dotnet/arcade - 79e2c58673f7995efcac816a0a41f108de386ca8 + 12025e32d586054433a3275ab31841c225b22368 diff --git a/eng/Versions.props b/eng/Versions.props index 366c91e9cdb..adf7320054e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25077.3 - 10.0.0-beta.25077.3 + 10.0.0-beta.25078.4 + 10.0.0-beta.25078.4 diff --git a/global.json b/global.json index 69ff9fa1650..0000215ba22 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25077.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25077.3", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25078.4", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From afdf0b3fdc5ca58b4cb96071ba8721e8ed96583a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 30 Jan 2025 05:03:04 +0000 Subject: [PATCH 12/13] Update dependencies from https://github.com/dotnet/arcade build 20250129.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25079.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- global.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b12831fad8..6a46aeb19a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 12025e32d586054433a3275ab31841c225b22368 + 3bb46f96cc988a80a414f45394f8a9ce54b47d3b - + https://github.com/dotnet/arcade - 12025e32d586054433a3275ab31841c225b22368 + 3bb46f96cc988a80a414f45394f8a9ce54b47d3b - + https://github.com/dotnet/arcade - 12025e32d586054433a3275ab31841c225b22368 + 3bb46f96cc988a80a414f45394f8a9ce54b47d3b diff --git a/eng/Versions.props b/eng/Versions.props index adf7320054e..c518eac92b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25078.4 - 10.0.0-beta.25078.4 + 10.0.0-beta.25079.2 + 10.0.0-beta.25079.2 diff --git a/global.json b/global.json index 0000215ba22..dd636aead05 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25077.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25078.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25079.2", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } } From 17f0a4690726ba1815637d59374458c810e6ba0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 31 Jan 2025 05:02:24 +0000 Subject: [PATCH 13/13] Update dependencies from https://github.com/dotnet/arcade build 20250130.7 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.GenFacades , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25061.1 -> To Version 10.0.0-beta.25080.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 4 ++-- eng/common/native/install-dependencies.sh | 6 +++--- global.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a46aeb19a1..2eb2b959714 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,17 +4,17 @@ - + https://github.com/dotnet/arcade - 3bb46f96cc988a80a414f45394f8a9ce54b47d3b + bbea86c614fcf4380c58c80eacd279a0b8305a79 - + https://github.com/dotnet/arcade - 3bb46f96cc988a80a414f45394f8a9ce54b47d3b + bbea86c614fcf4380c58c80eacd279a0b8305a79 - + https://github.com/dotnet/arcade - 3bb46f96cc988a80a414f45394f8a9ce54b47d3b + bbea86c614fcf4380c58c80eacd279a0b8305a79 diff --git a/eng/Versions.props b/eng/Versions.props index c518eac92b2..28f8c694707 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,8 +18,8 @@ - 10.0.0-beta.25079.2 - 10.0.0-beta.25079.2 + 10.0.0-beta.25080.7 + 10.0.0-beta.25080.7 diff --git a/eng/common/native/install-dependencies.sh b/eng/common/native/install-dependencies.sh index 71bde0e4573..ce661e9e5cd 100644 --- a/eng/common/native/install-dependencies.sh +++ b/eng/common/native/install-dependencies.sh @@ -24,13 +24,13 @@ case "$os" in apt update apt install -y build-essential gettext locales cmake llvm clang lld lldb liblldb-dev libunwind8-dev libicu-dev liblttng-ust-dev \ - libssl-dev libkrb5-dev zlib1g-dev pigz cpio + libssl-dev libkrb5-dev pigz cpio localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8 elif [ "$ID" = "fedora" ] || [ "$ID" = "rhel" ]; then - dnf install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel zlib-devel lttng-ust-devel pigz cpio + dnf install -y cmake llvm lld lldb clang python curl libicu-devel openssl-devel krb5-devel lttng-ust-devel pigz cpio elif [ "$ID" = "alpine" ]; then - apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev zlib-dev openssl-dev pigz cpio + apk add build-base cmake bash curl clang llvm-dev lld lldb krb5-dev lttng-ust-dev icu-dev openssl-dev pigz cpio else echo "Unsupported distro. distro: $ID" exit 1 diff --git a/global.json b/global.json index dd636aead05..eab8f201445 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "version": "10.0.100-alpha.1.25077.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25079.2", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25080.7", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23409.5" } }