[master] Update dependencies from dotnet/coreclr (#5211)

* Update dependencies from https://github.com/dotnet/coreclr build 20190219.72

This change updates the following dependencies
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview4-27419-72

* Update dependencies from https://github.com/dotnet/coreclr build 20190220.71

This change updates the following dependencies
- Microsoft.NETCore.Runtime.CoreCLR - 3.0.0-preview4-27420-71
This commit is contained in:
dotnet-maestro[bot] 2019-02-20 16:55:00 +00:00 коммит произвёл GitHub
Родитель 34094ce680
Коммит bf0e15be5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -15,9 +15,9 @@
<PinnedDependency Name="NETStandard.Library" Version="2.0.3"> <PinnedDependency Name="NETStandard.Library" Version="2.0.3">
<Uri>https://github.com/dotnet/standard</Uri> <Uri>https://github.com/dotnet/standard</Uri>
</PinnedDependency> </PinnedDependency>
<Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-preview4-27418-71"> <Dependency Name="Microsoft.NETCore.Runtime.CoreCLR" Version="3.0.0-preview4-27420-71">
<Uri>https://github.com/dotnet/coreclr</Uri> <Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>a8d58d62d1009b41e423923ba66a041a99bea7cc</Sha> <Sha>3c2e989c61c7466bc6d061e03277dbbd8a7e54e9</Sha>
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>

Просмотреть файл

@ -11,7 +11,7 @@
<MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview4.19120.2</MicrosoftNETCorePlatformsPackageVersion> <MicrosoftNETCorePlatformsPackageVersion>3.0.0-preview4.19120.2</MicrosoftNETCorePlatformsPackageVersion>
<MicrosoftNETCoreTargetsPackageVersion>2.0.0</MicrosoftNETCoreTargetsPackageVersion> <MicrosoftNETCoreTargetsPackageVersion>2.0.0</MicrosoftNETCoreTargetsPackageVersion>
<NETStandardLibraryPackageVersion>2.0.3</NETStandardLibraryPackageVersion> <NETStandardLibraryPackageVersion>2.0.3</NETStandardLibraryPackageVersion>
<MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview4-27418-71</MicrosoftNETCoreRuntimeCoreCLRPackageVersion> <MicrosoftNETCoreRuntimeCoreCLRPackageVersion>3.0.0-preview4-27420-71</MicrosoftNETCoreRuntimeCoreCLRPackageVersion>
<MicrosoftBclJsonSourcesPackageVersion>4.6.0-preview.19072.2</MicrosoftBclJsonSourcesPackageVersion> <MicrosoftBclJsonSourcesPackageVersion>4.6.0-preview.19072.2</MicrosoftBclJsonSourcesPackageVersion>
</PropertyGroup> </PropertyGroup>
<!--Package names--> <!--Package names-->