Update dependencies from https://github.com/dotnet/core-setup build 20200214.2 (#6404)
- 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.2 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.3 - Microsoft.NETCore.DotNetHostResolver - 3.1.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20113.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
This commit is contained in:
parent
b50f4c8960
commit
ffd09f570e
3 changed files with 11 additions and 11 deletions
|
@ -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-aa51047" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-aa51047c/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-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" />
|
||||
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
|
||||
|
|
|
@ -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>aa51047c49cdabc90199bdaaae6f005425942b98</Sha>
|
||||
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20114.1">
|
||||
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.3-servicing.20114.2">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>aa51047c49cdabc90199bdaaae6f005425942b98</Sha>
|
||||
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="3.1.3">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>aa51047c49cdabc90199bdaaae6f005425942b98</Sha>
|
||||
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Host.win-x64" Version="3.1.3">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>aa51047c49cdabc90199bdaaae6f005425942b98</Sha>
|
||||
<Sha>9128eb60423a020a87d42975be60c08803470b36</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.DotNetHostResolver" Version="3.1.3">
|
||||
<Uri>https://github.com/dotnet/core-setup</Uri>
|
||||
<Sha>aa51047c49cdabc90199bdaaae6f005425942b98</Sha>
|
||||
<Sha>9128eb60423a020a87d42975be60c08803470b36</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. -->
|
||||
|
@ -90,9 +90,9 @@
|
|||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
<Sha>b3a34e6695615d67a167fdbc436fce1e885f986e</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.1.2-servicing.20069.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="3.1.3-servicing.20113.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>b30a16a465c9a0ed7e641a9d55df2f6e5c878a81</Sha>
|
||||
<Sha>5759ba9d3fffdd5667752a66d3c468a24533cedb</Sha>
|
||||
</Dependency>
|
||||
<!-- This is so that WCF packages are included in the final drop for official releases. -->
|
||||
<!-- Replace with better solution, see https://github.com/dotnet/arcade/issues/4162 -->
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/wpf -->
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.1.2-servicing.20069.7</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>3.1.3-servicing.20113.6</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/templating -->
|
||||
|
@ -61,7 +61,7 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/core-setup -->
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20114.1</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppInternalPackageVersion>3.1.3-servicing.20114.2</MicrosoftNETCoreAppInternalPackageVersion>
|
||||
<MicrosoftNETCoreAppRuntimewinx64PackageVersion>3.1.3</MicrosoftNETCoreAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppHostwinx64PackageVersion>3.1.3</MicrosoftNETCoreAppHostwinx64PackageVersion>
|
||||
<MicrosoftNETCoreAppRefPackageVersion>3.1.0</MicrosoftNETCoreAppRefPackageVersion>
|
||||
|
|
Loading…
Reference in a new issue