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

- 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.20120.1
- 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-21 17:10:33 +00:00 committed by GitHub
parent 928117b65d
commit 617378068c
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-34f6927" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-34f6927f/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-2d163b8" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-2d163b87/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-53e60c2" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-53e60c23/nuget/v3/index.json" />
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->

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>34f6927fe83b2d6cb2003d6577853482ceee25ec</Sha>
<Sha>2d163b87b605fd23ceebfb04484e5ec5f2bffc32</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20119.2">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20120.1">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>34f6927fe83b2d6cb2003d6577853482ceee25ec</Sha>
<Sha>2d163b87b605fd23ceebfb04484e5ec5f2bffc32</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>34f6927fe83b2d6cb2003d6577853482ceee25ec</Sha>
<Sha>2d163b87b605fd23ceebfb04484e5ec5f2bffc32</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>34f6927fe83b2d6cb2003d6577853482ceee25ec</Sha>
<Sha>2d163b87b605fd23ceebfb04484e5ec5f2bffc32</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>34f6927fe83b2d6cb2003d6577853482ceee25ec</Sha>
<Sha>2d163b87b605fd23ceebfb04484e5ec5f2bffc32</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.20119.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20120.1</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>