Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/6.0.4xx' => 'release/8.0.1xx' #40976

Conversation

dotnet-maestro-bot
Copy link
Contributor

I detected changes in the release/6.0.4xx branch which have not been merged yet to release/8.0.1xx. I'm a robot and am configured to help you automatically keep release/8.0.1xx up to date, so I've opened this PR.

This PR merges commits made on release/6.0.4xx by the following committers:

  • marcpopMSFT
  • vseanreesermsft
  • v-wuzhai
  • dotnet-bot
  • dotnet-maestro[bot]
  • MiYanni

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/6.0.4xx
git pull --ff-only
git checkout release/8.0.1xx
git pull --ff-only
git merge --no-ff release/6.0.4xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/sdk HEAD:merge/release/6.0.4xx-to-release/8.0.1xx
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/sdk HEAD:merge/release/6.0.4xx-to-release/8.0.1xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/6.0.4xx-to-release/8.0.1xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/6.0.4xx-to-release/8.0.1xx release/8.0.1xx
git pull https://github.com/dotnet-maestro-bot/sdk merge/release/6.0.4xx-to-release/8.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/sdk HEAD:merge/release/6.0.4xx-to-release/8.0.1xx
or if you are using SSH
git checkout -b merge/release/6.0.4xx-to-release/8.0.1xx release/8.0.1xx
git pull git@github.com:dotnet-maestro-bot/sdk merge/release/6.0.4xx-to-release/8.0.1xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/sdk HEAD:merge/release/6.0.4xx-to-release/8.0.1xx

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

dotnet-bot and others added 30 commits March 6, 2024 00:16
…otnet-templating build 20240305.9

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Orchestrator.RunnableProjects , Microsoft.TemplateEngine.Utils , Microsoft.TemplateSearch.Common
 From Version 6.0.128 -> To Version 6.0.129
…otnet-aspnetcore build 20240305.4

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.28-servicing.24155.4
…otnet-aspnetcore build 20240305.11

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.28-servicing.24155.11
…otnet-aspnetcore build 20240305.18

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.28-servicing.24155.18
…otnet-templating build 20240306.7

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Orchestrator.RunnableProjects , Microsoft.TemplateEngine.Utils , Microsoft.TemplateSearch.Common
 From Version 6.0.128 -> To Version 6.0.129
…otnet-windowsdesktop build 20240306.3

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-aspnetcore build 20240306.10

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.29-servicing.24156.10
…otnet-aspnetcore build 20240306.13

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.29-servicing.24156.13
…otnet-windowsdesktop build 20240228.9

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.28
…otnet-windowsdesktop build 20240306.10

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-windowsdesktop build 20240307.10

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-windowsdesktop build 20240307.17

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-windowsdesktop build 20240308.11

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-aspnetcore build 20240311.15

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.29-servicing.24161.15
…otnet-windowsdesktop build 20240311.9

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-aspnetcore build 20240312.5

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.29-servicing.24162.5
…otnet-templating build 20240312.9

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Orchestrator.RunnableProjects , Microsoft.TemplateEngine.Utils , Microsoft.TemplateSearch.Common
 From Version 6.0.128 -> To Version 6.0.129
…otnet-windowsdesktop build 20240312.5

Microsoft.WindowsDesktop.App.Ref , Microsoft.WindowsDesktop.App.Runtime.win-x64 , VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0 , VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0
 From Version 6.0.28 -> To Version 6.0.29
…otnet-aspnetcore build 20240312.12

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.29-servicing.24162.12
…otnet-aspnetcore build 20240312.17

