Update dependencies from https://github.com/dotnet/windowsdesktop build 20200402.3

- Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20202.3
- Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20202.3
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20202.3

Dependency coherency updates

- Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
- Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20202.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
This commit is contained in:
dotnet-maestro[bot] 2020-04-02 13:38:56 +00:00
parent 7ca5621818
commit 5a78abe94a
2 changed files with 9 additions and 9 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-preview.4.20202.2">
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-preview.4.20202.3">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>523e13f409a9d9c2d4576d5291eb9305e9e95b9e</Sha>
<Sha>d60a85516380514f7f67bf5bd9bda7fda863eeeb</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-preview.4.20202.2">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-preview.4.20202.3">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>523e13f409a9d9c2d4576d5291eb9305e9e95b9e</Sha>
<Sha>d60a85516380514f7f67bf5bd9bda7fda863eeeb</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-preview.4.20202.2">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-preview.4.20202.3">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>523e13f409a9d9c2d4576d5291eb9305e9e95b9e</Sha>
<Sha>d60a85516380514f7f67bf5bd9bda7fda863eeeb</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.3.20169.1">
<Uri>https://github.com/dotnet/runtime</Uri>

View file

@ -69,9 +69,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-preview.4.20202.2</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-preview.4.20202.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-preview.4.20202.2</MicrosoftWindowsDesktopAppRefPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-preview.4.20202.3</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-preview.4.20202.3</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-preview.4.20202.3</MicrosoftWindowsDesktopAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->