- Microsoft.WindowsDesktop.App - 3.0.0-preview4-27610-54
This commit is contained in:
dotnet-maestro[bot] 2019-04-10 15:11:48 -07:00 committed by Matt Mitchell
parent 1b3224ace2
commit 4ade1a050d
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-preview3-27512-34">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview4-27610-54">
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
<Sha>a0570cdaf48e95b8d53c2a12f3e2ddba7d3df94e</Sha>
<Sha>47d7249e09a18d9b580b5b3a16338fdb1e56326a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27610-06">
<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-preview3-27512-34</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview4-27610-54</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->