From 8f1e5ee61fefd8bff57d4388bc44b041d622faf3 Mon Sep 17 00:00:00 2001 From: Ella Hathaway <67609881+ellahathaway@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:22:11 -0700 Subject: [PATCH 01/34] Publish Test Results in PR Validation (#19533) --- eng/pipelines/templates/jobs/vmr-build.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/eng/pipelines/templates/jobs/vmr-build.yml b/eng/pipelines/templates/jobs/vmr-build.yml index bc986e9f40..19dc418c1f 100644 --- a/eng/pipelines/templates/jobs/vmr-build.yml +++ b/eng/pipelines/templates/jobs/vmr-build.yml @@ -266,6 +266,20 @@ jobs: displayName: Prepare BuildLogs staging directory continueOnError: true condition: succeededOrFailed() + + - ${{ if eq(variables['System.TeamProject'], 'public') }}: + - publish: '$(Build.StagingDirectory)/BuildLogs' + artifact: $(Agent.JobName)_BuildLogs_Attempt$(System.JobAttempt) + displayName: Publish BuildLogs + continueOnError: true + condition: succeededOrFailed() + + - publish: '${{ variables.sourcesPath }}/artifacts/${{ parameters.architecture }}/Release/' + artifact: $(Agent.JobName)_Artifacts + displayName: Publish Artifacts + condition: succeededOrFailed() + continueOnError: true + - task: PublishTestResults@2 displayName: Publish Test Results condition: succeededOrFailed() From 014bbd3ff257d5fd2accbd4d58b4c62b7be8f42a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 29 Apr 2024 12:50:44 +0000 Subject: [PATCH 02/34] Update dependencies from https://github.com/dotnet/arcade-services build 20240429.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24226.2 -> To Version 1.1.0-beta.24229.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 c2ae194fc1..26d8b286ce 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.24226.2", + "version": "1.1.0-beta.24229.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e24e31109..3012fc3611 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - f3bd81df8d61d29f64929c853fe18c0c362d751d + 22f983b0e99191ed08c6434d554fc1eab040a2ba - + https://github.com/dotnet/arcade-services - f3bd81df8d61d29f64929c853fe18c0c362d751d + 22f983b0e99191ed08c6434d554fc1eab040a2ba https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index cdfbcd5b3f..44c221ab7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24226.2 + 1.1.0-beta.24229.1 From 8cebaf2911468f47884d306f96f34e84220f2944 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 29 Apr 2024 12:53:02 +0000 Subject: [PATCH 03/34] Update dependencies from https://github.com/dotnet/sdk build 20240428.1 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.400-preview.24227.5 -> To Version 8.0.400-preview.24228.1 Dependency coherency updates Microsoft.Net.Compilers.Toolset From Version 4.11.0-1.24226.4 -> To Version 4.11.0-1.24228.1 (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 9e24e31109..1406f3c5bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - 128ca39d0cef065aeb377378a88f7cff5c8ea108 + 3298de48b3baf6edb674b421eb0c061a7aafbc89 - + https://github.com/dotnet/sdk - 128ca39d0cef065aeb377378a88f7cff5c8ea108 + 3298de48b3baf6edb674b421eb0c061a7aafbc89 - + https://github.com/dotnet/sdk - 128ca39d0cef065aeb377378a88f7cff5c8ea108 + 3298de48b3baf6edb674b421eb0c061a7aafbc89 - + https://github.com/dotnet/sdk - 128ca39d0cef065aeb377378a88f7cff5c8ea108 + 3298de48b3baf6edb674b421eb0c061a7aafbc89 https://github.com/dotnet/test-templates @@ -150,9 +150,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - 8f9fad13c8b302738d6465ec3b4fe7d5126e1c47 + 7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81 diff --git a/eng/Versions.props b/eng/Versions.props index cdfbcd5b3f..e083144ca4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24227.5 - 8.0.400-preview.24227.5 - 8.0.400-preview.24227.5 + 8.0.400-preview.24228.1 + 8.0.400-preview.24228.1 + 8.0.400-preview.24228.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-1.24226.4 + 4.11.0-1.24228.1 From 57f32ddf36b91fa572ca972888039b57f4e74027 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:10:43 -0700 Subject: [PATCH 04/34] [release/8.0.4xx] Update dependencies from dotnet/sdk (#19610) Co-authored-by: dotnet-maestro[bot] --- 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 45ab53a7ec..9324634081 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - 3298de48b3baf6edb674b421eb0c061a7aafbc89 + e8a335367cab148916725c1d08d4d45efb022f76 - + https://github.com/dotnet/sdk - 3298de48b3baf6edb674b421eb0c061a7aafbc89 + e8a335367cab148916725c1d08d4d45efb022f76 - + https://github.com/dotnet/sdk - 3298de48b3baf6edb674b421eb0c061a7aafbc89 + e8a335367cab148916725c1d08d4d45efb022f76 - + https://github.com/dotnet/sdk - 3298de48b3baf6edb674b421eb0c061a7aafbc89 + e8a335367cab148916725c1d08d4d45efb022f76 https://github.com/dotnet/test-templates @@ -150,9 +150,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - 7a96b1530744f6637ad6bb6bf5b8dfa33ea15b81 + 75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c diff --git a/eng/Versions.props b/eng/Versions.props index 9a56a2d2ae..e77325ff00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24228.1 - 8.0.400-preview.24228.1 - 8.0.400-preview.24228.1 + 8.0.400-preview.24229.27 + 8.0.400-preview.24229.27 + 8.0.400-preview.24229.27 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-1.24228.1 + 4.11.0-1.24228.2 From 371b7a05d2ab136d73163cc9c8e222d38b7dd63f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 15:40:17 -0700 Subject: [PATCH 05/34] [release/8.0.4xx] Update dependencies from dotnet/arcade-services (#19609) Co-authored-by: dotnet-maestro[bot] --- .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 26d8b286ce..f5e3d4ffaa 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.24229.1", + "version": "1.1.0-beta.24230.2", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9324634081..ed5fc1a9f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - 22f983b0e99191ed08c6434d554fc1eab040a2ba + 26e263be5b563ccb6a5699028c3baf9f2d7dd483 - + https://github.com/dotnet/arcade-services - 22f983b0e99191ed08c6434d554fc1eab040a2ba + 26e263be5b563ccb6a5699028c3baf9f2d7dd483 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index e77325ff00..faeba56c37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24229.1 + 1.1.0-beta.24230.2 From 44310139cf1a710687c7a445c0c32f18d21f8388 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Wed, 1 May 2024 06:05:01 -0700 Subject: [PATCH 06/34] Update-mariner-tag (#19617) --- .vsts-ci.yml | 2 +- .vsts-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 892fd8c7bf..7c0094f6ba 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -65,7 +65,7 @@ extends: ubuntu2204: image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 mariner20CrossArm: - image: mcr.microsoft.com/dotnet-buildtools/prereqs:mariner-2.0-cross-arm + image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm ubuntu2204DebPkg: image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg sdl: diff --git a/.vsts-pr.yml b/.vsts-pr.yml index 94d0f59ce8..182735bcf6 100644 --- a/.vsts-pr.yml +++ b/.vsts-pr.yml @@ -201,7 +201,7 @@ stages: parameters: agentOs: Linux jobName: Build_Linux_musl_Release_arm - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:mariner-2.0-cross-arm' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm' buildConfiguration: Release buildArchitecture: arm runtimeIdentifier: 'linux-musl-arm' From 1695d9b47392a0d1c4924edbf6238d91d2b63b0c Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Wed, 1 May 2024 14:46:37 -0700 Subject: [PATCH 07/34] Update branding to 8.0.106 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index d77955771a..add1322a08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 8 0 1 - 05 + 06 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From d2410b5834c2657ed64755c27b498b6a06d13afe Mon Sep 17 00:00:00 2001 From: Sean Reeser Date: Wed, 1 May 2024 14:46:45 -0700 Subject: [PATCH 08/34] Update branding to 8.0.301 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 1b8dcefd5c..2b04cfa384 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ 8 0 3 - 00 + 01 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 3b41b05303fe2bee64822b634f94f81969e89252 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:02:58 -0700 Subject: [PATCH 09/34] [release/8.0.4xx] Update dependencies from dotnet/sdk (#19620) Co-authored-by: dotnet-maestro[bot] --- 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 ed5fc1a9f3..e0cdda11a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - e8a335367cab148916725c1d08d4d45efb022f76 + 25c6720efb4afb93040d91c2a2cd043d21075957 - + https://github.com/dotnet/sdk - e8a335367cab148916725c1d08d4d45efb022f76 + 25c6720efb4afb93040d91c2a2cd043d21075957 - + https://github.com/dotnet/sdk - e8a335367cab148916725c1d08d4d45efb022f76 + 25c6720efb4afb93040d91c2a2cd043d21075957 - + https://github.com/dotnet/sdk - e8a335367cab148916725c1d08d4d45efb022f76 + 25c6720efb4afb93040d91c2a2cd043d21075957 https://github.com/dotnet/test-templates @@ -132,13 +132,13 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-wpf 472140dd926227876848e48f41cfc9acb9275492 - + https://github.com/dotnet/fsharp - 45ecd2615ddfa6c7bd8e8233b8779f813bb506da + 3ef1cb25ffb292b5c87f9604d1a09b032277bf76 - + https://github.com/dotnet/fsharp - 45ecd2615ddfa6c7bd8e8233b8779f813bb506da + 3ef1cb25ffb292b5c87f9604d1a09b032277bf76 @@ -150,9 +150,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - 75995e26b4c6f9a30ace7bcb65c0b4e42c0b397c + 5e95dce38575ad63d86a923162e21740f2b2ab33 diff --git a/eng/Versions.props b/eng/Versions.props index faeba56c37..6590a14eb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24229.27 - 8.0.400-preview.24229.27 - 8.0.400-preview.24229.27 + 8.0.400-preview.24230.15 + 8.0.400-preview.24230.15 + 8.0.400-preview.24230.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-1.24228.2 + 4.11.0-2.24229.10 From f0e62378397df70880a8c6d9f42faeb8dacbcf65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:35:24 -0700 Subject: [PATCH 10/34] [release/8.0.4xx] Update dependencies from dotnet/sdk (#19638) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0cdda11a5..19323ca134 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - 25c6720efb4afb93040d91c2a2cd043d21075957 + e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 - + https://github.com/dotnet/sdk - 25c6720efb4afb93040d91c2a2cd043d21075957 + e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 - + https://github.com/dotnet/sdk - 25c6720efb4afb93040d91c2a2cd043d21075957 + e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 - + https://github.com/dotnet/sdk - 25c6720efb4afb93040d91c2a2cd043d21075957 + e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 https://github.com/dotnet/test-templates @@ -141,18 +141,18 @@ 3ef1cb25ffb292b5c87f9604d1a09b032277bf76 - + https://github.com/microsoft/vstest - 56d28849af08dc3143d019694aa92f186b89d2ac + 822bee2c606a7fc18a0a302c6cf28a61c7b7bb3b https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - 5e95dce38575ad63d86a923162e21740f2b2ab33 + f4fcb032ea827b91111d010724cd35e26314aa71 diff --git a/eng/Versions.props b/eng/Versions.props index 6590a14eb2..0079763465 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24230.15 - 8.0.400-preview.24230.15 - 8.0.400-preview.24230.15 + 8.0.400-preview.24251.7 + 8.0.400-preview.24251.7 + 8.0.400-preview.24251.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-2.24229.10 + 4.11.0-2.24230.7 @@ -198,7 +198,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.10.0-release-24203-04 + 17.11.0-preview-24230-01 8.0.0-alpha.1.22557.12 From cb4295f6abe9a82ed0ae53382458041fedca92db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 09:35:33 -0700 Subject: [PATCH 11/34] [release/8.0.4xx] Update dependencies from dotnet/arcade-services (#19637) Co-authored-by: dotnet-maestro[bot] --- .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 f5e3d4ffaa..b53cf013fe 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.24230.2", + "version": "1.1.0-beta.24252.3", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19323ca134..0de5f42704 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - 26e263be5b563ccb6a5699028c3baf9f2d7dd483 + b9b0fada0f5f69226d8788debebd1d8a889dfd39 - + https://github.com/dotnet/arcade-services - 26e263be5b563ccb6a5699028c3baf9f2d7dd483 + b9b0fada0f5f69226d8788debebd1d8a889dfd39 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0079763465..371a30eb5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24230.2 + 1.1.0-beta.24252.3 From 18160998823b0a50f32ddf324901df830cba0794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 May 2024 12:46:13 +0000 Subject: [PATCH 12/34] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240501.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.24163.3 -> To Version 8.0.0-alpha.1.24251.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 c7bf8f8084..da136c979c 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 - 79827eed138fd2575a8b24820b4f385ee4ffb6e6 + 6f814daa935e08b578b1c0c65a1f26ea3317f517 From 5263b6ef0bf7e69b8e416baa1cdce136b9f7dff7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 May 2024 12:57:26 +0000 Subject: [PATCH 13/34] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20240501.1 Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.24163.3 -> To Version 8.0.0-alpha.1.24251.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 adb9cdacff..4cfc3f8725 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 - 79827eed138fd2575a8b24820b4f385ee4ffb6e6 + 6f814daa935e08b578b1c0c65a1f26ea3317f517 From 30d6d8e3165a1319709cc2154c1ebe1c0956514a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 09:11:03 -0700 Subject: [PATCH 14/34] [release/8.0.4xx] Update dependencies from dotnet/sdk (#19661) Co-authored-by: dotnet-maestro[bot] --- 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 0de5f42704..4894acf2c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 + 6723481cf9326d9b3b906b811c63a4fce5266b07 - + https://github.com/dotnet/sdk - e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 + 6723481cf9326d9b3b906b811c63a4fce5266b07 - + https://github.com/dotnet/sdk - e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 + 6723481cf9326d9b3b906b811c63a4fce5266b07 - + https://github.com/dotnet/sdk - e1a62359ae1689cd3c899a9ef83a8ea2bf692ec0 + 6723481cf9326d9b3b906b811c63a4fce5266b07 https://github.com/dotnet/test-templates @@ -150,9 +150,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - f4fcb032ea827b91111d010724cd35e26314aa71 + fa7ece1ca25ef529db616ed6c839af9f027fa216 diff --git a/eng/Versions.props b/eng/Versions.props index 371a30eb5b..201b45e6b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24251.7 - 8.0.400-preview.24251.7 - 8.0.400-preview.24251.7 + 8.0.400-preview.24252.13 + 8.0.400-preview.24252.13 + 8.0.400-preview.24252.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-2.24230.7 + 4.11.0-2.24252.3 From 750fa38ba9a075a1d791ce74bad82cdcfaf3515a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 09:11:33 -0700 Subject: [PATCH 15/34] [release/8.0.4xx] Update dependencies from dotnet/arcade-services (#19659) Co-authored-by: dotnet-maestro[bot] --- .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 b53cf013fe..1fd4c8b21b 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.24252.3", + "version": "1.1.0-beta.24253.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4894acf2c5..b1262604a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - b9b0fada0f5f69226d8788debebd1d8a889dfd39 + 27d7e19521190350568160c486bf9126a7daf1c4 - + https://github.com/dotnet/arcade-services - b9b0fada0f5f69226d8788debebd1d8a889dfd39 + 27d7e19521190350568160c486bf9126a7daf1c4 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 201b45e6b9..105553ecaf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24252.3 + 1.1.0-beta.24253.1 From 73e66bc10207f66a140222b4e5317a5ca7a49f09 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 09:11:42 -0700 Subject: [PATCH 16/34] [release/8.0.4xx] Update dependencies from dotnet/source-build-reference-packages (#19660) Co-authored-by: dotnet-maestro[bot] --- 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 b1262604a5..0c772ab20b 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 - 79827eed138fd2575a8b24820b4f385ee4ffb6e6 + 6f814daa935e08b578b1c0c65a1f26ea3317f517 From d1994e4914bb1750b0562de22c71528e58ebffe7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:13:47 +0000 Subject: [PATCH 17/34] [release/8.0.3xx] Update dependencies from dotnet/arcade-services (#19596) [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 175642a6da..1fd4c8b21b 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.24223.1", + "version": "1.1.0-beta.24253.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adb9cdacff..f22482dca1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 188340e12c0a372b1681ad6a5e72c608021efdba - + https://github.com/dotnet/arcade-services - 0c89e9cbde00179871f262673c78893f1ce5b688 + 27d7e19521190350568160c486bf9126a7daf1c4 - + https://github.com/dotnet/arcade-services - 0c89e9cbde00179871f262673c78893f1ce5b688 + 27d7e19521190350568160c486bf9126a7daf1c4 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 2b04cfa384..63af17c0b7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24223.1 + 1.1.0-beta.24253.1 From 8c84835f12c6b7a4089e0347ff4cfe1ddb6cfc33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 17:15:16 +0000 Subject: [PATCH 18/34] [release/8.0.3xx] Update dependencies from dotnet/arcade (#19595) [release/8.0.3xx] Update dependencies from dotnet/arcade --- 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 f22482dca1..8dc1ffec82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -214,18 +214,18 @@ - + https://github.com/dotnet/arcade - 188340e12c0a372b1681ad6a5e72c608021efdba + 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade - 188340e12c0a372b1681ad6a5e72c608021efdba + 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade - 188340e12c0a372b1681ad6a5e72c608021efdba + 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 63af17c0b7..be68cc5fbc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 8.0.0-beta.24204.3 + 8.0.0-beta.24225.1 diff --git a/global.json b/global.json index f4af7d9ef5..f84be2571b 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.24204.3", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24204.3" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24225.1", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24225.1" } } From 9c01d5ded2ed7fb63be762cd64a59445eab3c739 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 May 2024 12:41:16 +0000 Subject: [PATCH 21/34] Update dependencies from https://github.com/dotnet/arcade-services build 20240503.7 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24253.1 -> To Version 1.1.0-beta.24253.7 --- .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 1fd4c8b21b..9af81c6f32 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.24253.1", + "version": "1.1.0-beta.24253.7", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8dc1ffec82..cadc6fe544 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - 27d7e19521190350568160c486bf9126a7daf1c4 + 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 - + https://github.com/dotnet/arcade-services - 27d7e19521190350568160c486bf9126a7daf1c4 + 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index be68cc5fbc..927f745204 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24253.1 + 1.1.0-beta.24253.7 From aebb483f13c173ed3b72644ea0428fb786c0c085 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 May 2024 12:49:50 +0000 Subject: [PATCH 22/34] Update dependencies from https://github.com/dotnet/arcade-services build 20240503.7 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24253.1 -> To Version 1.1.0-beta.24253.7 --- .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 1fd4c8b21b..9af81c6f32 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.24253.1", + "version": "1.1.0-beta.24253.7", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c772ab20b..0e87059d86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - 27d7e19521190350568160c486bf9126a7daf1c4 + 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 - + https://github.com/dotnet/arcade-services - 27d7e19521190350568160c486bf9126a7daf1c4 + 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 105553ecaf..118f7a54c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24253.1 + 1.1.0-beta.24253.7 From d05f3c7eadd85774a3f0b84345d652ba4b306367 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 May 2024 12:51:48 +0000 Subject: [PATCH 23/34] Update dependencies from https://github.com/dotnet/sdk build 20240503.16 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.400-preview.24252.13 -> To Version 8.0.400-preview.24253.16 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 17.11.0-preview-24230-01 -> To Version 17.11.0-preview-24253-01 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c772ab20b..d96bdc4872 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - 6723481cf9326d9b3b906b811c63a4fce5266b07 + f836c6d5386ab6389db78ec8b0a04578eb872cbb - + https://github.com/dotnet/sdk - 6723481cf9326d9b3b906b811c63a4fce5266b07 + f836c6d5386ab6389db78ec8b0a04578eb872cbb - + https://github.com/dotnet/sdk - 6723481cf9326d9b3b906b811c63a4fce5266b07 + f836c6d5386ab6389db78ec8b0a04578eb872cbb - + https://github.com/dotnet/sdk - 6723481cf9326d9b3b906b811c63a4fce5266b07 + f836c6d5386ab6389db78ec8b0a04578eb872cbb https://github.com/dotnet/test-templates @@ -141,18 +141,18 @@ 3ef1cb25ffb292b5c87f9604d1a09b032277bf76 - + https://github.com/microsoft/vstest - 822bee2c606a7fc18a0a302c6cf28a61c7b7bb3b + bbdb1989acc0bda7bf1406393e6046cafcb5f810 https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - fa7ece1ca25ef529db616ed6c839af9f027fa216 + 26cb20e4b805e98f389f190409ed05c2980b3a0b diff --git a/eng/Versions.props b/eng/Versions.props index 105553ecaf..371390b285 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24252.13 - 8.0.400-preview.24252.13 - 8.0.400-preview.24252.13 + 8.0.400-preview.24253.16 + 8.0.400-preview.24253.16 + 8.0.400-preview.24253.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-2.24252.3 + 4.11.0-2.24253.1 @@ -198,7 +198,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.11.0-preview-24230-01 + 17.11.0-preview-24253-01 8.0.0-alpha.1.22557.12 From 373f8b99222de603149a8a375325ac0570436776 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 6 May 2024 12:37:13 +0000 Subject: [PATCH 29/34] Update dependencies from https://github.com/dotnet/arcade-services build 20240506.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24253.7 -> To Version 1.1.0-beta.24256.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 9af81c6f32..b8ea939446 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.24253.7", + "version": "1.1.0-beta.24256.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1abcfb71e..124ad661da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 + 1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e - + https://github.com/dotnet/arcade-services - 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 + 1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 927f745204..69b6bfe5c0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24253.7 + 1.1.0-beta.24256.1 From 995f8d9e4a1598b34c76a7e0a7dfa30b951678ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 6 May 2024 12:45:10 +0000 Subject: [PATCH 30/34] Update dependencies from https://github.com/dotnet/arcade-services build 20240506.1 Microsoft.DotNet.Darc , Microsoft.DotNet.DarcLib From Version 1.1.0-beta.24253.7 -> To Version 1.1.0-beta.24256.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 9af81c6f32..b8ea939446 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.24253.7", + "version": "1.1.0-beta.24256.1", "commands": [ "darc" ] diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bfdf037f0d..b9e23152cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -227,13 +227,13 @@ https://github.com/dotnet/arcade 67d23f4ba1813b315e7e33c71d18b63475f5c5f8 - + https://github.com/dotnet/arcade-services - 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 + 1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e - + https://github.com/dotnet/arcade-services - 05bd6da6bde53f18a8f1e8c516b778e3f86a5433 + 1d98f4c0a5b25b72465fe075dd5f24b45ef15c8e https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 737aaec939..46b0523308 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -43,7 +43,7 @@ - 1.1.0-beta.24253.7 + 1.1.0-beta.24256.1 From 509f6f3d1a8bbc84feebb1675a62d052c2809e69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 6 May 2024 12:46:47 +0000 Subject: [PATCH 31/34] Update dependencies from https://github.com/dotnet/sdk build 20240505.6 Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli From Version 8.0.400-preview.24253.16 -> To Version 8.0.400-preview.24255.6 Dependency coherency updates Microsoft.NET.Test.Sdk,Microsoft.Net.Compilers.Toolset From Version 17.11.0-preview-24253-01 -> To Version 17.11.0-preview-24253-02 (parent: Microsoft.NET.Sdk --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bfdf037f0d..b4066c55bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - f836c6d5386ab6389db78ec8b0a04578eb872cbb + a24b1115047fcb40ad7e56de13651a2c82cbcc38 - + https://github.com/dotnet/sdk - f836c6d5386ab6389db78ec8b0a04578eb872cbb + a24b1115047fcb40ad7e56de13651a2c82cbcc38 - + https://github.com/dotnet/sdk - f836c6d5386ab6389db78ec8b0a04578eb872cbb + a24b1115047fcb40ad7e56de13651a2c82cbcc38 - + https://github.com/dotnet/sdk - f836c6d5386ab6389db78ec8b0a04578eb872cbb + a24b1115047fcb40ad7e56de13651a2c82cbcc38 https://github.com/dotnet/test-templates @@ -141,18 +141,18 @@ 3ef1cb25ffb292b5c87f9604d1a09b032277bf76 - + https://github.com/microsoft/vstest - bbdb1989acc0bda7bf1406393e6046cafcb5f810 + b521aa2c9c981f53b85af7c923175a850986173a https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - 26cb20e4b805e98f389f190409ed05c2980b3a0b + d2f78494a469821d205baf7184f30cb3818b5df2 diff --git a/eng/Versions.props b/eng/Versions.props index 737aaec939..28f796724a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24253.16 - 8.0.400-preview.24253.16 - 8.0.400-preview.24253.16 + 8.0.400-preview.24255.6 + 8.0.400-preview.24255.6 + 8.0.400-preview.24255.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-2.24253.1 + 4.11.0-2.24254.1 @@ -198,7 +198,7 @@ 2.2.0-beta.19072.10 2.0.0 - 17.11.0-preview-24253-01 + 17.11.0-preview-24253-02 8.0.0-alpha.1.22557.12 From 6ef6c7bffeb495168bb4cbe0d3b22f4bf6b23d98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:00:59 +0000 Subject: [PATCH 32/34] [release/8.0.4xx] Update dependencies from dotnet/source-build-externals (#19706) [release/8.0.4xx] Update dependencies from dotnet/source-build-externals --- 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 db123cf0c8..d511da8b7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,9 +193,9 @@ 5957c5c5f85f17c145e7fab4ece37ad6aafcded9 - + https://github.com/dotnet/source-build-externals - 908177a58a41532b3302c17f1e1a8cf1c1234545 + 2b7510ccda2be01e2a2b48598498dca24fb69c3a From 2b1e03eff6ae6ba2f1b7634ee7cf92cbcf39e220 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:03:51 +0000 Subject: [PATCH 33/34] [release/8.0.4xx] Update dependencies from dotnet/source-build-reference-packages (#19704) [release/8.0.4xx] Update dependencies from dotnet/source-build-reference-packages --- 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 d511da8b7c..36761e0da1 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 - 6f814daa935e08b578b1c0c65a1f26ea3317f517 + 704a4d36dce09e9915c9916731392c4e6eeeb487 From 5eb89a3af11857c56b0aaa10a65265403f37de76 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 21:05:21 +0000 Subject: [PATCH 34/34] [release/8.0.4xx] Update dependencies from dotnet/sdk (#19705) [release/8.0.4xx] Update dependencies from dotnet/sdk - Coherency Updates: - Microsoft.Net.Compilers.Toolset: from 4.11.0-2.24254.1 to 4.11.0-2.24255.2 (parent: Microsoft.NET.Sdk) - NuGet.Build.Tasks: from 6.11.0-preview.1.23 to 6.11.0-preview.1.35 (parent: Microsoft.NET.Sdk) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 10 +++++----- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36761e0da1..9d14aeddea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -85,22 +85,22 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644 - + https://github.com/dotnet/sdk - a24b1115047fcb40ad7e56de13651a2c82cbcc38 + 5d5980c5e802dda21bc43e94e6afe5bdf2679dbe - + https://github.com/dotnet/sdk - a24b1115047fcb40ad7e56de13651a2c82cbcc38 + 5d5980c5e802dda21bc43e94e6afe5bdf2679dbe - + https://github.com/dotnet/sdk - a24b1115047fcb40ad7e56de13651a2c82cbcc38 + 5d5980c5e802dda21bc43e94e6afe5bdf2679dbe - + https://github.com/dotnet/sdk - a24b1115047fcb40ad7e56de13651a2c82cbcc38 + 5d5980c5e802dda21bc43e94e6afe5bdf2679dbe https://github.com/dotnet/test-templates @@ -150,18 +150,18 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-runtime 1381d5ebd2ab1f292848d5b19b80cf71ac332508 - + https://github.com/dotnet/roslyn - d2f78494a469821d205baf7184f30cb3818b5df2 + 062ad3db597a8096b5da2b188dbbbcc7f6137275 https://github.com/dotnet/msbuild d542f3a80101883083b95fff0b67666b63002751 - + https://github.com/nuget/nuget.client - d01e48ace560689897c1c642591659126736feb8 + 12d5c661b77d4933f82a293008c0d56d1d6ce32b diff --git a/eng/Versions.props b/eng/Versions.props index 3f03b7ff4c..892a60b78a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -79,16 +79,16 @@ - 8.0.400-preview.24255.6 - 8.0.400-preview.24255.6 - 8.0.400-preview.24255.6 + 8.0.400-preview.24257.3 + 8.0.400-preview.24257.3 + 8.0.400-preview.24257.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) - 4.11.0-2.24254.1 + 4.11.0-2.24255.2 @@ -121,7 +121,7 @@ - 6.11.0-preview.1.23 + 6.11.0-preview.1.35