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

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

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

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

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

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

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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27410-2
This commit is contained in:
dotnet-maestro[bot] 2019-02-10 15:25:42 +00:00 committed by GitHub
parent 88e1710b9a
commit e361292860
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>9a37c79a4379f5a97c7b16bbdba56ecb3fa63227</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27409-8">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27410-2">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6a47f100ac9b433f4f12c7f9648ecf81b7436dbe</Sha>
<Sha>a0d7c77b619a27fa0ab7eac3f7d898a73c9e4b29</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19109-03">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

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