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/8.0.1xx' => 'release/8.0.2xx' #17470

Conversation

dotnet-maestro-bot
Copy link

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

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

  • dotnet-maestro[bot]
  • mthalman
  • dkurepa
  • v-wuzhai
  • marcpopMSFT
  • invalid-email-address
  • premun
  • JL03-Yue
  • MichaelSimons
  • lewing

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/8.0.1xx
git pull --ff-only
git checkout release/8.0.2xx
git pull --ff-only
git merge --no-ff release/8.0.1xx

# 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/core-sdk HEAD:merge/release/8.0.1xx-to-release/8.0.2xx
or if you are using SSH
git push [email protected]:dotnet-maestro-bot/core-sdk HEAD:merge/release/8.0.1xx-to-release/8.0.2xx

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/8.0.1xx-to-release/8.0.2xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

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

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.

lewing and others added 30 commits September 21, 2023 18:04
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rtm.23470.1 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23470.1 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23470.1 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23470.10 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23470.1 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23469.12 to 8.0.0-rtm.23471.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23470.1 to 8.0.0-rtm.23471.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23469.6 to 8.0.0-rtm.23471.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.8.0-beta.23470.1 to 12.8.0-beta.23471.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.100-beta.23470.1 to 8.0.100-beta.23471.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23470.2 to 4.8.0-3.23471.9 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.8.0-preview-23469-05 to 17.8.0-preview-23471-08 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rc.2.23469.9 to 8.0.0-rtm.23472.12 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-rc.2.23463.1 to 8.0.0-rtm.23470.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-8680f4c7-0b46-47b1-9403-80f08224dc10

 - Tweak the workload version regex

 - Temporarily bump emsdk ahead of flow to get a package that exists
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23472.22 -> To Version 8.0.100-rtm.23473.1

Dependency coherency updates

NuGet.Build.Tasks
 From Version 6.8.0-rc.112 -> To Version 6.8.0-rc.117 (parent: Microsoft.NET.Sdk
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23474.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.FSharp.Compiler: from 12.8.0-beta.23471.1 to 12.8.0-beta.23472.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.100-beta.23471.1 to 8.0.100-beta.23472.4 (parent: Microsoft.NET.Sdk)
…nals build 20230925.1

Microsoft.SourceBuild.Intermediate.source-build-externals
 From Version 8.0.0-alpha.1.23471.2 -> To Version 8.0.0-alpha.1.23475.1
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.FSharp.Compiler: from 12.8.0-beta.23472.4 to 12.8.0-beta.23475.2 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.100-beta.23472.4 to 8.0.100-beta.23475.2 (parent: Microsoft.NET.Sdk)
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23472.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23472.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23472.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23472.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23471.6 to 8.0.0-rtm.23472.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23471.8 to 8.0.0-rtm.23472.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23471.2 to 8.0.0-rtm.23472.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)

 - Merge branch 'release/8.0.1xx' into darc-release/8.0.1xx-c5abee80-b9d5-429c-80b0-6a4312032fc3
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rtm.23472.1 to 8.0.0-rtm.23475.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23472.1 to 8.0.0-rtm.23475.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23472.1 to 8.0.0-rtm.23475.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23474.1 to 8.0.0-rtm.23475.5 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23472.1 to 8.0.0-rtm.23475.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23472.4 to 8.0.0-rtm.23472.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23472.1 to 8.0.0-rtm.23475.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23472.1 to 8.0.0-rtm.23472.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23471.9 to 4.8.0-3.23475.10 (parent: Microsoft.NET.Sdk)
  - Microsoft.Build: from 17.8.0-preview-23471-08 to 17.8.0 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rtm.23472.12 to 8.0.0-rtm.23475.7 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-rtm.23470.1 to 8.0.0-rtm.23473.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)

 - Remove SourceBuild element from Microsoft.Build dependency

