Update dependencies from https://github.com/dotnet/windowsdesktop build 20200122.3 (#6230)

- Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20072.3
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20072.3
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20072.3

Dependency coherency updates

- Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20072.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
This commit is contained in:
dotnet-maestro[bot] 2020-01-23 03:10:34 +00:00 committed by GitHub
parent e743e4d3a2
commit b4519e65a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

@ -1,17 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<Dependencies>
<ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-alpha.1.20072.2">
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-alpha.1.20072.3">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>0d4ab955ce71069f5f1e035d448a7999c4311e0c</Sha>
<Sha>72e55c4ccbfc603302421e9860166dbcc2444390</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha.1.20072.2">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha.1.20072.3">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>0d4ab955ce71069f5f1e035d448a7999c4311e0c</Sha>
<Sha>72e55c4ccbfc603302421e9860166dbcc2444390</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-alpha.1.20072.2">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-alpha.1.20072.3">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>0d4ab955ce71069f5f1e035d448a7999c4311e0c</Sha>
<Sha>72e55c4ccbfc603302421e9860166dbcc2444390</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-alpha.1.20070.4">
<Uri>https://github.com/dotnet/runtime</Uri>
@ -92,7 +92,7 @@
<Uri>https://github.com/dotnet/winforms</Uri>
<Sha>b999e7a17c18c3e396c5676858f17adcfe20c757</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-alpha.1.20072.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-alpha.1.20072.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/wpf</Uri>
<Sha>609c4244bbb673aa63aae36d592f1700a51889a5</Sha>
</Dependency>

View file

@ -25,7 +25,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/wpf -->
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>5.0.0-alpha.1.20072.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>5.0.0-alpha.1.20072.5</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependency from https://github.com/dotnet/templating -->
@ -75,9 +75,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-alpha.1.20072.2</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-alpha.1.20072.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-alpha.1.20072.2</MicrosoftWindowsDesktopAppRefPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-alpha.1.20072.3</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-alpha.1.20072.3</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-alpha.1.20072.3</MicrosoftWindowsDesktopAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->