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

- Microsoft.NETCore.App.Ref - 3.1.0-preview3.19561.2
- Microsoft.NETCore.App.Internal - 3.1.0-preview3.19561.2
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0-preview3.19561.2
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0-preview3.19561.2
- Microsoft.WindowsDesktop.App.Ref - 3.1.0-preview3.19561.2
- Microsoft.NETCore.DotNetHostResolver - 3.1.0-preview3.19561.2
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0-preview3.19561.2
This commit is contained in:
dotnet-maestro[bot] 2019-11-11 14:47:58 -08:00 committed by William Godbe
parent 217e67a4a9
commit 3baf993218
2 changed files with 21 additions and 21 deletions

View file

@ -1,33 +1,33 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Dependencies> <Dependencies>
<ProductDependencies> <ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</Sha>
</Dependency> </Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.0-preview3.19553.2"> <Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.0-preview3.19561.2">
<Uri>https://github.com/dotnet/core-setup</Uri> <Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>13f35c3d86a40ff811bfde0b64cfb86431c19d15</Sha> <Sha>c48d220e20ba74585c951f8b6802af04c5cf52f9</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. -->

View file

@ -61,13 +61,13 @@
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup --> <!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppInternalPackageVersion> <MicrosoftNETCoreAppInternalPackageVersion>3.1.0-preview3.19561.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion> <MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0-preview3.19561.2</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppHostwinx64PackageVersion> <MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.0-preview3.19561.2</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreAppRefPackageVersion> <MicrosoftNETCoreAppRefPackageVersion>3.1.0-preview3.19561.2</MicrosoftNETCoreAppRefPackageVersion>
<MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.0-preview3.19553.2</MicrosoftNETCoreDotNetHostResolverPackageVersion> <MicrosoftNETCoreDotNetHostResolverPackageVersion>3.1.0-preview3.19561.2</MicrosoftNETCoreDotNetHostResolverPackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.0-preview3.19553.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion> <MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>3.1.0-preview3.19561.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>3.1.0-preview3.19553.2</MicrosoftWindowsDesktopAppRefPackageVersion> <MicrosoftWindowsDesktopAppRefPackageVersion>3.1.0-preview3.19561.2</MicrosoftWindowsDesktopAppRefPackageVersion>
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion> <NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>