[release/3.0.1xx] Update dependencies from dotnet/core-setup (#991)

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview3-27512-07

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview3-27513-06
This commit is contained in:
dotnet-maestro[bot] 2019-03-13 20:21:31 +00:00 committed by GitHub
parent 09710050b7
commit 4f37d1f907
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>85797dc0b880fd3855d14982c8d5df7a32279021</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview3-27512-04">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview3-27513-06">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>afb17f860a9ef92e2fc247b4605cc1ab5f903720</Sha>
<Sha>9b1f68f093828b9ad49b8d3c794380c4df71a20d</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19153-02">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -28,7 +28,7 @@
<DotnetWatchPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetWatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview3-27512-04</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview3-27513-06</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>