dotnet-installer/eng
DotNet Bot 1f6a344f05 Merged PR 32176: [internal/release/6.0.1xx] Update dependencies from dnceng/internal/dotnet-sdk
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.DotNet.Common.ItemTemplates**: from 6.0.120 to 6.0.120 (parent: Microsoft.NET.Sdk)
  - **Microsoft.TemplateEngine.Cli**: from 6.0.120-servicing.23321.3 to 6.0.120-servicing.23322.4 (parent: Microsoft.NET.Sdk)
  - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: from 6.0.120 to 6.0.120 (parent: Microsoft.NET.Sdk)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:a68e208b-7b40-4a19-af8d-08d961c59698)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-sdk
- **Subscription**: a68e208b-7b40-4a19-af8d-08d961c59698
- **Build**: 20230622.3
- **Date Produced**: June 22, 2023 4:10:36 PM UTC
- **Commit**: 06a75e73b815059d525e88cd7dfebfab2091e361
- **Branch**: refs/heads/internal/release/6.0.1xx

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.MSBuildSdkResolver**: [from 6.0.120-servicing.23321.41 to 6.0.120-servicing.23322.3][1]
  - **Microsoft.NET.Sdk**: [from 6.0.120-servicing.23321.41 to 6.0.120-servicing.23322.3][1]
  - **Microsoft.DotNet.Common.ItemTemplates**: [from 6.0.120 to 6.0.120][2]
  - **Microsoft.TemplateEngine.Cli**: [from 6.0.120-servicing.23321.3 to 6.0.120-servicing.23322.4][2]
  - **Microsoft.DotNet.Common.ProjectTemplates.6.0**: [from 6.0.120 to 6.0.120][2]

[1]: https://dev.azure.com/dnceng/internal/_git/dotnet-sdk/branches?baseVersion=GC0337384759&targetVersion=GC06a75e73b8&_a=files
[2]: https://dev.azure.com/dnceng/internal/_git/dotnet-templating/branches?baseVersion=GC0535557e46&targetVersion=GC080b813fcf&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:a68e208b-7b40-4a19-af8d-08d961c59698)
2023-06-22 16:48:54 +00:00
..
BuildConfiguration Add a build retry. 2021-07-09 16:04:27 -07:00
common Update dependencies from https://github.com/dotnet/arcade build 20230613.5 2023-06-15 21:19:12 +00:00
docker Switch to debian 11, install libLLDB 9 2023-05-03 16:33:57 -04:00
_prettyprint.sh Attempt to disable pretty print control codes for CI 2018-11-08 00:36:11 -08:00
Build.props [release/6.0.1xx] Arm support (#13378) 2023-02-21 15:44:46 -06:00
build.yml Changes for internal runtime build support for .NET 6 (#11422) 2021-08-06 13:54:33 -07:00
configure-toolset.ps1 Optional Workload: Finalizer (#10356) 2021-05-04 20:55:39 -07:00
configure-toolset.sh Optional Workload: Finalizer (#10356) 2021-05-04 20:55:39 -07:00
CopyToLatest.cmd Copy latest to blob when all legs succeed. 2018-12-20 13:21:18 -08:00
core-sdk-build-env.sh Add build environment script (with partition support) 2019-08-30 08:53:22 -07:00
core-sdk-test-env.bat Add test environment scripts 2018-11-20 10:10:19 -08:00
core-sdk-test-env.sh Merge branch 'master' into official_builds 2018-12-25 19:08:40 -08:00
dockerrun.ps1 Changes for core-sdk to move to yaml stages 2019-09-12 13:19:14 -07:00
dockerrun.sh Changes for internal runtime build support for .NET 6 (#11422) 2021-08-06 13:54:33 -07:00
Key.snk Get tests and skeleton build tasks building 2018-10-22 19:59:58 -07:00
ManualVersions.props Update ManualVersions.props 2023-06-13 11:22:54 -07:00
native.proj Optional Workload: Finalizer (#10356) 2021-05-04 20:55:39 -07:00
Publishing.props Use arcade's conditional pattern for publishing (#11172) 2021-07-20 12:33:43 -07:00
restore-toolset.ps1 Fix build environment script 2018-12-30 00:14:04 -08:00
restore-toolset.sh Updating stage0 to 3.0.100-preview-009812 again. This change was lost when we moved to arcade. 2018-12-28 14:15:07 -08:00
sdl-tsa-vars.config Update sdl-tsa-vars.config 2021-05-04 14:47:35 -07:00
SignCheckExclusionsFile.txt Add Sign Check Exclusions from runtime (#11768) (#11772) 2021-08-31 12:29:52 -07:00
Signing.props Update files that should not be signed (#11810) (#11819) 2021-09-02 00:18:20 +00:00
source-build-tarball-build-official.yml Refactor source-build CI triggers and pools (#14835) (#14878) 2022-11-04 12:04:36 -05:00
source-build-tarball-build.yml Fix invalid pipeline trigger. 2022-03-10 08:32:51 -06:00
SourceBuild.props Removing source build patches 2021-05-05 09:30:06 -07:00
SourceBuildPrebuiltBaseline.xml ArPow stage 1: local source-build infrastructure (#10186) 2021-04-16 09:35:26 -05:00
TestVersions.props Remove clicommandlineparser dependency (#9855) 2021-03-02 13:17:32 -08:00
version.csproj Optional Workload: Finalizer (#10356) 2021-05-04 20:55:39 -07:00
Version.Details.xml Merged PR 32176: [internal/release/6.0.1xx] Update dependencies from dnceng/internal/dotnet-sdk 2023-06-22 16:48:54 +00:00
Versions.props Merged PR 32176: [internal/release/6.0.1xx] Update dependencies from dnceng/internal/dotnet-sdk 2023-06-22 16:48:54 +00:00