dotnet-dev-certs , dotnet-user-secrets , Microsoft.AspNetCore.Analyzers , Microsoft.AspNetCore.App.Ref , Microsoft.AspNetCore.App.Ref.Internal , Microsoft.AspNetCore.App.Runtime.win-x64 , Microsoft.AspNetCore.Authorization , Microsoft.AspNetCore.Components.Analyzers , Microsoft.AspNetCore.Components.Web , Microsoft.AspNetCore.DeveloperCertificates.XPlat , Microsoft.AspNetCore.Mvc.Analyzers , Microsoft.AspNetCore.Mvc.Api.Analyzers , Microsoft.AspNetCore.Mvc.Razor.Extensions , Microsoft.AspNetCore.Razor.Internal.SourceGenerator.Transport , Microsoft.AspNetCore.Razor.Language , Microsoft.AspNetCore.TestHost , Microsoft.CodeAnalysis.Razor , Microsoft.Extensions.FileProviders.Embedded , Microsoft.JSInterop , VS.Redist.Common.AspNetCore.SharedFramework.x64.6.0
 From Version 6.0.28-servicing.24120.5 -> To Version 6.0.29-servicing.24162.17
…otnet-templating build 20240312.12

Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.Common.ProjectTemplates.6.0 , Microsoft.TemplateEngine.Abstractions , Microsoft.TemplateEngine.Cli , Microsoft.TemplateEngine.Orchestrator.RunnableProjects , Microsoft.TemplateEngine.Utils , Microsoft.TemplateSearch.Common
 From Version 6.0.128 -> To Version 6.0.129
…3 repositories

This pull request updates the following dependencies

[marker]: <> (Begin:b9edc696-13f4-406c-3a51-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-templating
- **Subscription**: b9edc696-13f4-406c-3a51-08d961c5a689
- **Build**: 20240312.12
- **Date Produced**: March 13, 2024 12:12:46 AM UTC
- **Commit**: cef75e649457c61f8ef6205cef7b526ce0592104
- **Branch**: refs/heads/internal/release/6.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 6.0.128 to 6.0.129][13]
  - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: [from 6.0.128 to 6.0.129][13]
  - **Microsoft.TemplateEngine.Abstractions**: [from 6.0.128 to 6.0.129][13]
  - **Microsoft.TemplateEngine.Cli**: [from 6.0.128-servicing.24120.4 to 6.0.129-servicing.24162.12][13]
  - **Microsoft.TemplateEngine.Orchestrator.RunnableProjects**: [from 6.0.128 to 6.0.129][13]
  - **Microsoft.TemplateEngine.Utils**: [from 6.0.128 to 6.0.129][13]
  - **Microsoft.TemplateSearch.Common**: [from 6.0.128 to 6.0.129][13]

[13]: https://dev.azure.com/dnceng/internal/_git/dotnet-templating/branches?baseVersion=GC5603759138c012b54bb40b1ff33a45f79188a0f5&targetVersion=GCcef75e649457c61f8ef6205cef7b526ce0592104&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:b9edc696-13f4-406c-3a51-08d961c5a689)

[marker]: <> (Begin:ffa022ec-0654-4a20-3a4e-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: ffa022ec-0654-4a20-3a4e-08d961c5a689
- **Build**: 20240312.17
- **Date Produced**: March 12, 2024 11:40:19 PM UTC
- **Commit**: dd340b191b388fd448494f70a126ce8db511bba4
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **dotnet-user-secrets**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **Microsoft.AspNetCore.Analyzers**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **Microsoft.AspNetCore.App.Ref**: [from 6.0.28 to 6.0.29][12]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 6.0.28 to 6.0.29][12]
  - **Microsoft.AspNetCore.Authorization**: [from 6.0.28 to 6.0.29][12]
  - **Microsoft.AspNetCore.Components.Analyzers**: [from 6.0.28 to 6.0.29][12]
  - **Microsoft.AspNetCore.Components.Web**: [from 6.0.28 to 6.0.29][12]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 6.0.28-servicing.24120.5 to 6.0.29-servicing.24162.17][12]
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions**: [from 6.0.28 to 6.0.29][12]
  - *...
Merge from public release/6.0.1xx to internal/release/6.0.1xx and resolve conflicts if necessary
…otnet-runtime build

Microsoft.NET.HostModel , Microsoft.NETCore.App.Host.win-x64 , Microsoft.NETCore.App.Ref , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.DotNetHostResolver , Microsoft.NETCore.Platforms , VS.Redist.Common.NetCore.SharedFramework.x64.6.0 , VS.Redist.Common.NetCore.TargetingPack.x64.6.0
 From Version 6.0.28-servicing.24120.7 -> To Version 6.0.29-servicing.24164.14
