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

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

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

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

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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27412-7

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27412-8

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

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

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

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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27413-2

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

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

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

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

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

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

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

This change updates the following dependencies
- Microsoft.NETCore.App - 3.0.0-preview-27413-6
This commit is contained in:
dotnet-maestro[bot] 2019-02-13 19:24:26 +00:00 committed by GitHub
parent aa4c8b144b
commit 450e5ac44d
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>af7b7b8580641d0740956f6f475f2ad32aeac844</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27412-2">
<Dependency Name="Microsoft.NETCore.App" Version="3.0.0-preview-27413-6">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>487e17d181fd32aff0a32247c6b4da11293084b2</Sha>
<Sha>98f25d3be6e9f769857e6faf9197ae3b506db453</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App" Version="3.0.0-preview3-19113-01">
<Uri>https://github.com/aspnet/AspNetCore</Uri>

View file

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