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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview3-27420-6
This commit is contained in:
dotnet-maestro[bot] 2019-02-20 23:48:05 +00:00 committed by GitHub
parent 3dd0beba1c
commit e1d38e1980
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>38df66ce958297a66dee0057f7a007f687742908</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview3-27419-3">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview3-27420-6">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>84174943d9ea6cf34ade0dbab8e7f0319378f0ab</Sha>
<Sha>512360041aa0f1757ff54a2e8445e853b87a7282</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19120-02">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -28,7 +28,7 @@
<DotnetWatchPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetWatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview3-27419-3</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview3-27420-6</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>