Update dependencies from https://github.com/dotnet/runtime build 20200219.9 (#6488)

- Microsoft.NETCore.Platforms - 5.0.0-preview.2.20119.9
- Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20119.9
- Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20119.9
- Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20119.9
- Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20119.9
- Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20119.9
This commit is contained in:
dotnet-maestro[bot] 2020-02-20 13:56:59 +00:00 committed by GitHub
parent 806b471fb8
commit a93df0a708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -13,25 +13,25 @@
<Uri>https://github.com/dotnet/windowsdesktop</Uri> <Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b</Sha> <Sha>874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.1.20118.7"> <Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.2.20119.9">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b49ab01db607606ddb2741615e7c06131847cbf8</Sha> <Sha>616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.1.20118.7"> <Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.0-preview.2.20119.9">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b49ab01db607606ddb2741615e7c06131847cbf8</Sha> <Sha>616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.1.20118.7"> <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.0-preview.2.20119.9">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b49ab01db607606ddb2741615e7c06131847cbf8</Sha> <Sha>616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.1.20118.7"> <Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="5.0.0-preview.2.20119.9">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b49ab01db607606ddb2741615e7c06131847cbf8</Sha> <Sha>616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.1.20118.7"> <Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="5.0.0-preview.2.20119.9">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b49ab01db607606ddb2741615e7c06131847cbf8</Sha> <Sha>616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84</Sha>
</Dependency> </Dependency>
<!-- Change blob version in GenerateLayout.targets if this is unpinned to service targeting pack --> <!-- 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. --> <!-- No new netstandard.library planned for 3.1 timeframe at this time. -->
@ -39,9 +39,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha> <Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.1.20118.7"> <Dependency Name="Microsoft.NETCore.Platforms" Version="5.0.0-preview.2.20119.9">
<Uri>https://github.com/dotnet/runtime</Uri> <Uri>https://github.com/dotnet/runtime</Uri>
<Sha>b49ab01db607606ddb2741615e7c06131847cbf8</Sha> <Sha>616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.1.20118.8"> <Dependency Name="Microsoft.AspNetCore.App.Ref" Version="5.0.0-preview.1.20118.8">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>

View file

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