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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27402-4
This commit is contained in:
dotnet-maestro[bot] 2019-02-03 13:41:01 +00:00 committed by GitHub
parent 3161ca3e19
commit d43f95bf06
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>11b6a457ec2a2d0c2c8c7bae2b1d858868e867c5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27401-5">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27402-4">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>30f99cc927834eed960e3177c06d155c2e58601b</Sha>
<Sha>0dc6fbb105ed3901efacbd53b1c6ad8385fa21ad</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview-19102-03">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -28,7 +28,7 @@
<DotnetWatchPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetWatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27401-5</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27402-4</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>