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

- 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.4
- 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 05:01:54 +00:00 committed by GitHub
parent 3ad5e733e7
commit 8db4ef7cea
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-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-core-setup-aa9f9ef" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-aa9f9ef5/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>6e3d4144add5b26f3f81db73878320705226001a</Sha>
<Sha>aa9f9ef5a0dbd98646d43d892b2729a51692b552</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20118.3">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20118.4">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
<Sha>aa9f9ef5a0dbd98646d43d892b2729a51692b552</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
<Sha>aa9f9ef5a0dbd98646d43d892b2729a51692b552</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
<Sha>aa9f9ef5a0dbd98646d43d892b2729a51692b552</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>6e3d4144add5b26f3f81db73878320705226001a</Sha>
<Sha>aa9f9ef5a0dbd98646d43d892b2729a51692b552</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.3</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20118.4</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>