Update dependencies from https://github.com/dotnet/core-setup build 20200326.4 (#6948)

- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.4
- Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.4
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.4
- Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.4
- Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.4

Dependency coherency updates

- Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.6 (parent: Microsoft.NetCore.App.Internal)

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
dotnet-maestro[bot] 2020-03-27 04:43:22 +00:00 committed by GitHub
parent 2078170475
commit 76cf158e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 18 deletions

View file

@ -1,25 +1,25 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Dependencies> <Dependencies>
<ProductDependencies> <ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.4-servicing.20176.3"> <Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.4-servicing.20176.4">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>2364c9f773d5604e7fc5d0a1555c4b077e898583</Sha> <Sha>08b96bae4b5127c9ab110182fdd51e6a045803cf</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.4-servicing.20176.3"> <Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.4-servicing.20176.4">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>2364c9f773d5604e7fc5d0a1555c4b077e898583</Sha> <Sha>08b96bae4b5127c9ab110182fdd51e6a045803cf</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.4-servicing.20176.3"> <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.4-servicing.20176.4">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>2364c9f773d5604e7fc5d0a1555c4b077e898583</Sha> <Sha>08b96bae4b5127c9ab110182fdd51e6a045803cf</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.4-servicing.20176.3"> <Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.4-servicing.20176.4">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>2364c9f773d5604e7fc5d0a1555c4b077e898583</Sha> <Sha>08b96bae4b5127c9ab110182fdd51e6a045803cf</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.4-servicing.20176.3"> <Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.4-servicing.20176.4">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>2364c9f773d5604e7fc5d0a1555c4b077e898583</Sha> <Sha>08b96bae4b5127c9ab110182fdd51e6a045803cf</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. -->
@ -37,9 +37,9 @@
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>65f04fb6db7a5e198d05dbebd5c4ad21eb018f89</Sha> <Sha>65f04fb6db7a5e198d05dbebd5c4ad21eb018f89</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.1-servicing.20176.2" CoherentParentDependency="Microsoft.NetCore.App.Internal"> <Dependency Name="Microsoft.NETCore.Platforms" Version="3.1.1-servicing.20176.6" CoherentParentDependency="Microsoft.NetCore.App.Internal">
<Uri>https://github.com/dotnet/corefx</Uri> <Uri>https://github.com/dotnet/corefx</Uri>
<Sha>c5f41f1b6bec47ee8c1a4daba911b65723540da5</Sha> <Sha>78ef3883a0a2ca585ebf9392c2ee6897d611cfe7</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.1.3"> <Dependency Name="Microsoft.AspNetCore.App.Ref" Version="3.1.3">
<Uri>https://github.com/dotnet/aspnetcore</Uri> <Uri>https://github.com/dotnet/aspnetcore</Uri>

View file

@ -57,16 +57,16 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/corefx --> <!-- Dependencies from https://github.com/dotnet/corefx -->
<MicrosoftNETCorePlatformsPackageVersion>3.1.1-servicing.20176.2</MicrosoftNETCorePlatformsPackageVersion> <MicrosoftNETCorePlatformsPackageVersion>3.1.1-servicing.20176.6</MicrosoftNETCorePlatformsPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup --> <!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.1.4-servicing.20176.3</MicrosoftNETCoreAppInternalPackageVersion> <MicrosoftNETCoreAppInternalPackageVersion>3.1.4-servicing.20176.4</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.4-servicing.20176.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion> <MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.4-servicing.20176.4</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.4-servicing.20176.3</MicrosoftNETCoreAppHostwinx64PackageVersion> <MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.4-servicing.20176.4</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion> <MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.4-servicing.20176.3</MicrosoftNETCoreDotNetHostResolverPackageVersion> <MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.4-servicing.20176.4</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.4-servicing.20176.3</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion> <MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.4-servicing.20176.4</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>3.1.0</MicrosoftWindowsDesktopAppRefPackageVersion> <MicrosoftWindowsDesktopAppRefPackageVersion>3.1.0</MicrosoftWindowsDesktopAppRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion> <NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup> </PropertyGroup>