[release/3.1.1xx] Update dependencies from dotnet/core-setup (#6452)

* Update dependencies from https://github.com/dotnet/core-setup build 20200218.2

- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.3
- Microsoft.NETCore.App.Host.win-x64 - 3.1.3
- Microsoft.NETCore.App.Internal - 3.1.3-servicing.20118.2
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.3

* Update dependencies from https://github.com/dotnet/core-setup build 20200218.3

- Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.3
- Microsoft.NETCore.App.Host.win-x64 - 3.1.3
- Microsoft.NETCore.App.Internal - 3.1.3-servicing.20118.3
- Microsoft.NETCore.App.Runtime.win-x64 - 3.1.3
- Microsoft.NETCore.DotNetHostResolver - 3.1.3
This commit is contained in:
dotnet-maestro[bot] 2020-02-19 03:17:25 +00:00 committed by GitHub
parent 6c68d63974
commit 736ce4e139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View file

@ -8,7 +8,7 @@
<clear />
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
<add key="darc-pub-dotnet-templating-4609143" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-templating-46091435/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-1a277d0" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-1a277d06/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-6e3d414" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-6e3d4144/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-dotnet-aspnetcore-c3acdca-2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-c3acdcac-2/nuget/v3/index.json" />
<add key="darc-pub-dotnet-aspnetcore-6763f36-1" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-6763f36a-1/nuget/v3/index.json" />

View file

@ -3,23 +3,23 @@
<ProductDependencies>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a277d06b515ada913c1e9a25d98f770da503535</Sha>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20118.1">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20118.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a277d06b515ada913c1e9a25d98f770da503535</Sha>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a277d06b515ada913c1e9a25d98f770da503535</Sha>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a277d06b515ada913c1e9a25d98f770da503535</Sha>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a277d06b515ada913c1e9a25d98f770da503535</Sha>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</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.3-servicing.20118.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20118.3</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>