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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27510-05

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27510-06

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview4-27510-07
This commit is contained in:
dotnet-maestro[bot] 2019-03-10 20:45:20 +00:00 committed by GitHub
parent 15734ec451
commit 5c9c534ece
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>6ae93138de13045d0a8ab8738447453c284fa23f</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27510-04">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview4-27510-07">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>08a1ca32b99a494c0bb3c4cd3a8a000143046f13</Sha>
<Sha>52071369a330d594fd2bd773b912635792f39978</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.0.0-preview4-19158-05">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -33,7 +33,7 @@
<MicrosoftDotNetMSBuildSdkResolverPackageVersion>3.0.100-preview4.19111.1</MicrosoftDotNetMSBuildSdkResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27510-04</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview4-27510-07</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>