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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27319-5
This commit is contained in:
dotnet-maestro[bot] 2019-01-20 13:43:48 +00:00 committed by GitHub
parent dc43b3493a
commit 9c3a00d78f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,9 @@
<Uri>https://devdiv.visualstudio.com/DevDiv/_git/DotNet-Trusted</Uri>
<Sha>4155553f1203124021ced914fd167e469ab56f06</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27318-8">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27319-5">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5bdcd4b15d203109d341a6c42bfdf7c730633bdb</Sha>
<Sha>77066b383663df8d6df2e9f85e29514787678fc5</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview-19068-0401">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -28,7 +28,7 @@
<DotnetWatchPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetWatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27318-8</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27319-5</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>