Update dependencies from https://github.com/dotnet/core-setup build 20190419.14 (#1624)

- Microsoft.NETCore.App - 3.0.0-preview5-27619-14
- NETStandard.Library.Ref - 2.1.0-preview5-27619-14
- Microsoft.WindowsDesktop.App - 3.0.0-preview5-27619-14
This commit is contained in:
dotnet-maestro[bot] 2019-04-20 03:32:24 +00:00 committed by GitHub
parent 31497ad7b1
commit 03d91fb4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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-preview5-27619-12">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview5-27619-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bcc466d09a9ee45426eca27988f2db933c109709</Sha>
<Sha>e87194b2f37f56db517ba14f7262d9294721f3c8</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27619-12">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27619-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bcc466d09a9ee45426eca27988f2db933c109709</Sha>
<Sha>e87194b2f37f56db517ba14f7262d9294721f3c8</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27619-12">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27619-14">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>bcc466d09a9ee45426eca27988f2db933c109709</Sha>
<Sha>e87194b2f37f56db517ba14f7262d9294721f3c8</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview5-19219-10">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -48,17 +48,17 @@
<MicrosoftNETSdkPackageVersion>3.0.100-preview5.19212.8</MicrosoftNETSdkPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-12</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-14</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27619-12</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27619-14</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27619-12</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27619-14</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->