[master] Update dependencies from dotnet/runtime (#6705)

* Update dependencies from https://github.com/dotnet/runtime build 20200305.3

- Microsoft.NETCore.Platforms - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20155.3
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20155.3

* Update dependencies from https://github.com/dotnet/runtime build 20200309.13

- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20159.13
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20159.13

* Update dependencies from https://github.com/dotnet/runtime build 20200310.8

- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20160.8
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20160.8

* Update dependencies from https://github.com/dotnet/runtime build 20200311.9

- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.Platforms - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20161.9
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20161.9

* Disable debian check

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: William Li <wul@microsoft.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-17 22:23:50 +00:00 committed by GitHub
parent 07820ec254
commit cd72f36bf9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 24 deletions

View file

@ -106,12 +106,6 @@ stages:
_LinuxPortable: ''
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
Build_Debian_Stretch_Debug_x64:
_BuildConfig: Debug
_DockerParameter: '--docker debian'
_LinuxPortable: ''
_RuntimeIdentifier: ''
_BuildArchitecture: 'x64'
Build_Rhel_7_2_Release_x64:
_BuildConfig: Release
_DockerParameter: '--docker rhel'

View file

@ -13,25 +13,25 @@
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>eef8d0cba1d1ea0bd85f2411687197a7254a9305</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e2881ae96bb4399864723aa46469c82379b03b32</Sha>
<Sha>2b27323e4aa61f540b8c6600f4add5b29860a0a3</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e2881ae96bb4399864723aa46469c82379b03b32</Sha>
<Sha>2b27323e4aa61f540b8c6600f4add5b29860a0a3</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e2881ae96bb4399864723aa46469c82379b03b32</Sha>
<Sha>2b27323e4aa61f540b8c6600f4add5b29860a0a3</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e2881ae96bb4399864723aa46469c82379b03b32</Sha>
<Sha>2b27323e4aa61f540b8c6600f4add5b29860a0a3</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e2881ae96bb4399864723aa46469c82379b03b32</Sha>
<Sha>2b27323e4aa61f540b8c6600f4add5b29860a0a3</Sha>
</Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack -->
<!-- No new netstandard.library planned for 3.1 timeframe at this time. -->
@ -39,9 +39,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.2.20155.1">
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.3.20161.9">
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>e2881ae96bb4399864723aa46469c82379b03b32</Sha>
<Sha>2b27323e4aa61f540b8c6600f4add5b29860a0a3</Sha>
</Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.3.20156.6">
<Uri>https://github.com/dotnet/aspnetcore</Uri>

View file

@ -56,15 +56,15 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx -->
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-preview.2.20155.1</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCorePlatformsPackageVersion>5.0.0-preview.3.20161.9</MicrosoftNETCorePlatformsPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.2.20155.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.2.20155.1</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-preview.2.20155.1</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.2.20155.1</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-preview.2.20155.1</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>5.0.0-preview.3.20161.9</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>5.0.0-preview.3.20161.9</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>5.0.0-preview.3.20161.9</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>5.0.0-preview.3.20161.9</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>5.0.0-preview.3.20161.9</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup>
<PropertyGroup>