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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview3-27422-3
This commit is contained in:
dotnet-maestro[bot] 2019-02-22 23:48:40 +00:00 committed by GitHub
parent f545c89c12
commit f843326c62
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>6808ad852c63ca765088873b0f88bafcbb7bb7fd</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview3-27421-7">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview3-27422-3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>80d779364c184bba11b3d62d32894b7eb0469835</Sha>
<Sha>347132079485eaccaed3def2ba15d31469d8b5a3</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19121-17">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

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