Because of the switch to stable versioning
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.5 -> To Version 8.0.100-rtm.23476.19
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.5 -> To Version 8.0.100-rtm.23476.21

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Net.Compilers.Toolset
 From Version 8.0.0-rtm.23475.3 -> To Version 8.0.0-rtm.23476.4 (parent: Microsoft.NET.Sdk
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.5 -> To Version 8.0.100-rtm.23476.27

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks
 From Version 8.0.0-rtm.23475.3 -> To Version 8.0.0-rtm.23476.4 (parent: Microsoft.NET.Sdk
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.5 -> To Version 8.0.100-rtm.23476.30

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates,Microsoft.Net.Compilers.Toolset,NuGet.Build.Tasks
 From Version 8.0.0-rtm.23475.3 -> To Version 8.0.0-rtm.23476.4 (parent: Microsoft.NET.Sdk
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.30 -> To Version 8.0.100-rtm.23476.35

Dependency coherency updates

Microsoft.Build
 From Version 17.8.0 -> To Version 17.8.1 (parent: Microsoft.NET.Sdk
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.30 -> To Version 8.0.100-rtm.23476.40

Dependency coherency updates

Microsoft.Build,NuGet.Build.Tasks
 From Version 17.8.0 -> To Version 17.8.1 (parent: Microsoft.NET.Sdk
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23476.40 -> To Version 8.0.100-rtm.23476.43

Dependency coherency updates

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
 From Version 8.0.0-rtm.23475.5 -> To Version 8.0.0-rtm.23476.22 (parent: Microsoft.NET.Sdk
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23476.3 to 4.8.0-3.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rtm.23475.7 to 8.0.0-rtm.23476.15 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-rtm.23473.1 to 8.0.0-rtm.23475.3 (parent: Microsoft.NETCore.App.Runtime.win-x64)
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23476.15 to 4.8.0-3.23477.1 (parent: Microsoft.NET.Sdk)
  - NuGet.Build.Tasks: from 6.8.0-rc.121 to 6.8.0-rc.122 (parent: Microsoft.NET.Sdk)
[release/8.0.1xx] Update dependencies from dotnet/sdk
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23477.25 -> To Version 8.0.100-rtm.23477.32

Dependency coherency updates

Microsoft.WindowsDesktop.App.Ref,VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0,VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.Dotnet.WinForms.ProjectTemplates,Microsoft.WindowsDesktop.App.Runtime.win-x64,Microsoft.DotNet.Wpf.ProjectTemplates
 From Version 8.0.0-rtm.23476.4 -> To Version 8.0.0-rtm.23477.4 (parent: Microsoft.NET.Sdk
v-wuzhai and others added 13 commits September 27, 2023 19:11
Microsoft.DotNet.Common.ItemTemplates , Microsoft.DotNet.MSBuildSdkResolver , Microsoft.NET.Sdk , Microsoft.TemplateEngine.Cli
 From Version 8.0.100-rtm.23477.32 -> To Version 8.0.100-rtm.23477.60

Dependency coherency updates

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.NET.ILLink.Tasks,Microsoft.NETCore.App.Runtime.win-x64
 From Version 8.0.0-rtm.23476.15 -> To Version 8.0.0-rtm.23477.9 (parent: Microsoft.NET.Sdk
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rtm.23477.4 to 8.0.0-rtm.23477.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23477.4 to 8.0.0-rtm.23477.8 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23477.4 to 8.0.0-rtm.23477.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23477.4 to 8.0.0-rtm.23477.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23477.6 to 8.0.0-rtm.23477.15 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23477.4 to 8.0.0-rtm.23477.8 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23477.1 to 8.0.0-rtm.23477.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23477.1 to 4.8.0-3.23477.4 (parent: Microsoft.NET.Sdk)
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.WindowsDesktop.App.Ref: from 8.0.0-rtm.23477.8 to 8.0.0-rtm.23479.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.SharedFramework.x64.8.0: from 8.0.0-rtm.23477.8 to 8.0.0-rtm.23479.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.WindowsDesktop.TargetingPack.x64.8.0: from 8.0.0-rtm.23477.8 to 8.0.0-rtm.23479.1 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23477.14 to 8.0.0-rtm.23479.3 (parent: Microsoft.NET.Sdk)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23477.8 to 8.0.0-rtm.23479.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.Dotnet.WinForms.ProjectTemplates: from 8.0.0-rtm.23477.15 to 8.0.0-rtm.23479.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.WindowsDesktop.App.Runtime.win-x64: from 8.0.0-rtm.23477.8 to 8.0.0-rtm.23479.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.DotNet.Wpf.ProjectTemplates: from 8.0.0-rtm.23477.4 to 8.0.0-rtm.23479.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
  - Microsoft.FSharp.Compiler: from 12.8.0-beta.23475.2 to 12.8.0-beta.23478.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.SourceBuild.Intermediate.fsharp: from 8.0.100-beta.23475.2 to 8.0.100-beta.23478.1 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23477.4 to 4.8.0-3.23478.4 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rtm.23477.9 to 8.0.0-rtm.23478.17 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport: from 8.0.0-rtm.23475.3 to 8.0.0-rtm.23477.1 (parent: Microsoft.NETCore.App.Runtime.win-x64)
…als (dotnet#17448)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23479.3 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.Net.Compilers.Toolset: from 4.8.0-3.23478.4 to 4.8.0-3.23501.1 (parent: Microsoft.NET.Sdk)
[release/8.0.1xx] Update dependencies from dotnet/sdk
[release/8.0.1xx] Update dependencies from dotnet/sdk
- Coherency Updates:
  - VS.Redist.Common.NetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Ref: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.NetCore.TargetingPack.x64.8.0: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Host.win-x64: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.DotNetHostResolver: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.Platforms: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Ref.Internal: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - Microsoft.AspNetCore.App.Runtime.win-x64: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - VS.Redist.Common.AspNetCore.SharedFramework.x64.8.0: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - dotnet-dev-certs: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - dotnet-user-jwts: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - dotnet-user-secrets: from 8.0.0-rtm.23502.11 to 8.0.0-rtm.23502.22 (parent: Microsoft.NET.Sdk)
  - Microsoft.NET.ILLink.Tasks: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
  - Microsoft.NETCore.App.Runtime.win-x64: from 8.0.0-rtm.23478.17 to 8.0.0-rtm.23502.11 (parent: Microsoft.NET.Sdk)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
NikolaMilosavljevic and others added 3 commits October 5, 2023 23:43
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Godbe <[email protected]>
@v-wuzhai
Copy link
Member

v-wuzhai commented Oct 7, 2023

@dotnet/source-build-internal would you be able to review these changes? Thanks!

@Forgind Forgind merged commit 4da4dbb into dotnet:release/8.0.2xx Oct 9, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.