[master] Update dependencies from dotnet/core-setup (#1599)

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

- Microsoft.NETCore.App - 3.0.0-preview5-27619-02
- NETStandard.Library.Ref - 2.1.0-preview5-27619-02
- Microsoft.WindowsDesktop.App - 3.0.0-preview5-27619-02

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

- Microsoft.NETCore.App - 3.0.0-preview5-27619-03
- NETStandard.Library.Ref - 2.1.0-preview5-27619-03
- Microsoft.WindowsDesktop.App - 3.0.0-preview5-27619-03
This commit is contained in:
dotnet-maestro[bot] 2019-04-19 15:50:52 +00:00 committed by GitHub
parent 068909e095
commit ab7a72e1f8
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-01">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview5-27619-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fa8587318445a7bc1dab753159c5d1c594afa5e9</Sha>
<Sha>de216246a046668d10279f7e113a2b9384660652</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27619-01">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27619-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fa8587318445a7bc1dab753159c5d1c594afa5e9</Sha>
<Sha>de216246a046668d10279f7e113a2b9384660652</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27619-01">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27619-03">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>fa8587318445a7bc1dab753159c5d1c594afa5e9</Sha>
<Sha>de216246a046668d10279f7e113a2b9384660652</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview5-19218-09">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -44,17 +44,17 @@
<NUnit3TemplatesVersion>1.6.1</NUnit3TemplatesVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-01</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27619-03</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NetCoreAppHostPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppHostPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27619-01</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27619-03</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27619-01</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopAppPackageVersion>3.0.0-preview5-27619-03</MicrosoftWindowsDesktopAppPackageVersion>
<MicrosoftWindowsDesktopPackageVersion>$(MicrosoftWindowsDesktopAppPackageVersion)</MicrosoftWindowsDesktopPackageVersion>
</PropertyGroup>
<!-- infrastructure and test only dependencies -->