[master] Update dependencies from dotnet/core-setup (#558)

* Update dependencies from https://github.com/dotnet/core-setup build 20190216.3

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27416-3

* Update dependencies from https://github.com/dotnet/core-setup build 20190216.4

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27416-4

* Update dependencies from https://github.com/dotnet/core-setup build 20190217.1

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27417-1
This commit is contained in:
dotnet-maestro[bot] 2019-02-17 15:50:43 +00:00 committed by GitHub
parent 70c6afffe9
commit ee5d648005
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>1b75e15697ccdfccff742dbfa669c4ff7a1ee5a0</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27416-2">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27417-1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>5e86580f14172301d8360874a211653ef63a80fe</Sha>
<Sha>a5a4f1c2aef289c5e40a40ccb5d887823e50db62</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19116-03">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -32,7 +32,7 @@
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview4.19111.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27416-2</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27417-1</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>