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

- 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.20114.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-18 11:05:32 -08:00 committed by GitHub
parent 5d112173ca
commit 34ba443ec9
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-9128eb6" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-9128eb60/nuget/v3/index.json" />
<add key="darc-pub-dotnet-core-setup-8ac9495" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-8ac94955/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-7fc314f" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-aspnetcore-7fc314f7/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>9128eb60423a020a87d42975be60c08803470b36</Sha>
<Sha>8ac9495536a53010b68b4deabe27844afcdd8c20</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20114.2">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20114.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
<Sha>8ac9495536a53010b68b4deabe27844afcdd8c20</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
<Sha>8ac9495536a53010b68b4deabe27844afcdd8c20</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
<Sha>8ac9495536a53010b68b4deabe27844afcdd8c20</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
<Sha>8ac9495536a53010b68b4deabe27844afcdd8c20</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.20114.2</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20114.3</MicrosoftNETCoreAppInternalPackageVersion>
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>