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

- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.0
- Microsoft.WindowsDesktop.App.Ref - 3.1.0
- Microsoft.NETCore.App.Host.win-x64 - 3.1.0
- Microsoft.NETCore.App.Internal - 3.1.0-rtm.19570.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.0
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.0
- Microsoft.NETCore.App.Ref - 3.1.0
This commit is contained in:
dotnet-maestro[bot] 2019-11-21 01:01:04 +00:00 committed by GitHub
parent b9945282f1
commit f6f640183e
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,7 +9,7 @@
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-wcf-eb417fd" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-wcf-eb417fde/nuget/v3/index.json" />
<add key="darc-pub-dotnet-templating-53a17fc-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-53a17fce-1/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-93ee64d" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-93ee64d4/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-c16a319" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-c16a3196/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-corefx-0f7f38c" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-0f7f38c4/nuget/v3/index.json" />
<add key="darc-pub-aspnet-AspNetCore-2b7e994" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-aspnet-AspNetCore-2b7e994b/nuget/v3/index.json" />

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>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.0-rtm.19568.2">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.0-rtm.19570.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.0">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>93ee64d467eeccd7006e370e78cf6dae31c1f3e2</Sha>
<Sha>c16a31965d1ff8c4564d420610e2991265e77501</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.19568.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.0-rtm.19570.3</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.0</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.0</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>