From dbea75d3092f049089606dd14619e7572277600a Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Wed, 6 Dec 2023 22:40:56 -0800 Subject: [PATCH 01/95] Update fedora-36, debian-stretch and ubuntu-18.04 image tags --- .vsts-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index d14d1293e..655c9d190 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -82,8 +82,8 @@ stages: - template: eng/build.yml parameters: agentOs: Linux - jobName: Build_Fedora_36_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-36' + jobName: Build_Fedora_39_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39' buildConfiguration: Debug buildArchitecture: x64 linuxPortable: true @@ -100,8 +100,8 @@ stages: - template: eng/build.yml parameters: agentOs: Linux - jobName: Build_Debian_Stretch_Debug_x64 - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-stretch' + jobName: Build_Debian_11_Debug_x64 + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64' buildConfiguration: Debug buildArchitecture: x64 additionalBuildParameters: '/p:BuildSdkDeb=true' @@ -201,7 +201,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_musl_Release_arm - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-cross' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine' buildConfiguration: Release buildArchitecture: arm runtimeIdentifier: 'linux-musl-arm' From 8a3bb8090a5546364918e0e2fd70b6efc9e390c1 Mon Sep 17 00:00:00 2001 From: Forgind <12969783+Forgind@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:27:20 -0800 Subject: [PATCH 02/95] Increase version (#18240) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 5bcd4880e..662417547 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ 8 0 - 2 + 3 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) $(VersionMajor).$(VersionMinor) From 0fe2917a54667f106d1971e424c0f2f0aaf6855f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 12 Jan 2024 23:15:46 +0000 Subject: [PATCH 03/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240112.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.23621.3 -> To Version 1.1.0-beta.24062.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b8aebb8b0..3c713eb84 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.23621.3", + "version": "1.1.0-beta.24062.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 750bc6edf..9e50c1866 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 61ae141d2bf3534619265c8f691fd55dc3e75147 - + https://github.com/dotnet/arcade-services - 702f946f89ace6197fdca2ac309d32187c4bc1bd + 3fe5ccd30a3bc843ca0a3e971bfe6ed70eda0825 - + https://github.com/dotnet/arcade-services - 702f946f89ace6197fdca2ac309d32187c4bc1bd + 3fe5ccd30a3bc843ca0a3e971bfe6ed70eda0825 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 662417547..1172f1ebc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.23621.3 + 1.1.0-beta.24062.2 From 69302ed428b57075ddb546944da98a231f53ffe6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 12 Jan 2024 23:17:03 +0000 Subject: [PATCH 04/95] Update dependencies from https://github.com/dotnet/source-build-externals build 20240109.4 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.23502.1 -> To Version 8.0.0-alpha.1.24059.4 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 750bc6edf..52e0261c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,9 +193,9 @@ 5957c5c5f85f17c145e7fab4ece37ad6aafcded9 - + https://github.com/dotnet/source-build-externals - ed17956dbc31097b7ba6a66be086f4a70a97d84f + 7134e53b6b1210a1ce8838b12b8f6071e0a3433b From b3743bf35490c506153434d0c16bf537cc044a06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 12 Jan 2024 23:17:13 +0000 Subject: [PATCH 05/95] Update dependencies from https://github.com/dotnet/arcade build 20240110.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24059.4 -> To Version 8.0.0-beta.24060.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 750bc6edf..bdae94ac1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 61ae141d2bf3534619265c8f691fd55dc3e75147 + 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade - 61ae141d2bf3534619265c8f691fd55dc3e75147 + 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade - 61ae141d2bf3534619265c8f691fd55dc3e75147 + 888985fb9a9ae4cb30bca75f98af9126c839e660 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 662417547..f94cdd5e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 8.0.0-beta.24059.4 + 8.0.0-beta.24060.4 diff --git a/global.json b/global.json index 52a0f29ec..57a162e41 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24059.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24059.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24060.4", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24060.4" } } From eff7d312197f6d4cb5cb318f5ab789d6b3218d1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 12 Jan 2024 23:17:33 +0000 Subject: [PATCH 06/95] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240111.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23471.1 -> To Version 8.0.0-alpha.1.24061.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 750bc6edf..b1339f75a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -239,9 +239,9 @@ https://github.com/dotnet/runtime af841c8b33cecc92d74222298f1e45bf7bf3d90a - + https://github.com/dotnet/source-build-reference-packages - 7b55da982fc6e71c1776c4de89111aee0eecb45a + 453a37ef7ae6c335cd49b3b9ab7713c87faeb265 From dce6942baedceb45ba62a6479a6eb5ce90c23f81 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Jan 2024 14:09:21 +0000 Subject: [PATCH 07/95] Update dependencies from https://github.com/dotnet/arcade build 20240110.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24059.4 -> To Version 8.0.0-beta.24060.4 From 880b84c6fb4cb2da7666bfb17dea6d5270b72414 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Jan 2024 14:09:45 +0000 Subject: [PATCH 08/95] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240111.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23471.1 -> To Version 8.0.0-alpha.1.24061.1 From 6d6a603605321c2099fe0f45d9a760a1138bd8fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Jan 2024 14:13:17 +0000 Subject: [PATCH 09/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240112.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.23621.3 -> To Version 1.1.0-beta.24062.2 From 58f7541d77f37e5e209663c3e570776cb4ffd3db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Jan 2024 14:13:42 +0000 Subject: [PATCH 10/95] Update dependencies from https://github.com/dotnet/source-build-externals build 20240109.4 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.23502.1 -> To Version 8.0.0-alpha.1.24059.4 From 933ee04a8083de282741f8933cd9fc97a8971aec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Jan 2024 14:00:48 +0000 Subject: [PATCH 11/95] Update dependencies from https://github.com/dotnet/arcade build 20240110.4 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24059.4 -> To Version 8.0.0-beta.24060.4 From 121ce389d6b9e774d091bbc0bb88d381a06f8699 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Jan 2024 14:01:09 +0000 Subject: [PATCH 12/95] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240111.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.23471.1 -> To Version 8.0.0-alpha.1.24061.1 From 6dadf0a8b53ac9421c55823da811a51e4523555b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Jan 2024 14:04:41 +0000 Subject: [PATCH 13/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240112.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.23621.3 -> To Version 1.1.0-beta.24062.2 From 4768421106cb874a52bd1184cab87b3583578229 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Jan 2024 14:05:08 +0000 Subject: [PATCH 14/95] Update dependencies from https://github.com/dotnet/source-build-externals build 20240109.4 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.23502.1 -> To Version 8.0.0-alpha.1.24059.4 From afd746c9ba8de304cb9d8db3dec0e17fa51cf359 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 15 Jan 2024 13:51:31 +0000 Subject: [PATCH 15/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240115.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24062.2 -> To Version 1.1.0-beta.24065.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 3c713eb84..1e231bdb2 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24062.2", + "version": "1.1.0-beta.24065.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9ec5be5b..65514e542 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade-services - 3fe5ccd30a3bc843ca0a3e971bfe6ed70eda0825 + 7fab0443ef68ca1e326678bfb6123a5e0fc4ac81 - + https://github.com/dotnet/arcade-services - 3fe5ccd30a3bc843ca0a3e971bfe6ed70eda0825 + 7fab0443ef68ca1e326678bfb6123a5e0fc4ac81 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 942e871c4..3dbf7ca5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24062.2 + 1.1.0-beta.24065.1 From 9213169c26d570e1a209f7e46b47f9d04df60350 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Jan 2024 14:13:49 +0000 Subject: [PATCH 16/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240116.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24065.1 -> To Version 1.1.0-beta.24066.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1e231bdb2..fe98f4232 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24065.1", + "version": "1.1.0-beta.24066.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65514e542..957ad6782 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade-services - 7fab0443ef68ca1e326678bfb6123a5e0fc4ac81 + 13127001582f67623ee96d79e13cf11d1df31017 - + https://github.com/dotnet/arcade-services - 7fab0443ef68ca1e326678bfb6123a5e0fc4ac81 + 13127001582f67623ee96d79e13cf11d1df31017 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 3dbf7ca5b..e8417193c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24065.1 + 1.1.0-beta.24066.1 From cbd3e8573da4cc8c18e948e8c30a7946885a6c97 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 16 Jan 2024 14:14:13 +0000 Subject: [PATCH 17/95] Update dependencies from https://github.com/dotnet/source-build-externals build 20240115.1 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.24059.4 -> To Version 8.0.0-alpha.1.24065.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65514e542..687db648c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,9 +193,9 @@ 5957c5c5f85f17c145e7fab4ece37ad6aafcded9 - + https://github.com/dotnet/source-build-externals - 7134e53b6b1210a1ce8838b12b8f6071e0a3433b + 83274d94c7e2ff21081b0d75ecbec2da2241f831 From ae16586f7637bef18e6c84d8a71a3cab46e60230 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Tue, 16 Jan 2024 21:58:19 -0800 Subject: [PATCH 18/95] Revert the changes in the eng folder --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 12 ++++++------ 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 06df7ea46..957ad6782 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 67c548395fafd42a6ac4e3a7969242f72de5f8e2 + 41185cf4240faf705904213e1a0468d8164c99a8 - + https://github.com/dotnet/sdk - 67c548395fafd42a6ac4e3a7969242f72de5f8e2 + 41185cf4240faf705904213e1a0468d8164c99a8 - + https://github.com/dotnet/sdk - 67c548395fafd42a6ac4e3a7969242f72de5f8e2 + 41185cf4240faf705904213e1a0468d8164c99a8 - + https://github.com/dotnet/sdk - 67c548395fafd42a6ac4e3a7969242f72de5f8e2 + 41185cf4240faf705904213e1a0468d8164c99a8 https://github.com/dotnet/test-templates @@ -193,9 +193,9 @@ 5957c5c5f85f17c145e7fab4ece37ad6aafcded9 - + https://github.com/dotnet/source-build-externals - 83274d94c7e2ff21081b0d75ecbec2da2241f831 + 7134e53b6b1210a1ce8838b12b8f6071e0a3433b diff --git a/eng/Versions.props b/eng/Versions.props index 49cfadf93..e8417193c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - true + false release preview @@ -26,8 +26,8 @@ 30 32 17 - $([MSBuild]::Add($(VersionFeature), 27)) - $([MSBuild]::Add($(VersionFeature), 16)) + 25 + 14 <_NET70ILLinkPackVersion>7.0.100-1.23211.1 @@ -85,9 +85,9 @@ - 8.0.200-preview.24062.10 - 8.0.200-preview.24062.10 - 8.0.200-preview.24062.10 + 8.0.200-preview.24061.45 + 8.0.200-preview.24061.45 + 8.0.200-preview.24061.45 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From de4f1385b7cb12136bfca75fc20d19f6c4996a04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Jan 2024 14:09:55 +0000 Subject: [PATCH 19/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240117.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24066.1 -> To Version 1.1.0-beta.24067.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fe98f4232..58251c5f5 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24066.1", + "version": "1.1.0-beta.24067.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d78efa337..a8070b817 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade-services - 13127001582f67623ee96d79e13cf11d1df31017 + 0e7066949ad0fd9503cc4f3d138a4a9c68aa57bc - + https://github.com/dotnet/arcade-services - 13127001582f67623ee96d79e13cf11d1df31017 + 0e7066949ad0fd9503cc4f3d138a4a9c68aa57bc https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index e8417193c..1fb88a39a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24066.1 + 1.1.0-beta.24067.2 From edd193abd25ba278e43da09cd854b2c96234bb9f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 17 Jan 2024 23:26:38 +0000 Subject: [PATCH 20/95] Update dependencies from https://github.com/dotnet/sdk build 20240117.17 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.200-preview.24061.45 -> To Version 8.0.300-preview.24067.17 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.Net.Compilers.Toolset,Microsoft.Build From Version 12.8.200-beta.24060.4 -> To Version 12.8.300-beta.24066.3 (parent: Microsoft.NET.Sdk --- NuGet.config | 1 - eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 8 ++++---- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/NuGet.config b/NuGet.config index ba606dcba..94ab32f7a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,7 +9,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 957ad6782..38aea4e5b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 41185cf4240faf705904213e1a0468d8164c99a8 + a585c60cad72a31ff26125065c0cd861e861ec48 - + https://github.com/dotnet/sdk - 41185cf4240faf705904213e1a0468d8164c99a8 + a585c60cad72a31ff26125065c0cd861e861ec48 - + https://github.com/dotnet/sdk - 41185cf4240faf705904213e1a0468d8164c99a8 + a585c60cad72a31ff26125065c0cd861e861ec48 - + https://github.com/dotnet/sdk - 41185cf4240faf705904213e1a0468d8164c99a8 + a585c60cad72a31ff26125065c0cd861e861ec48 https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf 239f8da8fbf8cf2a6cd0c793f0d02679bf4ccf6a - + https://github.com/dotnet/fsharp - 2e4dde8f8fd64aad0026cd03060698c30bf30a8d + 8d7795d4a68a21010577f11084ba937e51daf9a3 - + https://github.com/dotnet/fsharp - 2e4dde8f8fd64aad0026cd03060698c30bf30a8d + 8d7795d4a68a21010577f11084ba937e51daf9a3 @@ -150,14 +150,14 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 5535e31a712343a63f5d7d796cd874e563e5ac14 - + https://github.com/dotnet/roslyn - 28e49407a6e4744819bd471707259b99964e441c + fda44c407b951fe551c2a9935faf500bc3aea18b - + https://github.com/dotnet/msbuild - bb6fadf23225f5097f4e05ed507d93683a21ae56 + f1448f15870e0d229cb9ae6efe336b94cefe3ab3 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index e8417193c..3ef7e211f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,16 +85,16 @@ - 8.0.200-preview.24061.45 - 8.0.200-preview.24061.45 - 8.0.200-preview.24061.45 + 8.0.300-preview.24067.17 + 8.0.300-preview.24067.17 + 8.0.300-preview.24067.17 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.9.0-3.24054.13 + 4.10.0-1.24067.1 From 8aed5ea942fbc399befdf3f699c9cafa898bf416 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Jan 2024 10:23:15 +0000 Subject: [PATCH 21/95] Update dependencies from https://github.com/dotnet/sdk build 20240118.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24067.17 -> To Version 8.0.300-preview.24068.5 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75b4da61f..26d323836 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - a585c60cad72a31ff26125065c0cd861e861ec48 + 3ec1b9940131afb0d1c837fabd755de040be84aa - + https://github.com/dotnet/sdk - a585c60cad72a31ff26125065c0cd861e861ec48 + 3ec1b9940131afb0d1c837fabd755de040be84aa - + https://github.com/dotnet/sdk - a585c60cad72a31ff26125065c0cd861e861ec48 + 3ec1b9940131afb0d1c837fabd755de040be84aa - + https://github.com/dotnet/sdk - a585c60cad72a31ff26125065c0cd861e861ec48 + 3ec1b9940131afb0d1c837fabd755de040be84aa https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7fb02d092..436fc7594 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24067.17 - 8.0.300-preview.24067.17 - 8.0.300-preview.24067.17 + 8.0.300-preview.24068.5 + 8.0.300-preview.24068.5 + 8.0.300-preview.24068.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c3ba276434682a7f6cffd2066d0dba9d402417df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Jan 2024 14:04:10 +0000 Subject: [PATCH 22/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240117.3 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24067.2 -> To Version 1.1.0-beta.24067.3 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 58251c5f5..e02fdf230 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24067.2", + "version": "1.1.0-beta.24067.3", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75b4da61f..32be90ff1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade-services - 0e7066949ad0fd9503cc4f3d138a4a9c68aa57bc + 071e96dd7619c82088d061d9736f725216db6b21 - + https://github.com/dotnet/arcade-services - 0e7066949ad0fd9503cc4f3d138a4a9c68aa57bc + 071e96dd7619c82088d061d9736f725216db6b21 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 7fb02d092..54cdb8769 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24067.2 + 1.1.0-beta.24067.3 From af8936beb401e21ad3505fb171d3b2c6d1761ada Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 18 Jan 2024 18:14:52 +0000 Subject: [PATCH 23/95] Update dependencies from https://github.com/dotnet/sdk build 20240118.23 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24067.17 -> To Version 8.0.300-preview.24068.23 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.10.0-1.24067.1 -> To Version 4.10.0-1.24067.21 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26d323836..05a1bb7a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 3ec1b9940131afb0d1c837fabd755de040be84aa + d37744031f363a1108a5e17cf23b310f2bd6bd56 - + https://github.com/dotnet/sdk - 3ec1b9940131afb0d1c837fabd755de040be84aa + d37744031f363a1108a5e17cf23b310f2bd6bd56 - + https://github.com/dotnet/sdk - 3ec1b9940131afb0d1c837fabd755de040be84aa + d37744031f363a1108a5e17cf23b310f2bd6bd56 - + https://github.com/dotnet/sdk - 3ec1b9940131afb0d1c837fabd755de040be84aa + d37744031f363a1108a5e17cf23b310f2bd6bd56 https://github.com/dotnet/test-templates @@ -150,9 +150,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 5535e31a712343a63f5d7d796cd874e563e5ac14 - + https://github.com/dotnet/roslyn - fda44c407b951fe551c2a9935faf500bc3aea18b + 3cd939f76803da435c20b082a5cfcc844386fcfb diff --git a/eng/Versions.props b/eng/Versions.props index 436fc7594..0de36df42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,16 +85,16 @@ - 8.0.300-preview.24068.5 - 8.0.300-preview.24068.5 - 8.0.300-preview.24068.5 + 8.0.300-preview.24068.23 + 8.0.300-preview.24068.23 + 8.0.300-preview.24068.23 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.10.0-1.24067.1 + 4.10.0-1.24067.21 From f72bc1a9c6b26339534c55b99d3e8cf2a0ed2698 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 18 Jan 2024 10:19:03 -0800 Subject: [PATCH 24/95] Update to the January implicit versions --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 7fb02d092..008eebbe1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,8 +26,8 @@ 30 32 17 - 25 - 14 + 26 + 15 <_NET70ILLinkPackVersion>7.0.100-1.23211.1 From b0dcc98b2ef542fdab663c23222d810d9efde146 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Jan 2024 00:14:15 +0000 Subject: [PATCH 25/95] Update dependencies from https://github.com/dotnet/sdk build 20240118.48 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24068.23 -> To Version 8.0.300-preview.24068.48 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24067-01 -> To Version 17.10.0-preview-24068-10 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 746f118dc..e0aab81eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - d37744031f363a1108a5e17cf23b310f2bd6bd56 + b9141371365c722afbc78a9f298a0b388a917774 - + https://github.com/dotnet/sdk - d37744031f363a1108a5e17cf23b310f2bd6bd56 + b9141371365c722afbc78a9f298a0b388a917774 - + https://github.com/dotnet/sdk - d37744031f363a1108a5e17cf23b310f2bd6bd56 + b9141371365c722afbc78a9f298a0b388a917774 - + https://github.com/dotnet/sdk - d37744031f363a1108a5e17cf23b310f2bd6bd56 + b9141371365c722afbc78a9f298a0b388a917774 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - f1448f15870e0d229cb9ae6efe336b94cefe3ab3 + 6e97308dc4652452833d8ee1ca1d0c1cf5d17ad3 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index af57718eb..125c07449 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24068.23 - 8.0.300-preview.24068.23 - 8.0.300-preview.24068.23 + 8.0.300-preview.24068.48 + 8.0.300-preview.24068.48 + 8.0.300-preview.24068.48 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b27c71890f6e5caba07e04cd44172aed84117fb4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Jan 2024 20:20:57 +0000 Subject: [PATCH 26/95] Update dependencies from https://github.com/dotnet/sdk build 20240119.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24068.48 -> To Version 8.0.300-preview.24069.15 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0aab81eb..7ec6501b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - b9141371365c722afbc78a9f298a0b388a917774 + 0c3f6485f40d050665746abd7f75acb4950ee256 - + https://github.com/dotnet/sdk - b9141371365c722afbc78a9f298a0b388a917774 + 0c3f6485f40d050665746abd7f75acb4950ee256 - + https://github.com/dotnet/sdk - b9141371365c722afbc78a9f298a0b388a917774 + 0c3f6485f40d050665746abd7f75acb4950ee256 - + https://github.com/dotnet/sdk - b9141371365c722afbc78a9f298a0b388a917774 + 0c3f6485f40d050665746abd7f75acb4950ee256 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 125c07449..133f4f60f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24068.48 - 8.0.300-preview.24068.48 - 8.0.300-preview.24068.48 + 8.0.300-preview.24069.15 + 8.0.300-preview.24069.15 + 8.0.300-preview.24069.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e64b794cd14f57dd18bc89888bbbe07419167d7a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 19 Jan 2024 21:23:35 +0000 Subject: [PATCH 27/95] Update dependencies from https://github.com/dotnet/sdk build 20240119.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24068.48 -> To Version 8.0.300-preview.24069.20 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24068-10 -> To Version 17.10.0-preview-24069-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ec6501b8..a42d5d226 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 0c3f6485f40d050665746abd7f75acb4950ee256 + 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 - + https://github.com/dotnet/sdk - 0c3f6485f40d050665746abd7f75acb4950ee256 + 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 - + https://github.com/dotnet/sdk - 0c3f6485f40d050665746abd7f75acb4950ee256 + 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 - + https://github.com/dotnet/sdk - 0c3f6485f40d050665746abd7f75acb4950ee256 + 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 6e97308dc4652452833d8ee1ca1d0c1cf5d17ad3 + 0932b436c6fa26bb356ce21815d5892ed41834d3 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 133f4f60f..6160ff572 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24069.15 - 8.0.300-preview.24069.15 - 8.0.300-preview.24069.15 + 8.0.300-preview.24069.20 + 8.0.300-preview.24069.20 + 8.0.300-preview.24069.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2049e89716a67844e08a8e746f3466e63922fcb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 20 Jan 2024 00:24:38 +0000 Subject: [PATCH 28/95] Update dependencies from https://github.com/dotnet/sdk build 20240119.24 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24069.20 -> To Version 8.0.300-preview.24069.24 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a42d5d226..e68f36fdc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 + 5395566bc10e7c482085c2deec909905177e23d7 - + https://github.com/dotnet/sdk - 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 + 5395566bc10e7c482085c2deec909905177e23d7 - + https://github.com/dotnet/sdk - 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 + 5395566bc10e7c482085c2deec909905177e23d7 - + https://github.com/dotnet/sdk - 5c4b7934c2925f372b8ddbecb68395eb3d4cb9e4 + 5395566bc10e7c482085c2deec909905177e23d7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 6160ff572..2e238296d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24069.20 - 8.0.300-preview.24069.20 - 8.0.300-preview.24069.20 + 8.0.300-preview.24069.24 + 8.0.300-preview.24069.24 + 8.0.300-preview.24069.24 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e550daea83ef416f976256e563ce6e22f2ede5ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Jan 2024 03:25:10 +0000 Subject: [PATCH 29/95] Update dependencies from https://github.com/dotnet/sdk build 20240121.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24069.24 -> To Version 8.0.300-preview.24071.1 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24069-02 -> To Version 17.10.0-preview-24069-03 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e68f36fdc..e4a806781 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 5395566bc10e7c482085c2deec909905177e23d7 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 - + https://github.com/dotnet/sdk - 5395566bc10e7c482085c2deec909905177e23d7 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 - + https://github.com/dotnet/sdk - 5395566bc10e7c482085c2deec909905177e23d7 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 - + https://github.com/dotnet/sdk - 5395566bc10e7c482085c2deec909905177e23d7 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 0932b436c6fa26bb356ce21815d5892ed41834d3 + 6d97976719d4aefae595ee919b942da452e97e57 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 2e238296d..68f76d482 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24069.24 - 8.0.300-preview.24069.24 - 8.0.300-preview.24069.24 + 8.0.300-preview.24071.1 + 8.0.300-preview.24071.1 + 8.0.300-preview.24071.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7bc6ef016aebc9da4f49bfab0ed796c622428674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Jan 2024 21:17:07 +0000 Subject: [PATCH 30/95] Update dependencies from https://github.com/dotnet/sdk build 20240122.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24071.1 -> To Version 8.0.300-preview.24072.4 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4a806781..04a5534d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 82605fd9c0404af0a4b844a9bcd4312f9b830803 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 82605fd9c0404af0a4b844a9bcd4312f9b830803 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 82605fd9c0404af0a4b844a9bcd4312f9b830803 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 82605fd9c0404af0a4b844a9bcd4312f9b830803 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 68f76d482..40e32aa0c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24071.1 - 8.0.300-preview.24071.1 - 8.0.300-preview.24071.1 + 8.0.300-preview.24072.4 + 8.0.300-preview.24072.4 + 8.0.300-preview.24072.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e3d166056f7578ece46c7987f5b8b6c053bb21e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 22 Jan 2024 23:10:26 +0000 Subject: [PATCH 31/95] Update dependencies from https://github.com/dotnet/sdk build 20240122.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24071.1 -> To Version 8.0.300-preview.24072.6 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04a5534d6..0b0680650 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 82605fd9c0404af0a4b844a9bcd4312f9b830803 + 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 - + https://github.com/dotnet/sdk - 82605fd9c0404af0a4b844a9bcd4312f9b830803 + 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 - + https://github.com/dotnet/sdk - 82605fd9c0404af0a4b844a9bcd4312f9b830803 + 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 - + https://github.com/dotnet/sdk - 82605fd9c0404af0a4b844a9bcd4312f9b830803 + 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 40e32aa0c..dce4fab86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24072.4 - 8.0.300-preview.24072.4 - 8.0.300-preview.24072.4 + 8.0.300-preview.24072.6 + 8.0.300-preview.24072.6 + 8.0.300-preview.24072.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 99f080168b17e7bad0ea506931ce35d580dc7da6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 23 Jan 2024 02:48:46 +0000 Subject: [PATCH 32/95] Update dependencies from https://github.com/dotnet/sdk build 20240122.11 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24072.6 -> To Version 8.0.300-preview.24072.11 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b0680650..605f3445e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 + fc1a0860b3a5995a467ae3425cbe9c11812c0221 - + https://github.com/dotnet/sdk - 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 + fc1a0860b3a5995a467ae3425cbe9c11812c0221 - + https://github.com/dotnet/sdk - 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 + fc1a0860b3a5995a467ae3425cbe9c11812c0221 - + https://github.com/dotnet/sdk - 0dee7d7a926f90ac38d298c09ecd122bd71f9ce4 + fc1a0860b3a5995a467ae3425cbe9c11812c0221 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index dce4fab86..14da89173 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24072.6 - 8.0.300-preview.24072.6 - 8.0.300-preview.24072.6 + 8.0.300-preview.24072.11 + 8.0.300-preview.24072.11 + 8.0.300-preview.24072.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7458ac187af84c3f1f7ccd6e74d8cd62207085b5 Mon Sep 17 00:00:00 2001 From: Jason Zhai Date: Mon, 22 Jan 2024 22:02:09 -0800 Subject: [PATCH 33/95] Revert the changes in the eng folder --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 12 ++++++------ 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e832f3076..e4a806781 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - fc1a0860b3a5995a467ae3425cbe9c11812c0221 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 - + https://github.com/dotnet/sdk - fc1a0860b3a5995a467ae3425cbe9c11812c0221 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 - + https://github.com/dotnet/sdk - fc1a0860b3a5995a467ae3425cbe9c11812c0221 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 - + https://github.com/dotnet/sdk - fc1a0860b3a5995a467ae3425cbe9c11812c0221 + 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 https://github.com/dotnet/test-templates @@ -110,18 +110,18 @@ https://github.com/dotnet/test-templates 1e5f3603af2277910aad946736ee23283e7f3e16 - + https://github.com/dotnet/test-templates - 81349c13c2b8e8babf1cdd4e7ab350fbb1b193a4 + 7d2f2719628e6744f3172a2d48e0d1f600b360c0 - + https://github.com/dotnet/test-templates - 81349c13c2b8e8babf1cdd4e7ab350fbb1b193a4 + 7d2f2719628e6744f3172a2d48e0d1f600b360c0 - + https://github.com/dotnet/test-templates - 81349c13c2b8e8babf1cdd4e7ab350fbb1b193a4 + 7d2f2719628e6744f3172a2d48e0d1f600b360c0 diff --git a/eng/Versions.props b/eng/Versions.props index 579fb301d..68f76d482 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,9 +62,9 @@ 1.1.0-rc.22558.1 1.1.0-rc.23410.2 - 1.1.0-rc.24068.2 - 1.1.0-rc.24068.2 - 1.1.0-rc.24068.2 + 1.1.0-rc.24059.1 + 1.1.0-rc.24059.1 + 1.1.0-rc.24059.1 @@ -85,9 +85,9 @@ - 8.0.300-preview.24072.11 - 8.0.300-preview.24072.11 - 8.0.300-preview.24072.11 + 8.0.300-preview.24071.1 + 8.0.300-preview.24071.1 + 8.0.300-preview.24071.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 34dff3dca12c4097d0926c7a9d7070e649872968 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 23 Jan 2024 14:03:31 +0000 Subject: [PATCH 34/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240123.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24067.3 -> To Version 1.1.0-beta.24073.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e02fdf230..541597d59 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24067.3", + "version": "1.1.0-beta.24073.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 605f3445e..8f488b77b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade-services - 071e96dd7619c82088d061d9736f725216db6b21 + 94608f93ee72a99bd613d3f922e095daeb4d1bf1 - + https://github.com/dotnet/arcade-services - 071e96dd7619c82088d061d9736f725216db6b21 + 94608f93ee72a99bd613d3f922e095daeb4d1bf1 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 14da89173..c722ae60f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24067.3 + 1.1.0-beta.24073.2 From 3ff35f4b3e9d84d0c195305c2235b103b41e637e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 23 Jan 2024 20:44:41 +0000 Subject: [PATCH 35/95] Update dependencies from https://github.com/dotnet/sdk build 20240123.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24071.1 -> To Version 8.0.300-preview.24073.8 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24069-03 -> To Version 17.10.0-preview-24073-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4a806781..f9d7f212f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 31a989319810e1a861b20b8bf1b9ca5903717571 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 31a989319810e1a861b20b8bf1b9ca5903717571 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 31a989319810e1a861b20b8bf1b9ca5903717571 - + https://github.com/dotnet/sdk - 00e0fb47b46b3eb8c626b57f1b8a250e3688e361 + 31a989319810e1a861b20b8bf1b9ca5903717571 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 6d97976719d4aefae595ee919b942da452e97e57 + f0936bf4b63d97a87e163fb1cb204e447550bcae https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 0997fb80b..b314117a1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24071.1 - 8.0.300-preview.24071.1 - 8.0.300-preview.24071.1 + 8.0.300-preview.24073.8 + 8.0.300-preview.24073.8 + 8.0.300-preview.24073.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f1fb2695f5406a60f6b759245762f62e3b661e16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 23 Jan 2024 21:59:02 +0000 Subject: [PATCH 36/95] Update dependencies from https://github.com/dotnet/sdk build 20240123.13 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24071.1 -> To Version 8.0.300-preview.24073.13 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24069-03 -> To Version 17.10.0-preview-24073-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f9d7f212f..6729947e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 31a989319810e1a861b20b8bf1b9ca5903717571 + 572b3f11710aefd4e5db524a5265b3f325741d1e - + https://github.com/dotnet/sdk - 31a989319810e1a861b20b8bf1b9ca5903717571 + 572b3f11710aefd4e5db524a5265b3f325741d1e - + https://github.com/dotnet/sdk - 31a989319810e1a861b20b8bf1b9ca5903717571 + 572b3f11710aefd4e5db524a5265b3f325741d1e - + https://github.com/dotnet/sdk - 31a989319810e1a861b20b8bf1b9ca5903717571 + 572b3f11710aefd4e5db524a5265b3f325741d1e https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b314117a1..e476ffc41 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24073.8 - 8.0.300-preview.24073.8 - 8.0.300-preview.24073.8 + 8.0.300-preview.24073.13 + 8.0.300-preview.24073.13 + 8.0.300-preview.24073.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 03a4f0b0fa9150a6fef61a478be0b21d673c864f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Jan 2024 03:28:48 +0000 Subject: [PATCH 37/95] Update dependencies from https://github.com/dotnet/sdk build 20240123.21 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24073.13 -> To Version 8.0.300-preview.24073.21 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 92ae78509..9165e47d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 572b3f11710aefd4e5db524a5265b3f325741d1e + e02e2e79ed65799793b85a994cc7a7cc183ce0b8 - + https://github.com/dotnet/sdk - 572b3f11710aefd4e5db524a5265b3f325741d1e + e02e2e79ed65799793b85a994cc7a7cc183ce0b8 - + https://github.com/dotnet/sdk - 572b3f11710aefd4e5db524a5265b3f325741d1e + e02e2e79ed65799793b85a994cc7a7cc183ce0b8 - + https://github.com/dotnet/sdk - 572b3f11710aefd4e5db524a5265b3f325741d1e + e02e2e79ed65799793b85a994cc7a7cc183ce0b8 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index eb848b6ca..d3ca3b41a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24073.13 - 8.0.300-preview.24073.13 - 8.0.300-preview.24073.13 + 8.0.300-preview.24073.21 + 8.0.300-preview.24073.21 + 8.0.300-preview.24073.21 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0ebe57d61888415e5292382782676c18a2db57a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Jan 2024 14:03:37 +0000 Subject: [PATCH 38/95] Update dependencies from https://github.com/dotnet/arcade build 20240124.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24060.4 -> To Version 8.0.0-beta.24074.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9165e47d3..688a55ab9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 888985fb9a9ae4cb30bca75f98af9126c839e660 + 96c2cee493aa1542c0b06a6498e0379eb11e005f - + https://github.com/dotnet/arcade - 888985fb9a9ae4cb30bca75f98af9126c839e660 + 96c2cee493aa1542c0b06a6498e0379eb11e005f - + https://github.com/dotnet/arcade - 888985fb9a9ae4cb30bca75f98af9126c839e660 + 96c2cee493aa1542c0b06a6498e0379eb11e005f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index d3ca3b41a..39a4434d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 8.0.0-beta.24060.4 + 8.0.0-beta.24074.2 diff --git a/global.json b/global.json index 57a162e41..1555822dd 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24060.4", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24060.4" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24074.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24074.2" } } From 269dff59628a9f7128b23179ee147315c36de568 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Jan 2024 14:10:41 +0000 Subject: [PATCH 39/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240124.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24073.2 -> To Version 1.1.0-beta.24074.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 541597d59..44d3876d9 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24073.2", + "version": "1.1.0-beta.24074.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9165e47d3..7d3acc433 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 888985fb9a9ae4cb30bca75f98af9126c839e660 - + https://github.com/dotnet/arcade-services - 94608f93ee72a99bd613d3f922e095daeb4d1bf1 + 70e9b79b12680b7be6c36913f1d0ecb5cc9e32cf - + https://github.com/dotnet/arcade-services - 94608f93ee72a99bd613d3f922e095daeb4d1bf1 + 70e9b79b12680b7be6c36913f1d0ecb5cc9e32cf https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d3ca3b41a..b0b63ad18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24073.2 + 1.1.0-beta.24074.1 From 039da4b5ee06c5ccc46ee605472e416d1b29d743 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Jan 2024 19:34:06 +0000 Subject: [PATCH 40/95] Update dependencies from https://github.com/dotnet/sdk build 20240124.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24073.21 -> To Version 8.0.300-preview.24074.6 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24073-01 -> To Version 17.10.0-preview-24073-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c3aa7f3c7..362a9dbe3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - e02e2e79ed65799793b85a994cc7a7cc183ce0b8 + 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 - + https://github.com/dotnet/sdk - e02e2e79ed65799793b85a994cc7a7cc183ce0b8 + 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 - + https://github.com/dotnet/sdk - e02e2e79ed65799793b85a994cc7a7cc183ce0b8 + 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 - + https://github.com/dotnet/sdk - e02e2e79ed65799793b85a994cc7a7cc183ce0b8 + 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - f0936bf4b63d97a87e163fb1cb204e447550bcae + d51ae5297cd0a24caa8cfe356442cc8634c3f087 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index f233ba74d..d66377886 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24073.21 - 8.0.300-preview.24073.21 - 8.0.300-preview.24073.21 + 8.0.300-preview.24074.6 + 8.0.300-preview.24074.6 + 8.0.300-preview.24074.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1f2d141e2f9a22b9fe8643c19750b69100308407 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 24 Jan 2024 20:30:47 +0000 Subject: [PATCH 41/95] Update dependencies from https://github.com/dotnet/sdk build 20240124.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24073.21 -> To Version 8.0.300-preview.24074.8 Dependency coherency updates Microsoft.Build,NuGet.Build.Tasks From Version 17.10.0-preview-24073-01 -> To Version 17.10.0-preview-24073-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 362a9dbe3..9fc5d702f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 + 8382d65bf318158a4a7d4f44707a268450cf2fca - + https://github.com/dotnet/sdk - 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 + 8382d65bf318158a4a7d4f44707a268450cf2fca - + https://github.com/dotnet/sdk - 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 + 8382d65bf318158a4a7d4f44707a268450cf2fca - + https://github.com/dotnet/sdk - 9ea2d1339b454b4b9b3a45c4764bc43dfd578c61 + 8382d65bf318158a4a7d4f44707a268450cf2fca https://github.com/dotnet/test-templates @@ -159,9 +159,9 @@ https://github.com/dotnet/msbuild d51ae5297cd0a24caa8cfe356442cc8634c3f087 - + https://github.com/nuget/nuget.client - e92be3915309e687044768de38933ac5fc4cb40c + e4899ee48ff3d7787ee345f546c818ce6b962807 diff --git a/eng/Versions.props b/eng/Versions.props index d66377886..927620225 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24074.6 - 8.0.300-preview.24074.6 - 8.0.300-preview.24074.6 + 8.0.300-preview.24074.8 + 8.0.300-preview.24074.8 + 8.0.300-preview.24074.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -127,7 +127,7 @@ - 6.9.0-rc.74 + 6.10.0-preview.1.12 From 1d299436a182643451ced707c31d6de306769b62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Jan 2024 00:27:20 +0000 Subject: [PATCH 42/95] Update dependencies from https://github.com/dotnet/sdk build 20240124.14 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24074.8 -> To Version 8.0.300-preview.24074.14 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9fc5d702f..4b594ac1d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 8382d65bf318158a4a7d4f44707a268450cf2fca + 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 - + https://github.com/dotnet/sdk - 8382d65bf318158a4a7d4f44707a268450cf2fca + 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 - + https://github.com/dotnet/sdk - 8382d65bf318158a4a7d4f44707a268450cf2fca + 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 - + https://github.com/dotnet/sdk - 8382d65bf318158a4a7d4f44707a268450cf2fca + 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 927620225..a8cf2eb7b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24074.8 - 8.0.300-preview.24074.8 - 8.0.300-preview.24074.8 + 8.0.300-preview.24074.14 + 8.0.300-preview.24074.14 + 8.0.300-preview.24074.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d17cc4976185a2ab898ff299cef7c202cd46a8af Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Jan 2024 09:38:23 +0000 Subject: [PATCH 43/95] Update dependencies from https://github.com/dotnet/sdk build 20240125.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24074.14 -> To Version 8.0.300-preview.24075.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b594ac1d..739dd571a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 + 1304a6f0303216c40e125df4de08a1677940ad37 - + https://github.com/dotnet/sdk - 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 + 1304a6f0303216c40e125df4de08a1677940ad37 - + https://github.com/dotnet/sdk - 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 + 1304a6f0303216c40e125df4de08a1677940ad37 - + https://github.com/dotnet/sdk - 9e951d5dfe46de5be914f76d723f1ed3aa4c1933 + 1304a6f0303216c40e125df4de08a1677940ad37 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a8cf2eb7b..d36675001 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24074.14 - 8.0.300-preview.24074.14 - 8.0.300-preview.24074.14 + 8.0.300-preview.24075.2 + 8.0.300-preview.24075.2 + 8.0.300-preview.24075.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7b5ad14dd2d7743636539ab6d80dbf2f72fb150c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Jan 2024 14:01:11 +0000 Subject: [PATCH 44/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240124.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24074.1 -> To Version 1.1.0-beta.24074.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 44d3876d9..b88ce43b0 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24074.1", + "version": "1.1.0-beta.24074.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 739dd571a..d939cc4fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 96c2cee493aa1542c0b06a6498e0379eb11e005f - + https://github.com/dotnet/arcade-services - 70e9b79b12680b7be6c36913f1d0ecb5cc9e32cf + 515f0dc18ab7997cb52cb5722cda1f4245910626 - + https://github.com/dotnet/arcade-services - 70e9b79b12680b7be6c36913f1d0ecb5cc9e32cf + 515f0dc18ab7997cb52cb5722cda1f4245910626 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d36675001..f50da251b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24074.1 + 1.1.0-beta.24074.2 From faf351a8ade8dec97d135da0ab5ecbf6b81e49d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Jan 2024 19:05:53 +0000 Subject: [PATCH 45/95] Update dependencies from https://github.com/dotnet/sdk build 20240125.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24075.2 -> To Version 8.0.300-preview.24075.4 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 739dd571a..4cc16f0fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 1304a6f0303216c40e125df4de08a1677940ad37 + ec6f1420fdd732aa27c30a2e78a55a6997c6703f - + https://github.com/dotnet/sdk - 1304a6f0303216c40e125df4de08a1677940ad37 + ec6f1420fdd732aa27c30a2e78a55a6997c6703f - + https://github.com/dotnet/sdk - 1304a6f0303216c40e125df4de08a1677940ad37 + ec6f1420fdd732aa27c30a2e78a55a6997c6703f - + https://github.com/dotnet/sdk - 1304a6f0303216c40e125df4de08a1677940ad37 + ec6f1420fdd732aa27c30a2e78a55a6997c6703f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d36675001..a7cf1062d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24075.2 - 8.0.300-preview.24075.2 - 8.0.300-preview.24075.2 + 8.0.300-preview.24075.4 + 8.0.300-preview.24075.4 + 8.0.300-preview.24075.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 42f557262305679ad5800cc0674afaac4984fdc7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Jan 2024 20:37:34 +0000 Subject: [PATCH 46/95] Update dependencies from https://github.com/dotnet/sdk build 20240125.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24075.2 -> To Version 8.0.300-preview.24075.8 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4cc16f0fa..ccf0ac68d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - ec6f1420fdd732aa27c30a2e78a55a6997c6703f + 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 - + https://github.com/dotnet/sdk - ec6f1420fdd732aa27c30a2e78a55a6997c6703f + 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 - + https://github.com/dotnet/sdk - ec6f1420fdd732aa27c30a2e78a55a6997c6703f + 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 - + https://github.com/dotnet/sdk - ec6f1420fdd732aa27c30a2e78a55a6997c6703f + 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a7cf1062d..ddbcfbec8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24075.4 - 8.0.300-preview.24075.4 - 8.0.300-preview.24075.4 + 8.0.300-preview.24075.8 + 8.0.300-preview.24075.8 + 8.0.300-preview.24075.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c72ab99b91f86f94eed5b91aba03f6e7c7679360 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 26 Jan 2024 17:32:28 +0000 Subject: [PATCH 47/95] Update dependencies from https://github.com/dotnet/sdk build 20240126.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24075.8 -> To Version 8.0.300-preview.24076.4 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.8.300-beta.24066.3 -> To Version 12.8.300-beta.24075.4 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f775f2bf..bff1a7432 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 + b96488d547e1598fa53442bf7b9492f092b4b2a0 - + https://github.com/dotnet/sdk - 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 + b96488d547e1598fa53442bf7b9492f092b4b2a0 - + https://github.com/dotnet/sdk - 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 + b96488d547e1598fa53442bf7b9492f092b4b2a0 - + https://github.com/dotnet/sdk - 1d1b3c94a9963bc6d64b4577c1dd720251a7fc24 + b96488d547e1598fa53442bf7b9492f092b4b2a0 https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf 239f8da8fbf8cf2a6cd0c793f0d02679bf4ccf6a - + https://github.com/dotnet/fsharp - 8d7795d4a68a21010577f11084ba937e51daf9a3 + 32898dc51efc669de98e7e47f57d521bc07ac4cc - + https://github.com/dotnet/fsharp - 8d7795d4a68a21010577f11084ba937e51daf9a3 + 32898dc51efc669de98e7e47f57d521bc07ac4cc diff --git a/eng/Versions.props b/eng/Versions.props index 334d4398b..9c25d28ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24075.8 - 8.0.300-preview.24075.8 - 8.0.300-preview.24075.8 + 8.0.300-preview.24076.4 + 8.0.300-preview.24076.4 + 8.0.300-preview.24076.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 84ea85192bb26fefe33648e5aba912f6828f912c Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 26 Jan 2024 11:46:10 -0800 Subject: [PATCH 48/95] Separate out the test exclusions that apply to stable SDKs when we're targeting the latest downlevel runtime. This should simplify things as we want to run these tests at least some of the time but codeflow ends up removing them. --- test/SdkTests/SdkTests.csproj | 6 +- test/SdkTests/TestConfig.xml | 200 -------------------------- test/SdkTests/TestConfigStableSDK.xml | 200 ++++++++++++++++++++++++++ 3 files changed, 205 insertions(+), 201 deletions(-) create mode 100644 test/SdkTests/TestConfigStableSDK.xml diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index 8902bb1a6..dd8620df0 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -1,4 +1,4 @@ - + false @@ -215,6 +215,10 @@ $(TestArgs) -testList SdkIntegrationTests + + + $(TestArgs) -testConfigFile "$(MSBuildThisFileDirectory)TestsToSkipStableSDK.xml" + diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 245dd40e7..9b38840fd 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -45,10 +45,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/SdkTests/TestConfigStableSDK.xml b/test/SdkTests/TestConfigStableSDK.xml new file mode 100644 index 000000000..7140b5f76 --- /dev/null +++ b/test/SdkTests/TestConfigStableSDK.xml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From b230279c695eb6646c22a22193d72fc948f4be8d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 26 Jan 2024 20:11:03 +0000 Subject: [PATCH 49/95] Update dependencies from https://github.com/dotnet/sdk build 20240126.9 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24076.4 -> To Version 8.0.300-preview.24076.9 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24073-02 -> To Version 17.10.0-preview-24076-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bff1a7432..b554df4af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - b96488d547e1598fa53442bf7b9492f092b4b2a0 + 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b - + https://github.com/dotnet/sdk - b96488d547e1598fa53442bf7b9492f092b4b2a0 + 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b - + https://github.com/dotnet/sdk - b96488d547e1598fa53442bf7b9492f092b4b2a0 + 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b - + https://github.com/dotnet/sdk - b96488d547e1598fa53442bf7b9492f092b4b2a0 + 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - d51ae5297cd0a24caa8cfe356442cc8634c3f087 + e7a44d757e097eb17dcac5a8436645dc612fec4b https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 9c25d28ea..5c72de7f7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24076.4 - 8.0.300-preview.24076.4 - 8.0.300-preview.24076.4 + 8.0.300-preview.24076.9 + 8.0.300-preview.24076.9 + 8.0.300-preview.24076.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8a35ac3fbb2bf53da560d2266a368fe2b6c2ee2c Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Fri, 26 Jan 2024 15:00:03 -0800 Subject: [PATCH 50/95] Rename the XML file Add a specific test back to the exclusion list Move two tests to the linux-only exclusion list --- test/SdkTests/TestConfig.xml | 4 ++++ .../{TestConfigStableSDK.xml => TestToSkipStableSDK.xml} | 8 -------- test/SdkTests/TestsToSkipLinux.xml | 8 ++++++++ 3 files changed, 12 insertions(+), 8 deletions(-) rename test/SdkTests/{TestConfigStableSDK.xml => TestToSkipStableSDK.xml} (96%) diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 9b38840fd..f5b3aa523 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -61,5 +61,9 @@ Skip="true" Issue="" Reason="Requires props file not in installer repo"/> + diff --git a/test/SdkTests/TestConfigStableSDK.xml b/test/SdkTests/TestToSkipStableSDK.xml similarity index 96% rename from test/SdkTests/TestConfigStableSDK.xml rename to test/SdkTests/TestToSkipStableSDK.xml index 7140b5f76..d1138b370 100644 --- a/test/SdkTests/TestConfigStableSDK.xml +++ b/test/SdkTests/TestToSkipStableSDK.xml @@ -4,10 +4,6 @@ Skip="true" Issue="" Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/> - - + + From c111c9556e603f895a7a0553240e53a712aadf69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 27 Jan 2024 08:39:56 +0000 Subject: [PATCH 51/95] Update dependencies from https://github.com/dotnet/sdk build 20240126.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24076.9 -> To Version 8.0.300-preview.24076.15 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b554df4af..a1a140ada 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b + dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 - + https://github.com/dotnet/sdk - 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b + dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 - + https://github.com/dotnet/sdk - 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b + dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 - + https://github.com/dotnet/sdk - 1bf5fd5fb0a4a249b2d4bf43fbcb6541753e7a7b + dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 5c72de7f7..4dc20a8ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24076.9 - 8.0.300-preview.24076.9 - 8.0.300-preview.24076.9 + 8.0.300-preview.24076.15 + 8.0.300-preview.24076.15 + 8.0.300-preview.24076.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9fa744fe2e0668358c797ba8ade585121dcc689d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 27 Jan 2024 14:00:41 +0000 Subject: [PATCH 52/95] Update dependencies from https://github.com/dotnet/arcade build 20240125.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24074.2 -> To Version 8.0.0-beta.24075.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b554df4af..6f44e8a5b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 96c2cee493aa1542c0b06a6498e0379eb11e005f + 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade - 96c2cee493aa1542c0b06a6498e0379eb11e005f + 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade - 96c2cee493aa1542c0b06a6498e0379eb11e005f + 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 5c72de7f7..8c949b4d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 8.0.0-beta.24074.2 + 8.0.0-beta.24075.5 diff --git a/global.json b/global.json index 1555822dd..6317ab3a3 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24074.2", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24074.2" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24075.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24075.5" } } From 52da9ea1d6b2a8ac5679a071e8793306dea395ef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 27 Jan 2024 14:06:20 +0000 Subject: [PATCH 53/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240126.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24074.2 -> To Version 1.1.0-beta.24076.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index b88ce43b0..db62fda5c 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24074.2", + "version": "1.1.0-beta.24076.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b554df4af..5dd2222f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 96c2cee493aa1542c0b06a6498e0379eb11e005f - + https://github.com/dotnet/arcade-services - 515f0dc18ab7997cb52cb5722cda1f4245910626 + e9cac5ab2b545c66de5414b330d2187286d17194 - + https://github.com/dotnet/arcade-services - 515f0dc18ab7997cb52cb5722cda1f4245910626 + e9cac5ab2b545c66de5414b330d2187286d17194 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 5c72de7f7..571428713 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24074.2 + 1.1.0-beta.24076.2 From e4cfc320ec584845ac47a90d28e66773ed425367 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 28 Jan 2024 13:43:45 +0000 Subject: [PATCH 54/95] Update dependencies from https://github.com/dotnet/arcade build 20240125.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24074.2 -> To Version 8.0.0-beta.24075.5 From 19f47d70430869507aa062371b0dbdd8b39d9209 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 28 Jan 2024 13:49:38 +0000 Subject: [PATCH 55/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240126.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24074.2 -> To Version 1.1.0-beta.24076.2 From 7cc351c8c7e536afed4b18a1678b54e02410567e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 29 Jan 2024 03:55:11 +0000 Subject: [PATCH 56/95] Update dependencies from https://github.com/dotnet/sdk build 20240128.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24076.15 -> To Version 8.0.300-preview.24078.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13e3b6a59..c5e7ed4ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 + 60f91f0ff4d47d2940e699da40802fc20ee6ca2d - + https://github.com/dotnet/sdk - dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 + 60f91f0ff4d47d2940e699da40802fc20ee6ca2d - + https://github.com/dotnet/sdk - dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 + 60f91f0ff4d47d2940e699da40802fc20ee6ca2d - + https://github.com/dotnet/sdk - dc2a5fe965efcafe5a9babaf983cd9b8867bd0a4 + 60f91f0ff4d47d2940e699da40802fc20ee6ca2d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7934eb545..635f75a20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24076.15 - 8.0.300-preview.24076.15 - 8.0.300-preview.24076.15 + 8.0.300-preview.24078.2 + 8.0.300-preview.24078.2 + 8.0.300-preview.24078.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 6f38f21e41d696325cd02e0d3031c0d58d93faf3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 03:24:11 +0000 Subject: [PATCH 57/95] Update dependencies from https://github.com/dotnet/sdk build 20240129.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24078.2 -> To Version 8.0.300-preview.24079.6 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5e7ed4ac..1c5cfa722 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 - + https://github.com/dotnet/sdk - 60f91f0ff4d47d2940e699da40802fc20ee6ca2d + c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 635f75a20..06834fdf7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24078.2 - 8.0.300-preview.24078.2 - 8.0.300-preview.24078.2 + 8.0.300-preview.24079.6 + 8.0.300-preview.24079.6 + 8.0.300-preview.24079.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 28c0f30d1ef3d3f0875b8e4d95ba3ef096d2791b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 08:42:57 +0000 Subject: [PATCH 58/95] Update dependencies from https://github.com/dotnet/sdk build 20240129.8 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24079.6 -> To Version 8.0.300-preview.24079.8 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24076-01 -> To Version 17.10.0-preview-24076-03 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c5cfa722..3532f25c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 - + https://github.com/dotnet/sdk - c6e28e063aaf7b282e3dc762cf3c9e02ebd6fd57 + 017e5b1f62a040353b40e959597a2515eb6f7aa9 https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - e7a44d757e097eb17dcac5a8436645dc612fec4b + 0d8d09e5c582526daeb4af0b52956c3290e424d1 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 06834fdf7..0cf3573e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24079.6 - 8.0.300-preview.24079.6 - 8.0.300-preview.24079.6 + 8.0.300-preview.24079.8 + 8.0.300-preview.24079.8 + 8.0.300-preview.24079.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2d5511ca8e07f7164fc46752ae6282d9f9f34937 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 14:05:14 +0000 Subject: [PATCH 59/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240130.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24076.2 -> To Version 1.1.0-beta.24080.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index db62fda5c..e3f5153b8 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24076.2", + "version": "1.1.0-beta.24080.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3532f25c9..ba4546f80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade-services - e9cac5ab2b545c66de5414b330d2187286d17194 + 749beebfd890571ce6f3fe8f557cb3cad070c946 - + https://github.com/dotnet/arcade-services - e9cac5ab2b545c66de5414b330d2187286d17194 + 749beebfd890571ce6f3fe8f557cb3cad070c946 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0cf3573e7..4227a9e85 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24076.2 + 1.1.0-beta.24080.1 From 77e52344c869f7f3922636fa60b2757fc7e8bf44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 30 Jan 2024 23:43:45 +0000 Subject: [PATCH 60/95] Update dependencies from https://github.com/dotnet/sdk build 20240130.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24079.8 -> To Version 8.0.300-preview.24080.12 Dependency coherency updates Microsoft.NET.Test.Sdk From Version 17.9.0-release-23627-01 -> To Version 17.10.0-preview-24080-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3532f25c9..3ff9236e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df - + https://github.com/dotnet/sdk - 017e5b1f62a040353b40e959597a2515eb6f7aa9 + 8d38bc1ced47c725df1552163ab6c8422a7546df https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 32898dc51efc669de98e7e47f57d521bc07ac4cc - + https://github.com/microsoft/vstest - 053d7114a72aac12d1382ecc2a23b2dfdd5b084b + d61759559535f43790211fa53be7829dfe598841 diff --git a/eng/Versions.props b/eng/Versions.props index 0cf3573e7..507103ca6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24079.8 - 8.0.300-preview.24079.8 - 8.0.300-preview.24079.8 + 8.0.300-preview.24080.12 + 8.0.300-preview.24080.12 + 8.0.300-preview.24080.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.9.0-release-23627-01 + 17.10.0-preview-24080-01 8.0.0-alpha.1.22557.12 From 273673f0a3967373a846f1759be7eb876b5f2b21 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 03:27:49 +0000 Subject: [PATCH 61/95] Update dependencies from https://github.com/dotnet/sdk build 20240130.15 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.12 -> To Version 8.0.300-preview.24080.15 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 974e5e10b..40c3eaf01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a - + https://github.com/dotnet/sdk - 8d38bc1ced47c725df1552163ab6c8422a7546df + 06b24135c1602ea9f10da22fa9ba175d6912577a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 769cfe385..e4edd57bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24080.12 - 8.0.300-preview.24080.12 - 8.0.300-preview.24080.12 + 8.0.300-preview.24080.15 + 8.0.300-preview.24080.15 + 8.0.300-preview.24080.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9dfa19879293726b092c7580ee9f8d248ade16f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 05:50:32 +0000 Subject: [PATCH 62/95] Update dependencies from https://github.com/dotnet/sdk build 20240130.20 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.15 -> To Version 8.0.300-preview.24080.20 Dependency coherency updates Microsoft.Build,NuGet.Build.Tasks From Version 17.10.0-preview-24076-03 -> To Version 17.10.0-preview-24080-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40c3eaf01..578e47549 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 - + https://github.com/dotnet/sdk - 06b24135c1602ea9f10da22fa9ba175d6912577a + 6a3887856108dbd0e8b0495ae0b4d5af01972805 https://github.com/dotnet/test-templates @@ -155,13 +155,13 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 0d8d09e5c582526daeb4af0b52956c3290e424d1 + caaccdd1ec890391d936f491a1a411b473853c2b - + https://github.com/nuget/nuget.client - e4899ee48ff3d7787ee345f546c818ce6b962807 + 98b7d827d91c055fcaa77be7f34bf66811381b5a diff --git a/eng/Versions.props b/eng/Versions.props index e4edd57bd..24671a067 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24080.15 - 8.0.300-preview.24080.15 - 8.0.300-preview.24080.15 + 8.0.300-preview.24080.20 + 8.0.300-preview.24080.20 + 8.0.300-preview.24080.20 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -127,7 +127,7 @@ - 6.10.0-preview.1.12 + 6.10.0-preview.1.17 From 56ca2a936078eb3f3af13ba8da88fce9cd0cb536 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 11:26:30 +0000 Subject: [PATCH 63/95] Update dependencies from https://github.com/dotnet/sdk build 20240131.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24081.5 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp From Version 12.8.300-beta.24075.4 -> To Version 12.8.300-beta.24080.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578e47549..5eae957f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 3f1acb59718cadf111a0a796681e3d3509bb3381 - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f - + https://github.com/dotnet/sdk - 6a3887856108dbd0e8b0495ae0b4d5af01972805 + a57726a5129765adddd102456763de4beed77b5f https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf 239f8da8fbf8cf2a6cd0c793f0d02679bf4ccf6a - + https://github.com/dotnet/fsharp - 32898dc51efc669de98e7e47f57d521bc07ac4cc + 3def38d082f0e3b15b4be08f273f3d616776cd32 - + https://github.com/dotnet/fsharp - 32898dc51efc669de98e7e47f57d521bc07ac4cc + 3def38d082f0e3b15b4be08f273f3d616776cd32 diff --git a/eng/Versions.props b/eng/Versions.props index 24671a067..2e44972ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24080.20 - 8.0.300-preview.24080.20 - 8.0.300-preview.24080.20 + 8.0.300-preview.24081.5 + 8.0.300-preview.24081.5 + 8.0.300-preview.24081.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9e2ee1e5374b17d8f28c41babb65fef3b8925818 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 14:04:50 +0000 Subject: [PATCH 64/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240130.2 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24080.1 -> To Version 1.1.0-beta.24080.2 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e3f5153b8..0e657c448 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24080.1", + "version": "1.1.0-beta.24080.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578e47549..72a4e1ce5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade-services - 749beebfd890571ce6f3fe8f557cb3cad070c946 + 2a734cad5b603ea6b6f67a309cbaa081af57cf77 - + https://github.com/dotnet/arcade-services - 749beebfd890571ce6f3fe8f557cb3cad070c946 + 2a734cad5b603ea6b6f67a309cbaa081af57cf77 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 24671a067..7c3b3bd5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24080.1 + 1.1.0-beta.24080.2 From f945bfc62543239c458cac9d11d9be5be77bc98b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 31 Jan 2024 23:43:16 +0000 Subject: [PATCH 65/95] Update dependencies from https://github.com/dotnet/sdk build 20240131.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24081.16 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 108 ++++++++++++++++++++-------------------- eng/Versions.props | 46 ++++++++--------- 2 files changed, 77 insertions(+), 77 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5eae957f3..82b09214a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,46 +5,46 @@ Source-build uses transitive dependency resolution to determine correct build SHA of all product contributing repos. The order of dependencies is important and should not be modified without approval from dotnet/source-build-internal. --> - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop - c0170915ed6c164a594cd9d558d44aaf98fc6961 + a0e7b5d8673f28c41bcac6e2001b39ba2c8fab54 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 @@ -52,55 +52,55 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore - 3f1acb59718cadf111a0a796681e3d3509bb3381 + 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 - + https://github.com/dotnet/sdk - a57726a5129765adddd102456763de4beed77b5f + 27717ac6846835c1c15d302d7bdd08877c38ca29 https://github.com/dotnet/test-templates @@ -124,13 +124,13 @@ 7d2f2719628e6744f3172a2d48e0d1f600b360c0 - + https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - e4ede9b8979b9d2b1b1d4383f30a791414f0625b + 0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8 - + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - 239f8da8fbf8cf2a6cd0c793f0d02679bf4ccf6a + ac40bed7a33baf164d3984ca90c2aedba996a7b2 https://github.com/dotnet/fsharp @@ -146,9 +146,9 @@ d61759559535f43790211fa53be7829dfe598841 - + https://dev.azure.com/dnceng/internal/_git/dotnet-runtime - 5535e31a712343a63f5d7d796cd874e563e5ac14 + bf5e279d9239bfef5bb1b8d6212f1b971c434606 https://github.com/dotnet/roslyn @@ -168,13 +168,13 @@ https://github.com/Microsoft/ApplicationInsights-dotnet 53b80940842204f78708a538628288ff5d741a1d - + https://github.com/dotnet/emsdk - 2406616d0e3a31d80b326e27c156955bfa41c791 + 201f4dae9d1a1e105d8ba86d7ece61eed1f665e0 - + https://github.com/dotnet/emsdk - 2406616d0e3a31d80b326e27c156955bfa41c791 + 201f4dae9d1a1e105d8ba86d7ece61eed1f665e0 diff --git a/eng/Versions.props b/eng/Versions.props index 2e44972ee..9af726290 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,11 +48,11 @@ - 8.0.0-rtm.23531.5 + 8.0.1-servicing.23580.6 - 8.0.0-rtm.23531.4 + 8.0.1-servicing.23580.5 @@ -72,22 +72,22 @@ - 8.0.0 - 8.0.0 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 - 8.0.0-rtm.23531.12 + 8.0.1 + 8.0.1 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 + 8.0.1-servicing.23580.8 0.2.0 - 8.0.300-preview.24081.5 - 8.0.300-preview.24081.5 - 8.0.300-preview.24081.5 + 8.0.300-preview.24081.16 + 8.0.300-preview.24081.16 + 8.0.300-preview.24081.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -98,24 +98,24 @@ - 8.0.0-rtm.23531.3 + 8.0.1-servicing.23580.1 - 8.0.0-rtm.23531.3 - 8.0.0-rtm.23531.3 - 8.0.0 - 8.0.0 - 8.0.0 - 8.0.0 + 8.0.1-servicing.23580.1 + 8.0.1-servicing.23580.1 + 8.0.1 + 8.0.1 + 8.0.1 + 8.0.1 2.1.0 - 8.0.0-rtm.23551.1 - 8.0.0-rtm.23551.1 - 8.0.0 - 8.0.0 + 8.0.1-servicing.23580.5 + 8.0.1-servicing.23580.5 + 8.0.1 + 8.0.1 From b3cb48bdbc084b073887590057490d183398d990 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 03:20:21 +0000 Subject: [PATCH 66/95] Update dependencies from https://github.com/dotnet/sdk build 20240131.18 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24081.18 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82b09214a..b88536b7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 - + https://github.com/dotnet/sdk - 27717ac6846835c1c15d302d7bdd08877c38ca29 + fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 https://github.com/dotnet/test-templates @@ -132,18 +132,18 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - 3def38d082f0e3b15b4be08f273f3d616776cd32 + 80003bb3f0516455a0046887aa169febf2c4d3a8 - + https://github.com/dotnet/fsharp - 3def38d082f0e3b15b4be08f273f3d616776cd32 + 80003bb3f0516455a0046887aa169febf2c4d3a8 - + https://github.com/microsoft/vstest - d61759559535f43790211fa53be7829dfe598841 + fa9d5c94bd4311da4db7e48dd990484e7ad4b120 @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - caaccdd1ec890391d936f491a1a411b473853c2b + 25df00b64f0dc3cf47bcbbc99dc9ad384e74454a https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 9af726290..7de84994e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24081.16 - 8.0.300-preview.24081.16 - 8.0.300-preview.24081.16 + 8.0.300-preview.24081.18 + 8.0.300-preview.24081.18 + 8.0.300-preview.24081.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24080-01 + 17.10.0-preview-24080-03 8.0.0-alpha.1.22557.12 From 2fd4546faf1a4622ef8c05d6a1cc1e56dd9d9d28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 14:02:49 +0000 Subject: [PATCH 67/95] Update dependencies from https://github.com/dotnet/arcade build 20240131.5 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.24075.5 -> To Version 8.0.0-beta.24081.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- global.json | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72a4e1ce5..69d01c195 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade - 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 + be88b08c41971b52ec11aec05ef31e72185d4a1f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 7c3b3bd5b..ad191360e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 8.0.0-beta.24075.5 + 8.0.0-beta.24081.5 diff --git a/global.json b/global.json index 6317ab3a3..f27f8981d 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24075.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24075.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24081.5", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24081.5" } } From c1e9d5695e4d7aa412824d44c4a4a756e581dd31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 14:09:28 +0000 Subject: [PATCH 68/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240201.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24080.2 -> To Version 1.1.0-beta.24101.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 0e657c448..6ab51d1f1 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24080.2", + "version": "1.1.0-beta.24101.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72a4e1ce5..d21bbe93f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 07cf24f27ee58b5d1a9662334a101d84bd1e07e5 - + https://github.com/dotnet/arcade-services - 2a734cad5b603ea6b6f67a309cbaa081af57cf77 + 2b98442571c24e1f66b33faf79001254b3243d5a - + https://github.com/dotnet/arcade-services - 2a734cad5b603ea6b6f67a309cbaa081af57cf77 + 2b98442571c24e1f66b33faf79001254b3243d5a https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 7c3b3bd5b..f485119db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24080.2 + 1.1.0-beta.24101.1 From 763ea9e7e4c0714e9863147dfe5cb4f8b8f550fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 18:50:02 +0000 Subject: [PATCH 69/95] Update dependencies from https://github.com/dotnet/sdk build 20240201.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24101.6 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 10 +++++----- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3aaf05aa6..2e7b5a1b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 - + https://github.com/dotnet/sdk - fe1cde4e6acc60ebccc53f5f25898afbdcca8d11 + 8b4d4e61bc30a189071113cdbebc655c96247232 https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 80003bb3f0516455a0046887aa169febf2c4d3a8 - + https://github.com/microsoft/vstest - fa9d5c94bd4311da4db7e48dd990484e7ad4b120 + 73d640131c4c120f3d865cfc91790dde49710e71 @@ -155,13 +155,13 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 25df00b64f0dc3cf47bcbbc99dc9ad384e74454a + 07fd5d51f25134ea3ab3620c66f6501a74df2921 - + https://github.com/nuget/nuget.client - 98b7d827d91c055fcaa77be7f34bf66811381b5a + f207cbb3530350f785d1b04014e15563cc9b5e03 diff --git a/eng/Versions.props b/eng/Versions.props index 98661ec66..142bef67e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24081.18 - 8.0.300-preview.24081.18 - 8.0.300-preview.24081.18 + 8.0.300-preview.24101.6 + 8.0.300-preview.24101.6 + 8.0.300-preview.24101.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -127,7 +127,7 @@ - 6.10.0-preview.1.17 + 6.10.0-preview.1.18 @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24080-03 + 17.10.0-preview-24081-04 8.0.0-alpha.1.22557.12 From 6409fc11b827f5cfb2ac6e058cfce8d252591b0f Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Tue, 30 Jan 2024 17:11:10 -0800 Subject: [PATCH 70/95] Fix the file rename --- .../{TestToSkipStableSDK.xml => TestsToSkipStableSDK.xml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/SdkTests/{TestToSkipStableSDK.xml => TestsToSkipStableSDK.xml} (100%) diff --git a/test/SdkTests/TestToSkipStableSDK.xml b/test/SdkTests/TestsToSkipStableSDK.xml similarity index 100% rename from test/SdkTests/TestToSkipStableSDK.xml rename to test/SdkTests/TestsToSkipStableSDK.xml From 700b78e1fdf8f25eb72243942f98d33263a74ca2 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Wed, 31 Jan 2024 14:47:44 -0800 Subject: [PATCH 71/95] add an additional test to disable --- test/SdkTests/TestsToSkipStableSDK.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/SdkTests/TestsToSkipStableSDK.xml b/test/SdkTests/TestsToSkipStableSDK.xml index d1138b370..550025aa6 100644 --- a/test/SdkTests/TestsToSkipStableSDK.xml +++ b/test/SdkTests/TestsToSkipStableSDK.xml @@ -185,6 +185,10 @@ Issue="" Reason="Cannot run with non-existent LastRuntimeFrameworkVersion"/> + From 084a85c6a729e689905da76295ff5fa53c4e0dd4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 1 Feb 2024 21:58:06 +0000 Subject: [PATCH 72/95] Update dependencies from https://github.com/dotnet/sdk build 20240201.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24080.20 -> To Version 8.0.300-preview.24101.12 Dependency coherency updates Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,VS.Redist.Common.NetCore.SharedFramework.x64.8.0,Microsoft.NETCore.App.Ref,VS.Redist.Common.NetCore.TargetingPack.x64.8.0,Microsoft.NETCore.App.Host.win-x64,Microsoft.NETCore.DotNetHostResolver,Microsoft.NETCore.Platforms,Microsoft.AspNetCore.App.Ref,Microsoft.AspNetCore.App.Ref.Internal,Microsoft.AspNetCore.App.Runtime.win-x64,VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0,dotnet-dev-certs,dotnet-user-jwts,dotnet-user-secrets,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.NET.ILLink.Tasks,Microsoft.Build,NuGet.Build.Tasks,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100,Microsoft.NETCore.App.Runtime.win-x64,Microsoft.SourceBuild.Intermediate.emsdk From Version 8.0.0 -> To Version 8.0.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e7b5a1b0..400778403 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 - + https://github.com/dotnet/sdk - 8b4d4e61bc30a189071113cdbebc655c96247232 + 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 142bef67e..be79ee32f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24101.6 - 8.0.300-preview.24101.6 - 8.0.300-preview.24101.6 + 8.0.300-preview.24101.12 + 8.0.300-preview.24101.12 + 8.0.300-preview.24101.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 37cf51952c653bc584f5213e4b9b9cb6671d1a08 Mon Sep 17 00:00:00 2001 From: Marc Paine Date: Thu, 1 Feb 2024 16:42:38 -0800 Subject: [PATCH 73/95] Update the emscripten version and props to match version.detail.xml --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index be79ee32f..d2fd3da82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -249,8 +249,8 @@ 13.3.8825-net8-rc1 16.4.8825-net8-rc1 - 8.0.0 - $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100TransportPackageVersion) + 8.0.1 + $(MicrosoftNETWorkloadEmscriptenCurrentManifest80100PackageVersion) 8.0.100$([System.Text.RegularExpressions.Regex]::Match($(EmscriptenWorkloadManifestVersion), `-rtm|-[A-z]*\.*\d*`)) From 9bec2bdbc56d0e406a5ba53f9835d274724d0986 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Feb 2024 14:06:32 +0000 Subject: [PATCH 74/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240202.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24101.1 -> To Version 1.1.0-beta.24102.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 6ab51d1f1..af69f5bf0 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24101.1", + "version": "1.1.0-beta.24102.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 400778403..9c2eecbe9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - 2b98442571c24e1f66b33faf79001254b3243d5a + 53f2cd34bb9651afc9c23921723c19e9be09869d - + https://github.com/dotnet/arcade-services - 2b98442571c24e1f66b33faf79001254b3243d5a + 53f2cd34bb9651afc9c23921723c19e9be09869d https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d2fd3da82..5d4f8c2f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24101.1 + 1.1.0-beta.24102.1 From 19126d7654eaaea5dafe4ff3abbe8fbf02f11ba5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 2 Feb 2024 19:50:28 +0000 Subject: [PATCH 75/95] Update dependencies from https://github.com/dotnet/sdk build 20240202.5 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24101.12 -> To Version 8.0.300-preview.24102.5 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk From Version 12.8.300-beta.24080.5 -> To Version 12.8.300-beta.24101.1 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 8 ++++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 400778403..befc13d0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 - + https://github.com/dotnet/sdk - 9898fa5d5f47fb7c2669fdf47c05ebc2d220e904 + 3d6bcf550e499dd3b474e29940cc4724e9aaede1 https://github.com/dotnet/test-templates @@ -132,18 +132,18 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - 80003bb3f0516455a0046887aa169febf2c4d3a8 + 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/dotnet/fsharp - 80003bb3f0516455a0046887aa169febf2c4d3a8 + 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/microsoft/vstest - 73d640131c4c120f3d865cfc91790dde49710e71 + edaf4ff11b2b706e88c74d870035d2025776ec06 diff --git a/eng/Versions.props b/eng/Versions.props index d2fd3da82..e57798311 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24101.12 - 8.0.300-preview.24101.12 - 8.0.300-preview.24101.12 + 8.0.300-preview.24102.5 + 8.0.300-preview.24102.5 + 8.0.300-preview.24102.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24081-04 + 17.10.0-preview-24101-03 8.0.0-alpha.1.22557.12 From 5b6defdd0f5f7814fa6fcb346685e36881c7711e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 3 Feb 2024 14:00:04 +0000 Subject: [PATCH 76/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240202.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24101.1 -> To Version 1.1.0-beta.24102.1 From f5a1158ea30ba4e798dacd4d2ec502fa96a17a34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 4 Feb 2024 06:36:30 +0000 Subject: [PATCH 77/95] Update dependencies from https://github.com/dotnet/sdk build 20240203.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24102.5 -> To Version 8.0.300-preview.24103.4 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d805f8ba9..5ac445d55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df - + https://github.com/dotnet/sdk - 3d6bcf550e499dd3b474e29940cc4724e9aaede1 + 0a32bb769e23437a1a6607bf6899891e72ccb5df https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 6d97d3fea..4d4095913 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24102.5 - 8.0.300-preview.24102.5 - 8.0.300-preview.24102.5 + 8.0.300-preview.24103.4 + 8.0.300-preview.24103.4 + 8.0.300-preview.24103.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 62466c266b3e895c299f79dca7133e22ba336c10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Feb 2024 13:41:27 +0000 Subject: [PATCH 78/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240205.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24102.1 -> To Version 1.1.0-beta.24105.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index af69f5bf0..4656bb04e 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24102.1", + "version": "1.1.0-beta.24105.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ac445d55..cabaf89e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - 53f2cd34bb9651afc9c23921723c19e9be09869d + e6ae493a5e14abaee3677bd7d081260544e1cefb - + https://github.com/dotnet/arcade-services - 53f2cd34bb9651afc9c23921723c19e9be09869d + e6ae493a5e14abaee3677bd7d081260544e1cefb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4d4095913..929c61c42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24102.1 + 1.1.0-beta.24105.1 From 2184c8529e70c188523fceafa5e9ba328ea3d7fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Feb 2024 18:33:09 +0000 Subject: [PATCH 79/95] Update dependencies from https://github.com/dotnet/sdk build 20240205.2 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24103.4 -> To Version 8.0.300-preview.24105.2 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ac445d55..7d5a87ffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c - + https://github.com/dotnet/sdk - 0a32bb769e23437a1a6607bf6899891e72ccb5df + 4723eb3124f71fb16fbbbe726e69ec381e1af17c https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4d4095913..8f3d52a2e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24103.4 - 8.0.300-preview.24103.4 - 8.0.300-preview.24103.4 + 8.0.300-preview.24105.2 + 8.0.300-preview.24105.2 + 8.0.300-preview.24105.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c1149106dc5cc554d14a45418896c48cf7270209 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 5 Feb 2024 21:19:31 +0000 Subject: [PATCH 80/95] Update dependencies from https://github.com/dotnet/sdk build 20240205.4 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24103.4 -> To Version 8.0.300-preview.24105.4 Dependency coherency updates Microsoft.Build From Version 17.10.0-preview-24101-01 -> To Version 17.10.0-preview-24105-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d5a87ffd..b5a473980 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef - + https://github.com/dotnet/sdk - 4723eb3124f71fb16fbbbe726e69ec381e1af17c + 2ee7582271ec559688f13c3343c97f4b702566ef https://github.com/dotnet/test-templates @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 07fd5d51f25134ea3ab3620c66f6501a74df2921 + bea6b4aebe6548d714ca643db9107162965b94d5 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 8f3d52a2e..4bc85f6fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24105.2 - 8.0.300-preview.24105.2 - 8.0.300-preview.24105.2 + 8.0.300-preview.24105.4 + 8.0.300-preview.24105.4 + 8.0.300-preview.24105.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 88ccb6c335d3ea6c82ff0f83497b3649031a3a91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 6 Feb 2024 14:01:28 +0000 Subject: [PATCH 81/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240205.3 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24105.1 -> To Version 1.1.0-beta.24105.3 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 4656bb04e..5cd72c035 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24105.1", + "version": "1.1.0-beta.24105.3", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 218bf4deb..468f5778a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - e6ae493a5e14abaee3677bd7d081260544e1cefb + 7d6b01312a083686fb9228eae1ae569aa47fed65 - + https://github.com/dotnet/arcade-services - e6ae493a5e14abaee3677bd7d081260544e1cefb + 7d6b01312a083686fb9228eae1ae569aa47fed65 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 46b9ab047..3c2fc5a5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24105.1 + 1.1.0-beta.24105.3 From 3fd68863daf7cca0c93cbe9908c8f28398ed0824 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Feb 2024 03:11:24 +0000 Subject: [PATCH 82/95] Update dependencies from https://github.com/dotnet/sdk build 20240206.29 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24105.4 -> To Version 8.0.300-preview.24106.29 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Build From Version 17.10.0-preview-24101-03 -> To Version 17.10.0-preview-24106-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 218bf4deb..ca8c5498b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d - + https://github.com/dotnet/sdk - 2ee7582271ec559688f13c3343c97f4b702566ef + 238743c3927102955cf421c27eb5a90e730b519d https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/microsoft/vstest - edaf4ff11b2b706e88c74d870035d2025776ec06 + 4e52655f318fbc1677b4274b3f0add42609be0df @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - bea6b4aebe6548d714ca643db9107162965b94d5 + 668b19903aec6334c05190cb336a10b9a9aba01f https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 46b9ab047..a83fc763a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24105.4 - 8.0.300-preview.24105.4 - 8.0.300-preview.24105.4 + 8.0.300-preview.24106.29 + 8.0.300-preview.24106.29 + 8.0.300-preview.24106.29 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24101-03 + 17.10.0-preview-24106-01 8.0.0-alpha.1.22557.12 From 44786ab1ddc9ff2135444567b0fa40b41d08ea3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 7 Feb 2024 19:46:45 +0000 Subject: [PATCH 83/95] Update dependencies from https://github.com/dotnet/sdk build 20240207.7 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24106.29 -> To Version 8.0.300-preview.24107.7 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93aea90bc..1610522a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 238743c3927102955cf421c27eb5a90e730b519d + 4b817f5c219b5aec5cebacbef8228ebb1977d225 - + https://github.com/dotnet/sdk - 238743c3927102955cf421c27eb5a90e730b519d + 4b817f5c219b5aec5cebacbef8228ebb1977d225 - + https://github.com/dotnet/sdk - 238743c3927102955cf421c27eb5a90e730b519d + 4b817f5c219b5aec5cebacbef8228ebb1977d225 - + https://github.com/dotnet/sdk - 238743c3927102955cf421c27eb5a90e730b519d + 4b817f5c219b5aec5cebacbef8228ebb1977d225 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 40292753b..f806139fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24106.29 - 8.0.300-preview.24106.29 - 8.0.300-preview.24106.29 + 8.0.300-preview.24107.7 + 8.0.300-preview.24107.7 + 8.0.300-preview.24107.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 51db99db7ce7a76cf680d73da7bf4f97b47eac1b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 8 Feb 2024 13:47:28 +0000 Subject: [PATCH 84/95] Update dependencies from https://github.com/dotnet/arcade-services build 20240208.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24105.3 -> To Version 1.1.0-beta.24108.1 --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 5cd72c035..83183de72 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24105.3", + "version": "1.1.0-beta.24108.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1610522a0..f63156e3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - 7d6b01312a083686fb9228eae1ae569aa47fed65 + a2ccd01081a1c360ee58fc066fad5ddc6da8b8db - + https://github.com/dotnet/arcade-services - 7d6b01312a083686fb9228eae1ae569aa47fed65 + a2ccd01081a1c360ee58fc066fad5ddc6da8b8db https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index f806139fa..03d6f1773 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24105.3 + 1.1.0-beta.24108.1 From 883b0e5ea09bf4a8b2a9cd999c2f3106798d5bca Mon Sep 17 00:00:00 2001 From: Jacques Eloff Date: Fri, 9 Feb 2024 10:03:08 -0800 Subject: [PATCH 85/95] Update WiX to latest release --- eng/Versions.props | 3 ++- src/finalizer_shim/finalizer_shim.csproj | 3 ++- src/redist/targets/GenerateMSIs.targets | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 03d6f1773..896a13789 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -178,7 +178,8 @@ $(MicrosoftNETCoreAppRuntimePackageVersion) - 1.0.0-v3.14.0.5722 + + 3.14.0.8606 diff --git a/src/finalizer_shim/finalizer_shim.csproj b/src/finalizer_shim/finalizer_shim.csproj index ad9af2548..e6cd301f7 100644 --- a/src/finalizer_shim/finalizer_shim.csproj +++ b/src/finalizer_shim/finalizer_shim.csproj @@ -12,7 +12,8 @@ - + + diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 5acc61c19..41d2c7820 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -3,7 +3,6 @@ - $(WixPackageVersion) https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/wix/Microsoft.Signed.Wix-$(WixVersion).zip $(ArtifactsDir)Tools/WixTools/$(WixVersion) $(WixRoot)/WixTools.$(WixVersion).zip From 05188a3e9e7b7b8765ebd322d7720e3286bce9fe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Feb 2024 22:32:08 +0000 Subject: [PATCH 86/95] Update dependencies from https://github.com/dotnet/sdk build 20240209.12 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24107.7 -> To Version 8.0.300-preview.24109.12 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Build From Version 17.10.0-preview-24106-01 -> To Version 17.10.0-preview-24107-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 8 ++++---- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f63156e3d..8d1339ff8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 4b817f5c219b5aec5cebacbef8228ebb1977d225 + cac56fb18f8525d35486746164d4e74251604906 - + https://github.com/dotnet/sdk - 4b817f5c219b5aec5cebacbef8228ebb1977d225 + cac56fb18f8525d35486746164d4e74251604906 - + https://github.com/dotnet/sdk - 4b817f5c219b5aec5cebacbef8228ebb1977d225 + cac56fb18f8525d35486746164d4e74251604906 - + https://github.com/dotnet/sdk - 4b817f5c219b5aec5cebacbef8228ebb1977d225 + cac56fb18f8525d35486746164d4e74251604906 https://github.com/dotnet/test-templates @@ -141,9 +141,9 @@ 052d1133c78aa5af36c8e100afb91b1b5fc478af - + https://github.com/microsoft/vstest - 4e52655f318fbc1677b4274b3f0add42609be0df + f21d0dae0b91fe59e4afa92166bd721ddd2f0036 @@ -155,9 +155,9 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - 668b19903aec6334c05190cb336a10b9a9aba01f + e71eb7a1fc535b438007286c840d7cecc139d13b https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 03d6f1773..90f9d196a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24107.7 - 8.0.300-preview.24107.7 - 8.0.300-preview.24107.7 + 8.0.300-preview.24109.12 + 8.0.300-preview.24109.12 + 8.0.300-preview.24109.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -234,7 +234,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24106-01 + 17.10.0-preview-24107-02 8.0.0-alpha.1.22557.12 From eb456897cbd54c087445029e0408596dcfc0eb3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 9 Feb 2024 23:18:23 +0000 Subject: [PATCH 87/95] Update dependencies from https://github.com/dotnet/sdk build 20240209.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.300-preview.24107.7 -> To Version 8.0.300-preview.24109.16 Dependency coherency updates Microsoft.FSharp.Compiler,Microsoft.SourceBuild.Intermediate.fsharp,Microsoft.NET.Test.Sdk,Microsoft.Build From Version 12.8.300-beta.24101.1 -> To Version 12.8.300-beta.24108.7 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 6 +++--- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d1339ff8..777f7c211 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - cac56fb18f8525d35486746164d4e74251604906 + 01376e11d17c415323b948891435af848d7effb6 - + https://github.com/dotnet/sdk - cac56fb18f8525d35486746164d4e74251604906 + 01376e11d17c415323b948891435af848d7effb6 - + https://github.com/dotnet/sdk - cac56fb18f8525d35486746164d4e74251604906 + 01376e11d17c415323b948891435af848d7effb6 - + https://github.com/dotnet/sdk - cac56fb18f8525d35486746164d4e74251604906 + 01376e11d17c415323b948891435af848d7effb6 https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - 052d1133c78aa5af36c8e100afb91b1b5fc478af + dcbb4d3d5bd6de445d48002367a474f7b0fc199c - + https://github.com/dotnet/fsharp - 052d1133c78aa5af36c8e100afb91b1b5fc478af + dcbb4d3d5bd6de445d48002367a474f7b0fc199c diff --git a/eng/Versions.props b/eng/Versions.props index 90f9d196a..8302cbed9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24109.12 - 8.0.300-preview.24109.12 - 8.0.300-preview.24109.12 + 8.0.300-preview.24109.16 + 8.0.300-preview.24109.16 + 8.0.300-preview.24109.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7b256400e03e2aa319f72753ae3062da0d9ffd12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:19:51 +0000 Subject: [PATCH 88/95] [release/8.0.3xx] Update dependencies from dotnet/sdk (#18627) [release/8.0.3xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 12.8.300-beta.24108.7 to 12.8.300-beta.24112.4 (parent: Microsoft.NET.Sdk) - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.300-beta.24108.7 to 8.0.300-beta.24112.4 (parent: Microsoft.NET.Sdk) - Microsoft.NET.Test.Sdk: from 17.10.0-preview-24107-02 to 17.10.0-preview-24112-02 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.10.0-preview-24108-04 to 17.10.0-preview-24109-03 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 6.10.0-preview.1.18 to 6.10.0-preview.2.32 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 10 +++++----- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 777f7c211..f900746e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 01376e11d17c415323b948891435af848d7effb6 + ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c - + https://github.com/dotnet/sdk - 01376e11d17c415323b948891435af848d7effb6 + ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c - + https://github.com/dotnet/sdk - 01376e11d17c415323b948891435af848d7effb6 + ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c - + https://github.com/dotnet/sdk - 01376e11d17c415323b948891435af848d7effb6 + ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c https://github.com/dotnet/test-templates @@ -132,18 +132,18 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - dcbb4d3d5bd6de445d48002367a474f7b0fc199c + 9de468a9bcd1dd5f3791639e0be2227aee0696a7 - + https://github.com/dotnet/fsharp - dcbb4d3d5bd6de445d48002367a474f7b0fc199c + 9de468a9bcd1dd5f3791639e0be2227aee0696a7 - + https://github.com/microsoft/vstest - f21d0dae0b91fe59e4afa92166bd721ddd2f0036 + 5eed35d4a9a2e1b688eb86c5e4171e370a561b2a @@ -155,13 +155,13 @@ 3cd939f76803da435c20b082a5cfcc844386fcfb - + https://github.com/dotnet/msbuild - e71eb7a1fc535b438007286c840d7cecc139d13b + 15f7ddcaafa6622447fa69c1785ab7b3d1183719 - + https://github.com/nuget/nuget.client - f207cbb3530350f785d1b04014e15563cc9b5e03 + 8b658e2eee6391936887b9fd1b39f7918d16a9cb diff --git a/eng/Versions.props b/eng/Versions.props index 36f8edaa8..87cc4a2c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24109.16 - 8.0.300-preview.24109.16 - 8.0.300-preview.24109.16 + 8.0.300-preview.24113.18 + 8.0.300-preview.24113.18 + 8.0.300-preview.24113.18 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) @@ -127,7 +127,7 @@ - 6.10.0-preview.1.18 + 6.10.0-preview.2.32 @@ -235,7 +235,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-preview-24107-02 + 17.10.0-preview-24112-02 8.0.0-alpha.1.22557.12 From ed69c9d295e8ec22eb26ebdb05c3c4f547dcdca8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:26:42 +0000 Subject: [PATCH 89/95] [release/8.0.3xx] Update dependencies from dotnet/arcade-services (#18596) [release/8.0.3xx] Update dependencies from dotnet/arcade-services --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 83183de72..94cf00988 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24108.1", + "version": "1.1.0-beta.24112.4", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f900746e5..7086d083f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade be88b08c41971b52ec11aec05ef31e72185d4a1f - + https://github.com/dotnet/arcade-services - a2ccd01081a1c360ee58fc066fad5ddc6da8b8db + f78fce70cdf7f2a91475f210ad77c18e60cb91ff - + https://github.com/dotnet/arcade-services - a2ccd01081a1c360ee58fc066fad5ddc6da8b8db + f78fce70cdf7f2a91475f210ad77c18e60cb91ff https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 87cc4a2c4..cbb1f4fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24108.1 + 1.1.0-beta.24112.4 From da14072ef82ffae73f398787effe59b7ed6389fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:56:45 +0000 Subject: [PATCH 90/95] [release/8.0.3xx] Update dependencies from dotnet/sdk (#18659) [release/8.0.3xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 4.10.0-1.24067.21 to 4.10.0-2.24112.13 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7086d083f..276187854 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c + 692f9fc7e80596a6ac63090f4fe721f37da19e42 - + https://github.com/dotnet/sdk - ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c + 692f9fc7e80596a6ac63090f4fe721f37da19e42 - + https://github.com/dotnet/sdk - ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c + 692f9fc7e80596a6ac63090f4fe721f37da19e42 - + https://github.com/dotnet/sdk - ff9e2c6f223d006a93bc2dcf172c2ab364fc5d9c + 692f9fc7e80596a6ac63090f4fe721f37da19e42 https://github.com/dotnet/test-templates @@ -150,9 +150,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://github.com/dotnet/roslyn - 3cd939f76803da435c20b082a5cfcc844386fcfb + 892d5f01f7f41dfe7fcd82522276c5628255ef74 diff --git a/eng/Versions.props b/eng/Versions.props index cbb1f4fd9..3c7d53753 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,16 +85,16 @@ - 8.0.300-preview.24113.18 - 8.0.300-preview.24113.18 - 8.0.300-preview.24113.18 + 8.0.300-preview.24114.9 + 8.0.300-preview.24114.9 + 8.0.300-preview.24114.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.10.0-1.24067.21 + 4.10.0-2.24112.13 From 45769a113437a31819e8aef412efd6174b980033 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:58:25 +0000 Subject: [PATCH 91/95] [release/8.0.3xx] Update dependencies from dotnet/arcade (#18661) [release/8.0.3xx] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 2 +- eng/common/post-build/publish-using-darc.ps1 | 4 ++-- .../templates/job/publish-build-assets.yml | 14 +++++++------- eng/common/templates/post-build/post-build.yml | 16 ++++++++-------- .../templates/variables/pool-providers.yml | 12 ++++++------ global.json | 4 ++-- 7 files changed, 32 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 276187854..75094ba55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - be88b08c41971b52ec11aec05ef31e72185d4a1f + da98edc4c3ea539f109ea320672136ceb32591a7 - + https://github.com/dotnet/arcade - be88b08c41971b52ec11aec05ef31e72185d4a1f + da98edc4c3ea539f109ea320672136ceb32591a7 - + https://github.com/dotnet/arcade - be88b08c41971b52ec11aec05ef31e72185d4a1f + da98edc4c3ea539f109ea320672136ceb32591a7 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 3c7d53753..9879ef214 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 8.0.0-beta.24081.5 + 8.0.0-beta.24113.2 diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index 1e779fec4..5a3a32ea8 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -12,7 +12,7 @@ param( try { . $PSScriptRoot\post-build-utils.ps1 - $darc = Get-Darc + $darc = Get-Darc $optionalParams = [System.Collections.ArrayList]::new() @@ -46,7 +46,7 @@ try { } Write-Host 'done.' -} +} catch { Write-Host $_ Write-PipelineTelemetryError -Category 'PromoteBuild' -Message "There was an error while trying to publish build '$BuildId' to default channels." diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index fa5446c09..8ec0151de 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -58,7 +58,7 @@ jobs: demands: Cmd # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: - name: $(DncEngInternalBuildPool) + name: NetCore1ESPool-Publishing-Internal demands: ImageOverride -equals windows.vs2019.amd64 steps: @@ -71,7 +71,7 @@ jobs: checkDownloadedFiles: true condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} - + - task: NuGetAuthenticate@1 - task: PowerShell@2 @@ -86,7 +86,7 @@ jobs: /p:OfficialBuildId=$(Build.BuildNumber) condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} - + - task: powershell@2 displayName: Create ReleaseConfigs Artifact inputs: @@ -95,7 +95,7 @@ jobs: Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(BARBuildId) Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value "$(DefaultChannels)" Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(IsStableBuild) - + - task: PublishBuildArtifacts@1 displayName: Publish ReleaseConfigs Artifact inputs: @@ -121,7 +121,7 @@ jobs: - task: PublishBuildArtifacts@1 displayName: Publish SymbolPublishingExclusionsFile Artifact - condition: eq(variables['SymbolExclusionFile'], 'true') + condition: eq(variables['SymbolExclusionFile'], 'true') inputs: PathtoPublish: '$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' PublishLocation: Container @@ -137,7 +137,7 @@ jobs: displayName: Publish Using Darc inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1 - arguments: -BuildId $(BARBuildId) + arguments: -BuildId $(BARBuildId) -PublishingInfraVersion 3 -AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)' -MaestroToken '$(MaestroApiAccessToken)' @@ -148,4 +148,4 @@ jobs: - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: - template: /eng/common/templates/steps/publish-logs.yml parameters: - JobLabel: 'Publish_Artifacts_Logs' + JobLabel: 'Publish_Artifacts_Logs' diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 3f74abf7c..aba44a25a 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -39,7 +39,7 @@ parameters: displayName: Enable NuGet validation type: boolean default: true - + - name: publishInstallersAndChecksums displayName: Publish installers and checksums type: boolean @@ -131,8 +131,8 @@ stages: displayName: Validate inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 - arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ - -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ + arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ + -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ - job: displayName: Signing Validation @@ -221,9 +221,9 @@ stages: displayName: Validate inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -ExtractPath $(Agent.BuildDirectory)/Extract/ - -GHRepoName $(Build.Repository.Name) + arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -ExtractPath $(Agent.BuildDirectory)/Extract/ + -GHRepoName $(Build.Repository.Name) -GHCommit $(Build.SourceVersion) -SourcelinkCliVersion $(SourceLinkCLIVersion) continueOnError: true @@ -258,7 +258,7 @@ stages: demands: Cmd # If it's not devdiv, it's dnceng ${{ else }}: - name: $(DncEngInternalBuildPool) + name: NetCore1ESPool-Publishing-Internal demands: ImageOverride -equals windows.vs2019.amd64 steps: - template: setup-maestro-vars.yml @@ -272,7 +272,7 @@ stages: displayName: Publish Using Darc inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1 - arguments: -BuildId $(BARBuildId) + arguments: -BuildId $(BARBuildId) -PublishingInfraVersion ${{ parameters.publishingInfraVersion }} -AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)' -MaestroToken '$(MaestroApiAccessToken)' diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml index 9cc5c550d..d236f9fdb 100644 --- a/eng/common/templates/variables/pool-providers.yml +++ b/eng/common/templates/variables/pool-providers.yml @@ -1,15 +1,15 @@ -# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc pool, +# Select a pool provider based off branch name. Anything with branch name containing 'release' must go into an -Svc pool, # otherwise it should go into the "normal" pools. This separates out the queueing and billing of released branches. -# Motivation: +# Motivation: # Once a given branch of a repository's output has been officially "shipped" once, it is then considered to be COGS # (Cost of goods sold) and should be moved to a servicing pool provider. This allows both separation of queueing # (allowing release builds and main PR builds to not intefere with each other) and billing (required for COGS. -# Additionally, the pool provider name itself may be subject to change when the .NET Core Engineering Services -# team needs to move resources around and create new and potentially differently-named pools. Using this template +# Additionally, the pool provider name itself may be subject to change when the .NET Core Engineering Services +# team needs to move resources around and create new and potentially differently-named pools. Using this template # file from an Arcade-ified repo helps guard against both having to update one's release/* branches and renaming. -# How to use: +# How to use: # This yaml assumes your shipped product branches use the naming convention "release/..." (which many do). # If we find alternate naming conventions in broad usage it can be added to the condition below. # @@ -54,4 +54,4 @@ variables: False, 'NetCore1ESPool-Internal' ) - ] \ No newline at end of file + ] diff --git a/global.json b/global.json index f27f8981d..e46bfeda9 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24081.5", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24081.5" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24113.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24113.2" } } From ba484b27c374b587d6c6d4f7153dd07f730a10be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 23:58:31 +0000 Subject: [PATCH 92/95] [release/8.0.3xx] Update dependencies from dotnet/arcade-services (#18662) [release/8.0.3xx] Update dependencies from dotnet/arcade-services --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 94cf00988..fef83eecf 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24112.4", + "version": "1.1.0-beta.24114.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75094ba55..521cfd816 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade da98edc4c3ea539f109ea320672136ceb32591a7 - + https://github.com/dotnet/arcade-services - f78fce70cdf7f2a91475f210ad77c18e60cb91ff + 94bf4ed94375578cbf8b9c28451dddbb44f0842b - + https://github.com/dotnet/arcade-services - f78fce70cdf7f2a91475f210ad77c18e60cb91ff + 94bf4ed94375578cbf8b9c28451dddbb44f0842b https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 9879ef214..596becd2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24112.4 + 1.1.0-beta.24114.1 From c6a7d6ae60801a83eef9d06482b8abb3c2b750e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:29:06 +0000 Subject: [PATCH 93/95] [release/8.0.3xx] Update dependencies from dotnet/sdk (#18685) [release/8.0.3xx] Update dependencies from dotnet/sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 521cfd816..0dd4cdc7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 692f9fc7e80596a6ac63090f4fe721f37da19e42 + 1919c17c87e11d77ba8b909f08d9466224143281 - + https://github.com/dotnet/sdk - 692f9fc7e80596a6ac63090f4fe721f37da19e42 + 1919c17c87e11d77ba8b909f08d9466224143281 - + https://github.com/dotnet/sdk - 692f9fc7e80596a6ac63090f4fe721f37da19e42 + 1919c17c87e11d77ba8b909f08d9466224143281 - + https://github.com/dotnet/sdk - 692f9fc7e80596a6ac63090f4fe721f37da19e42 + 1919c17c87e11d77ba8b909f08d9466224143281 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index e229db706..e84fa7ad5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,9 +85,9 @@ - 8.0.300-preview.24114.9 - 8.0.300-preview.24114.9 - 8.0.300-preview.24114.9 + 8.0.300-preview.24115.4 + 8.0.300-preview.24115.4 + 8.0.300-preview.24115.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b5ea52f9a1159b6800585d57834b65c0bc78810a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:30:43 +0000 Subject: [PATCH 94/95] [release/8.0.3xx] Update dependencies from dotnet/arcade-services (#18683) [release/8.0.3xx] Update dependencies from dotnet/arcade-services --- .config/dotnet-tools.json | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index fef83eecf..8559a1ad7 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.dotnet.darc": { - "version": "1.1.0-beta.24114.1", + "version": "1.1.0-beta.24114.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0dd4cdc7c..d7f5a1310 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade da98edc4c3ea539f109ea320672136ceb32591a7 - + https://github.com/dotnet/arcade-services - 94bf4ed94375578cbf8b9c28451dddbb44f0842b + b71688df5fa228b14646e2430ece373a9619f583 - + https://github.com/dotnet/arcade-services - 94bf4ed94375578cbf8b9c28451dddbb44f0842b + b71688df5fa228b14646e2430ece373a9619f583 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index e84fa7ad5..9345c9ccd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ - 1.1.0-beta.24114.1 + 1.1.0-beta.24114.2 From f2ed1564f56a3bfff8971b2e0496337482ed38e7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:21:27 +0000 Subject: [PATCH 95/95] [release/8.0.3xx] Update dependencies from dotnet/sdk (#18692) [release/8.0.3xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.FSharp.Compiler: from 12.8.300-beta.24112.4 to 12.8.300-beta.24114.2 (parent: Microsoft.NET.Sdk) - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.300-beta.24112.4 to 8.0.300-beta.24114.2 (parent: Microsoft.NET.Sdk) - Microsoft.Net.Compilers.Toolset: from 4.10.0-2.24112.13 to 4.10.0-2.24114.13 (parent: Microsoft.NET.Sdk) - Microsoft.Build: from 17.10.0-preview-24109-03 to 17.10.0-preview-24115-01 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 8 ++++---- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d7f5a1310..770b2a74c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore 8e941eb42f819adb116b881195158b3887a70a1c - + https://github.com/dotnet/sdk - 1919c17c87e11d77ba8b909f08d9466224143281 + 782cab2e06d2b5024b73fa4a03370f574128ef2c - + https://github.com/dotnet/sdk - 1919c17c87e11d77ba8b909f08d9466224143281 + 782cab2e06d2b5024b73fa4a03370f574128ef2c - + https://github.com/dotnet/sdk - 1919c17c87e11d77ba8b909f08d9466224143281 + 782cab2e06d2b5024b73fa4a03370f574128ef2c - + https://github.com/dotnet/sdk - 1919c17c87e11d77ba8b909f08d9466224143281 + 782cab2e06d2b5024b73fa4a03370f574128ef2c https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf ac40bed7a33baf164d3984ca90c2aedba996a7b2 - + https://github.com/dotnet/fsharp - 9de468a9bcd1dd5f3791639e0be2227aee0696a7 + 14ddb01cad17d7737028afdd90e36b85a1086626 - + https://github.com/dotnet/fsharp - 9de468a9bcd1dd5f3791639e0be2227aee0696a7 + 14ddb01cad17d7737028afdd90e36b85a1086626 @@ -150,14 +150,14 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime bf5e279d9239bfef5bb1b8d6212f1b971c434606 - + https://github.com/dotnet/roslyn - 892d5f01f7f41dfe7fcd82522276c5628255ef74 + 77372c66fd54927312b5b0a2e399e192f74445c9 - + https://github.com/dotnet/msbuild - 15f7ddcaafa6622447fa69c1785ab7b3d1183719 + b783f61ef6fcadef68c54daac21e18c1c20fc071 https://github.com/nuget/nuget.client diff --git a/eng/Versions.props b/eng/Versions.props index 9345c9ccd..4fa7ce4c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -85,16 +85,16 @@ - 8.0.300-preview.24115.4 - 8.0.300-preview.24115.4 - 8.0.300-preview.24115.4 + 8.0.300-preview.24115.32 + 8.0.300-preview.24115.32 + 8.0.300-preview.24115.32 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.10.0-2.24112.13 + 4.10.0-2.24114.13