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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27415-6

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

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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27416-2
This commit is contained in:
dotnet-maestro[bot] 2019-02-17 03:36:37 +00:00 committed by GitHub
parent 6a14a13bb4
commit be7b3d904c
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-27415-5">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27416-2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>ebd3ff106dec48c85588c841ea3eb1c0488e491a</Sha>
<Sha>5e86580f14172301d8360874a211653ef63a80fe</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19116-01">
<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-27415-5</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27416-2</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>