dotnet-bot and others added 24 commits March 21, 2024 21:37
…dnceng/internal/dotnet-aspnetcore, dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:499cebc0-3291-4ec8-3a4f-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 499cebc0-3291-4ec8-3a4f-08d961c5a689
- **Build**:
- **Date Produced**: March 21, 2024 7:40:21 PM UTC
- **Commit**: 189fbbd88d97dd6d65515ba2da05b62eab4e5039
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NET.HostModel**: [from 6.0.29-servicing.24169.13 to 6.0.29-servicing.24171.5][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 6.0.29 to 6.0.29][1]
  - **Microsoft.NETCore.App.Ref**: [from 6.0.29 to 6.0.29][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.29 to 6.0.29][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 6.0.29 to 6.0.29][1]
  - **Microsoft.NETCore.Platforms**: [from 6.0.13 to 6.0.13][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.29-servicing.24169.13 to 6.0.29-servicing.24171.5][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.6.0**: [from 6.0.29-servicing.24169.13 to 6.0.29-servicing.24171.5][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GCc95b68327d40062beb0c9d4cd08295a85d86bd27&targetVersion=GC189fbbd88d97dd6d65515ba2da05b62eab4e5039&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:499cebc0-3291-4ec8-3a4f-08d961c5a689)

[marker]: <> (Begin:ffa022ec-0654-4a20-3a4e-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: ffa022ec-0654-4a20-3a4e-08d961c5a689
- **Build**:
- **Date Produced**: March 21, 2024 9:10:33 PM UTC
- **Commit**: c83354d42e63d2bb07e6b24b7c67ef91e434f359
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **dotnet-user-secrets**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **Microsoft.AspNetCore.Analyzers**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **Microsoft.AspNetCore.App.Ref**: [from 6.0.29 to 6.0.29][2]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 6.0.29 to 6.0.29][2]
  - **Microsoft.AspNetCore.Authorization**: [from 6.0.29 to 6.0.29][2]
  - **Microsoft.AspNetCore.Components.Analyzers**: [from 6.0.29 to 6.0.29][2]
  - **Microsoft.AspNetCore.Components.Web**: [from 6.0.29 to 6.0.29][2]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 6.0.29-servicing.24169.21 to 6.0.29-servicing.24171.8][2]
  - **Microsoft.AspNetCore.Mvc.R...
…dnceng/internal/dotnet-templating

This pull request updates the following dependencies

[marker]: <> (Begin:b9edc696-13f4-406c-3a51-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-templating
- **Subscription**: b9edc696-13f4-406c-3a51-08d961c5a689
- **Build**:
- **Date Produced**: March 21, 2024 10:00:27 PM UTC
- **Commit**: f68b1f215211a807960d4d4094e3380307fbfc0f
- **Branch**: refs/heads/internal/release/6.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 6.0.129 to 6.0.129][1]
  - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: [from 6.0.129 to 6.0.129][1]
  - **Microsoft.TemplateEngine.Abstractions**: [from 6.0.129 to 6.0.129][1]
  - **Microsoft.TemplateEngine.Cli**: [from 6.0.129-servicing.24169.8 to 6.0.129-servicing.24171.8][1]
  - **Microsoft.TemplateEngine.Orchestrator.RunnableProjects**: [from 6.0.129 to 6.0.129][1]
  - **Microsoft.TemplateEngine.Utils**: [from 6.0.129 to 6.0.129][1]
  - **Microsoft.TemplateSearch.Common**: [from 6.0.129 to 6.0.129][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-templating/branches?baseVersion=GCeeb3cfb682dcc33df2c90a25677ce26d4a7d57c7&targetVersion=GCf68b1f215211a807960d4d4094e3380307fbfc0f&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:b9edc696-13f4-406c-3a51-08d961c5a689)
…dnceng/internal/dotnet-windowsdesktop

This pull request updates the following dependencies

[marker]: <> (Begin:Coherency Updates)
## Coherency Updates

The following updates ensure that dependencies with a *CoherentParentDependency*
attribute were produced in a build used as input to the parent dependency's build.
See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview)

