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

- Microsoft.NETCore.App - 3.0.0-preview5-27613-01
- Microsoft.WindowsDesktop.App - 3.0.0-preview5-27613-01
- NETStandard.Library.Ref - 2.1.0-preview5-27613-01
This commit is contained in:
dotnet-maestro[bot] 2019-04-13 11:15:05 +00:00 committed by GitHub
parent b4616764b6
commit e4a30b8def
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-27612-12">
<Dependency Name="Microsoft.WindowsDesktop.App" Version="3.0.0-preview5-27613-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>f215c79285e29471d719039f970ccedc125d0b08</Sha>
<Sha>ded9cda79f8c48f60c56596f8badd99feffd98a3</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27612-12">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27613-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>f215c79285e29471d719039f970ccedc125d0b08</Sha>
<Sha>ded9cda79f8c48f60c56596f8badd99feffd98a3</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27612-12">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27613-01">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>f215c79285e29471d719039f970ccedc125d0b08</Sha>
<Sha>ded9cda79f8c48f60c56596f8badd99feffd98a3</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview5-19213-01">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

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