Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Merged PR 26547: [internal/release/3.1] Update dependencies from dnce…
Browse files Browse the repository at this point in the history
…ng/internal/dotnet-wpf-int

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.Wpf.GitHub**: from 4.8.1-servicing.22456.12 to 4.8.1-servicing.22512.8 (parent: Microsoft.DotNet.Wpf.DncEng)
  - **Microsoft.NET.Sdk.WindowsDesktop**: from 3.1.30-servicing.22456.12 to 3.1.31-servicing.22512.8 (parent: Microsoft.DotNet.Wpf.DncEng)
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: from 3.1.30-servicing.22456.12 to 3.1.31-servicing.22512.8 (parent: Microsoft.DotNet.Wpf.DncEng)

[DependencyUpdate]: <> (End)

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

[marker]: <> (Begin:fe1df267-1f14-435d-d447-08d76e1d3434)
## From https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int
- **Subscription**: fe1df267-1f14-435d-d447-08d76e1d3434
- **Build**: 20221012.7
- **Date Produced**: October 13, 2022 12:41:46 AM UTC
- **Commit**: f6b236afde4c91af16f280fc856db5fe95023630
- **Branch**: refs/heads/internal/release/3.1

[DependencyUpdate]: <> (Begin)

- **Updates**:
  - **Microsoft.DotNet.Wpf.DncEng**: [from 4.8.1-servicing.22456.4 to 4.8.1-servicing.22512.7][5]
  - **Microsoft.DotNet.Wpf.GitHub**: [from 4.8.1-servicing.22456.12 to 4.8.1-servicing.22512.8][6]
  - **Microsoft.NET.Sdk.WindowsDesktop**: [from 3.1.30-servicing.22456.12 to 3.1.31-servicing.22512.8][6]
  - **Microsoft.DotNet.Wpf.ProjectTemplates**: [from 3.1.30-servicing.22456.12 to 3.1.31-servicing.22512.8][6]

[5]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int/branches?baseVersion=GC2d736f6&targetVersion=GCf6b236a&_a=files
[6]: https://dev.azure.com/dnceng/internal/_git/dotnet-wpf/branches?baseVersion=GC65e9b93&targetVersion=GC82b60e8&_a=files

[DependencyUpdate]: <> (End)

[marker]: <> (End:fe1df267-1f14-435d-d447-08d76e1d3434)
  • Loading branch information
dotnet-bot authored and vseanreesermsft committed Oct 13, 2022
2 parents f177594 + 439410c commit eef9c47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -226,21 +226,21 @@
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>b0c8fe5cfc8848b8e13e15cfe4a5b21c40f5a3cd</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.GitHub" Version="4.8.1-servicing.22456.12" CoherentParentDependency="Microsoft.DotNet.Wpf.DncEng">
<Dependency Name="Microsoft.DotNet.Wpf.GitHub" Version="4.8.1-servicing.22512.8" CoherentParentDependency="Microsoft.DotNet.Wpf.DncEng">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
<Sha>65e9b939bd0a99b727bfdf1311f4ce031ae6bd29</Sha>
<Sha>82b60e85256ffc4918d5e31c3dc313414fa1e70d</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.1.30-servicing.22456.12" CoherentParentDependency="Microsoft.DotNet.Wpf.DncEng">
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="3.1.31-servicing.22512.8" CoherentParentDependency="Microsoft.DotNet.Wpf.DncEng">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
<Sha>65e9b939bd0a99b727bfdf1311f4ce031ae6bd29</Sha>
<Sha>82b60e85256ffc4918d5e31c3dc313414fa1e70d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.1.30-servicing.22456.12" CoherentParentDependency="Microsoft.DotNet.Wpf.DncEng">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.1.31-servicing.22512.8" CoherentParentDependency="Microsoft.DotNet.Wpf.DncEng">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf</Uri>
<Sha>65e9b939bd0a99b727bfdf1311f4ce031ae6bd29</Sha>
<Sha>82b60e85256ffc4918d5e31c3dc313414fa1e70d</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="4.8.1-servicing.22456.4">
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="4.8.1-servicing.22512.7">
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
<Sha>2d736f69585af79712b7228ab84fe42db6fe5064</Sha>
<Sha>f6b236afde4c91af16f280fc856db5fe95023630</Sha>
</Dependency>
</ProductDependencies>
<ToolsetDependencies>
Expand Down
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
<!-- winforms -->
<MicrosoftPrivateWinformsPackageVersion>4.8.1-servicing.22309.3</MicrosoftPrivateWinformsPackageVersion>
<!-- wpf -->
<MicrosoftDotNetWpfGitHubPackageVersion>4.8.1-servicing.22456.12</MicrosoftDotNetWpfGitHubPackageVersion>
<MicrosoftDotNetWpfGitHubPackageVersion>4.8.1-servicing.22512.8</MicrosoftDotNetWpfGitHubPackageVersion>
<!-- wpf-int -->
<MicrosoftDotNetWpfDncEngPackageVersion>4.8.1-servicing.22456.4</MicrosoftDotNetWpfDncEngPackageVersion>
<MicrosoftDotNetWpfDncEngPackageVersion>4.8.1-servicing.22512.7</MicrosoftDotNetWpfDncEngPackageVersion>
<!-- Not auto-updated. -->
<MicrosoftDotNetPlatformAbstractionsPackageVersion>1.1.1</MicrosoftDotNetPlatformAbstractionsPackageVersion>
<MicrosoftTargetingPackPrivateWinRTPackageVersion>1.0.5</MicrosoftTargetingPackPrivateWinRTPackageVersion>
Expand Down

0 comments on commit eef9c47

Please sign in to comment.