[DependencyUpdate]: <> (Begin)

- **Coherency Updates**:
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 6.0.29-servicing.24169.12 to 6.0.29-servicing.24171.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

[DependencyUpdate]: <> (End)

[marker]: <> (End:Coherency Updates)

[marker]: <> (Begin:258d4206-cc1e-4c20-39b6-08d960f4ca81)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop
- **Subscription**: 258d4206-cc1e-4c20-39b6-08d960f4ca81
- **Build**:
- **Date Produced**: March 22, 2024 3:43:32 PM UTC
- **Commit**: 75c9b26383d5e6908e8b07d68d134f115c696324
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.WindowsDesktop.App.Ref**: [from 6.0.29 to 6.0.29][1]
  - **Microsoft.WindowsDesktop.App.Runtime.win-x64**: [from 6.0.29 to 6.0.29][1]
  - **VS.Redist.Common.WindowsDesktop.SharedFramework.x64.6.0**: [from 6.0.29-servicing.24169.26 to 6.0.29-servicing.24171.9][1]
  - **VS.Redist.Common.WindowsDesktop.TargetingPack.x64.6.0**: [from 6.0.29-servicing.24169.26 to 6.0.29-servicing.24171.9][1]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 6.0.29-servicing.24169.12 to 6.0.29-servicing.24171.7][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-windowsdesktop/branches?baseVersion=GC0692302e909ffbc02bca94378eab9213ba3f4455&targetVersion=GC75c9b26383d5e6908e8b07d68d134f115c696324&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GCf3f959782e4e407301c19cd90dc0d1da329425bf&targetVersion=GC6aec9b95d59f97bae95b5a5814e3e53de7a0ccfc&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:258d4206-cc1e-4c20-39b6-08d960f4ca81)
…404.4

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.SignTool , Microsoft.DotNet.XUnitExtensions
 From Version 6.0.0-beta.24176.9 -> To Version 6.0.0-beta.24204.4
…dnceng/internal/dotnet-runtime

This pull request updates the following dependencies

