- Microsoft.WindowsDesktop.App - 3.0.0-preview4-27607-5
This commit is contained in:
dotnet-maestro[bot] 2019-04-07 01:26:53 +00:00 committed by GitHub
parent 937f5aeb0e
commit 29e8f69651
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="3.0.0-preview4-27606-4">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview4-27607-5">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
<Sha>2afa5cb5c33d2c3526b50ed876e008a124b92a36</Sha>
<Sha>b76aadda41b179d0eb08868dc6c97061ffd0103e</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27606-03">
<Uri>https://github.com/dotnet/core-setup</Uri>

View file

@ -60,7 +60,7 @@
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview4-27606-4</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview4-27607-5</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->