Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.4 (#5193)

- Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.4
This commit is contained in:
dotnet-maestro[bot] 2019-10-10 20:20:32 +00:00 committed by GitHub
parent 315cfac589
commit 33b917ac87
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.19510.3">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-alpha1.19510.4">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>1053f9855975df42922e3dd4877ef6118fc85642</Sha>
<Sha>7238f32d624f9dd158a73d757cf1fa73212d3353</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.19510.3</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-alpha1.19510.4</MicrosoftWindowsDesktopAppPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>