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

- Microsoft.NETCore.App - 3.0.0-preview5-27611-17
- NETStandard.Library.Ref - 2.1.0-preview5-27611-17
This commit is contained in:
dotnet-maestro[bot] 2019-04-12 06:12:23 +00:00 committed by GitHub
parent 633b0d3186
commit a6b2faa07f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -6,13 +6,13 @@
<Uri>https://dev.azure.com/devdiv/DevDiv/_git/DotNet-Trusted</Uri>
<Sha>d5e425a0f801b436444285044394eaed0398dea7</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27611-16">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview5-27611-17">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>64572b598acce31a45dbb44f7ed063a8ef4a3cd9</Sha>
<Sha>345061995531c6f8de00189842a27298d5d1a9b1</Sha>
</Dependency>
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27611-16">
<Dependency Name="NETStandard.Library.Ref" Version="2.1.0-preview5-27611-17">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>64572b598acce31a45dbb44f7ed063a8ef4a3cd9</Sha>
<Sha>345061995531c6f8de00189842a27298d5d1a9b1</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview5-19211-19">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -44,12 +44,12 @@
<NUnit3TemplatesVersion>1.6.1</NUnit3TemplatesVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27611-16</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview5-27611-17</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<SharedHostVersion>$(MicrosoftNETCoreAppPackageVersion)</SharedHostVersion>
<HostFxrVersion>$(MicrosoftNETCoreAppPackageVersion)</HostFxrVersion>
<NetCoreAppTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</NetCoreAppTargetingPackVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27611-16</NETStandardLibraryRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0-preview5-27611-17</NETStandardLibraryRefPackageVersion>
<WindowsDesktopTargetingPackVersion>$(MicrosoftNETCoreAppPackageVersion)</WindowsDesktopTargetingPackVersion>
<AspNetCoreVersion>$(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion)</AspNetCoreVersion>
<AspNetTargetingPackVersion>$(MicrosoftAspNetCoreAppRefPackageVersion)</AspNetTargetingPackVersion>