Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.5 (#5216)

- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.5
This commit is contained in:
dotnet-maestro[bot] 2019-10-11 20:50:35 +00:00 committed by GitHub
parent 5ea21163e2
commit f792e922e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,9 +2,9 @@
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha1.19511.4">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha1.19511.5">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>0ad5e22ff76961deb379b36ffa0ecc95ae694bfc</Sha>
<Sha>63639655f2ff43c95608d8cea3c2857be84ab764</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha1.19507.3">
<Uri>https://github.com/dotnet/core-setup</Uri>

View file

@ -55,7 +55,7 @@
<NETStandardLibraryRefPackageVersion>2.1.0-alpha1.19507.3</NETStandardLibraryRefPackageVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-alpha1.19511.4</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-alpha1.19511.5</MicrosoftWindowsDesktopAppPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>