Update dependencies from https://github.com/dotnet/core-setup build 20190426.04

- Microsoft.NETCore.App - 3.0.0-preview6-27626-04
- NETStandard.Library.Ref - 2.1.0-preview6-27626-04
- Microsoft.WindowsDesktop.App - 3.0.0-preview6-27626-04
This commit is contained in:
dotnet-maestro 2019-04-26 15:25:16 +00:00
parent 5835661f9c
commit 7045fd4c20
2 changed files with 9 additions and 9 deletions

View file

@ -2,17 +2,17 @@
<Dependencies>
<ProductDependencies>
<!-- Winforms / WPF -->
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview6-27626-01">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview6-27626-04">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ae2b1b87767c013397f31e0489b654705764db2f</Sha>
<Sha>e0c74921e2dba1f086c380a6e73d2e5b47988d6f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27626-01">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview6-27626-04">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ae2b1b87767c013397f31e0489b654705764db2f</Sha>
<Sha>e0c74921e2dba1f086c380a6e73d2e5b47988d6f</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27626-01">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview6-27626-04">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ae2b1b87767c013397f31e0489b654705764db2f</Sha>
<Sha>e0c74921e2dba1f086c380a6e73d2e5b47988d6f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview6-19225-04">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -48,7 +48,7 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview6.19225.1</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27626-01</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview6-27626-04</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreDotNetAppHostPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetAppHostPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
@ -56,11 +56,11 @@
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27626-01</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview6-27626-04</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27626-01</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview6-27626-04</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->