Update dependencies from dotnet/core-setup (#437)

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27409-1

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27409-2
This commit is contained in:
dotnet-maestro[bot] 2019-02-09 15:45:30 +00:00 committed by GitHub
parent 4746322fce
commit bca625eb52
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>47d349f35a0e38913d9125b93c8cbd278939d100</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27408-6">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27409-2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>334eb5550f3e7159fc23bf588e9b57783cf6a23f</Sha>
<Sha>8a24f0ee61f7cc51451f1d808081d4fe252bd71f</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19108-09">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

@ -28,7 +28,7 @@
<DotnetWatchPackageVersion>$(MicrosoftAspNetCoreAppPackageVersion)</DotnetWatchPackageVersion>
</PropertyGroup>
<PropertyGroup>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27408-6</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27409-2</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>