[marker]: <> (Begin:499cebc0-3291-4ec8-3a4f-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-runtime
- **Subscription**: 499cebc0-3291-4ec8-3a4f-08d961c5a689
- **Build**: 20240415.25
- **Date Produced**: April 16, 2024 9:04:59 PM UTC
- **Commit**: 97d8f4cade971b93794a3805e7d72ee388f14c9b
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.NET.HostModel**: [from 6.0.29-servicing.24171.5 to 6.0.30-servicing.24215.25][1]
  - **Microsoft.NETCore.App.Host.win-x64**: [from 6.0.29 to 6.0.30][1]
  - **Microsoft.NETCore.App.Ref**: [from 6.0.29 to 6.0.30][1]
  - **Microsoft.NETCore.App.Runtime.win-x64**: [from 6.0.29 to 6.0.30][1]
  - **Microsoft.NETCore.DotNetHostResolver**: [from 6.0.29 to 6.0.30][1]
  - **VS.Redist.Common.NetCore.SharedFramework.x64.6.0**: [from 6.0.29-servicing.24171.5 to 6.0.30-servicing.24215.25][1]
  - **VS.Redist.Common.NetCore.TargetingPack.x64.6.0**: [from 6.0.29-servicing.24171.5 to 6.0.30-servicing.24215.25][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC189fbbd88d97dd6d65515ba2da05b62eab4e5039&targetVersion=GC97d8f4cade971b93794a3805e7d72ee388f14c9b&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:499cebc0-3291-4ec8-3a4f-08d961c5a689)
…3 repositories

This pull request updates the following dependencies

[marker]: <> (Begin:b9edc696-13f4-406c-3a51-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-templating
- **Subscription**: b9edc696-13f4-406c-3a51-08d961c5a689
- **Build**: 20240416.15
- **Date Produced**: April 16, 2024 11:22:09 PM UTC
- **Commit**: ded0b713ad5db1c4cd83c8287624355038b864b4
- **Branch**: refs/heads/internal/release/6.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 6.0.129 to 6.0.130][1]
  - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: [from 6.0.129 to 6.0.130][1]
  - **Microsoft.TemplateEngine.Abstractions**: [from 6.0.129 to 6.0.130][1]
  - **Microsoft.TemplateEngine.Cli**: [from 6.0.129-servicing.24171.8 to 6.0.130-servicing.24216.15][1]
  - **Microsoft.TemplateEngine.Orchestrator.RunnableProjects**: [from 6.0.129 to 6.0.130][1]
  - **Microsoft.TemplateEngine.Utils**: [from 6.0.129 to 6.0.130][1]
  - **Microsoft.TemplateSearch.Common**: [from 6.0.129 to 6.0.130][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-templating/branches?baseVersion=GCf68b1f215211a807960d4d4094e3380307fbfc0f&targetVersion=GCded0b713ad5db1c4cd83c8287624355038b864b4&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:b9edc696-13f4-406c-3a51-08d961c5a689)

[marker]: <> (Begin:ffa022ec-0654-4a20-3a4e-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-aspnetcore
- **Subscription**: ffa022ec-0654-4a20-3a4e-08d961c5a689
- **Build**: 20240416.19
- **Date Produced**: April 16, 2024 11:39:24 PM UTC
- **Commit**: 1d696053fcd6735aaac1902afdb0b92edbf43e71
- **Branch**: refs/heads/internal/release/6.0

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **dotnet-dev-certs**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **dotnet-user-secrets**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **Microsoft.AspNetCore.Analyzers**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **Microsoft.AspNetCore.App.Ref**: [from 6.0.29 to 6.0.30][2]
  - **Microsoft.AspNetCore.App.Ref.Internal**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **Microsoft.AspNetCore.App.Runtime.win-x64**: [from 6.0.29 to 6.0.30][2]
  - **Microsoft.AspNetCore.Authorization**: [from 6.0.29 to 6.0.30][2]
  - **Microsoft.AspNetCore.Components.Analyzers**: [from 6.0.29 to 6.0.30][2]
  - **Microsoft.AspNetCore.Components.Web**: [from 6.0.29 to 6.0.30][2]
  - **Microsoft.AspNetCore.DeveloperCertificates.XPlat**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **Microsoft.AspNetCore.Mvc.Analyzers**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **Microsoft.AspNetCore.Mvc.Api.Analyzers**: [from 6.0.29-servicing.24171.8 to 6.0.30-servicing.24216.19][2]
  - **Microsoft.AspNetCore.Mvc.Razor.Extensions**: [from 6.0.29 to 6.0.30][2]
  - **Microsoft.AspNetCore.R...
…build

Updated restore-toolset.sh - skip toolset for sourcebuild
…dnceng/internal/dotnet-templating

This pull request updates the following dependencies

[marker]: <> (Begin:b9edc696-13f4-406c-3a51-08d961c5a689)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-templating
- **Subscription**: b9edc696-13f4-406c-3a51-08d961c5a689
- **Build**: 20240429.9
- **Date Produced**: April 29, 2024 9:29:03 PM UTC
- **Commit**: f9d1cd96d58bf8e5fb569eaef4956089817c2842
- **Branch**: refs/heads/internal/release/6.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 6.0.130 to 6.0.130][1]
  - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: [from 6.0.130 to 6.0.130][1]
  - **Microsoft.TemplateEngine.Abstractions**: [from 6.0.130 to 6.0.130][1]
  - **Microsoft.TemplateEngine.Cli**: [from 6.0.130-servicing.24216.15 to 6.0.130-servicing.24229.9][1]
  - **Microsoft.TemplateEngine.Orchestrator.RunnableProjects**: [from 6.0.130 to 6.0.130][1]
  - **Microsoft.TemplateEngine.Utils**: [from 6.0.130 to 6.0.130][1]
  - **Microsoft.TemplateSearch.Common**: [from 6.0.130 to 6.0.130][1]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-templating/branches?baseVersion=GCded0b713ad5db1c4cd83c8287624355038b864b4&targetVersion=GCf9d1cd96d58bf8e5fb569eaef4956089817c2842&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:b9edc696-13f4-406c-3a51-08d961c5a689)
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants