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

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

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

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

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

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

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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27409-6
This commit is contained in:
dotnet-maestro[bot] 2019-02-10 05:00:57 +00:00 committed by GitHub
parent 7102ede832
commit 7b7e9a3dfd
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-27409-2">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27409-6">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>8a24f0ee61f7cc51451f1d808081d4fe252bd71f</Sha>
<Sha>49235d117c6822dde7804773f0c361a6879af08e</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-2</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreAppPackageVersion>3.0.0-preview-27409-6</MicrosoftNETCoreAppPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>$(MicrosoftNETCoreAppPackageVersion)</MicrosoftNETCoreDotNetHostResolverPackageVersion>
</PropertyGroup>
<PropertyGroup>