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

- Microsoft.NETCore.App.Ref - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19564.4
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
This commit is contained in:
dotnet-maestro[bot] 2019-11-15 17:07:55 +00:00 committed by GitHub
parent e4f7cc5207
commit 4ca0ea8e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View file

@ -9,8 +9,8 @@
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-wcf-626ccab" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-wcf-626ccab2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-0e0e29c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-0e0e29c8/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-bc2d90a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-bc2d90a1/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-7d57652" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-62b52b1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-62b52b1f/nuget/v3/index.json" />
<add key="darc-pub-dotnet-corefx-4703e4a" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-4703e4ae/nuget/v3/index.json" />
<add key="darc-pub-aspnet-AspNetCore-2139578" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-2139578c/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

View file

@ -3,31 +3,31 @@
<ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.0-rtm.19564.3">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.0-rtm.19564.4">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>62b52b1f4b75a1edaf65825f3caad8e493d2a29c</Sha>
<Sha>bc2d90a1c6b23e4e64fc117baa531e14b9288b5a</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. -->

View file

@ -61,7 +61,7 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/core-setup -->
<MicrosoftNETCoreAppInternalPackageVersion>3.1.0-rtm.19564.3</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.0-rtm.19564.4</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.0</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>