[release/5.0.1xx-preview4] Update dependencies from dotnet/windowsdesktop (#7238)
* Update dependencies from https://github.com/dotnet/windowsdesktop build 20200421.4 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.4 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200421.6 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.6 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20221.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200422.2 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20222.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20222.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20222.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20221.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20222.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
This commit is contained in:
parent
cdf68b3997
commit
b3ed95857e
2 changed files with 15 additions and 15 deletions
|
@ -1,17 +1,17 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Dependencies>
|
||||
<ProductDependencies>
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-preview.4.20216.2">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-preview.4.20222.2">
|
||||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>819b8f6838a537d6458a5b94e43b7d47aff22d93</Sha>
|
||||
<Sha>6a11ec1eb327bf1f40eb785deb7b4488fb39d14b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-preview.4.20216.2">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-preview.4.20222.2">
|
||||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>819b8f6838a537d6458a5b94e43b7d47aff22d93</Sha>
|
||||
<Sha>6a11ec1eb327bf1f40eb785deb7b4488fb39d14b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-preview.4.20216.2">
|
||||
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-preview.4.20222.2">
|
||||
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
|
||||
<Sha>819b8f6838a537d6458a5b94e43b7d47aff22d93</Sha>
|
||||
<Sha>6a11ec1eb327bf1f40eb785deb7b4488fb39d14b</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.4.20221.7">
|
||||
<Uri>https://github.com/dotnet/runtime</Uri>
|
||||
|
@ -88,13 +88,13 @@
|
|||
<Sha>af10fe4cb05c7b90e2d0b0293dba769b54f396ad</Sha>
|
||||
</Dependency>
|
||||
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.4.20216.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.4.20221.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
<Uri>https://github.com/dotnet/winforms</Uri>
|
||||
<Sha>9368a2fa7cdef46c847a71622f2c678c11cb41ad</Sha>
|
||||
<Sha>a952e17bb0d3e6d1c795697419fc41c2ca3be430</Sha>
|
||||
</Dependency>
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-preview.4.20216.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-preview.4.20222.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
|
||||
<Uri>https://github.com/dotnet/wpf</Uri>
|
||||
<Sha>2e43ac7de38cf45d9359f2e1cc317b091617241a</Sha>
|
||||
<Sha>1f2a4f5df91968f6a6f8a7c165b02dbff6465aa7</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 -->
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/winforms -->
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>5.0.0-preview.4.20216.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>5.0.0-preview.4.20221.5</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/wpf -->
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>5.0.0-preview.4.20216.2</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>5.0.0-preview.4.20222.2</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependency from https://github.com/dotnet/templating -->
|
||||
|
@ -69,9 +69,9 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-preview.4.20216.2</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-preview.4.20216.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-preview.4.20216.2</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-preview.4.20222.2</MicrosoftWindowsDesktopAppPackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-preview.4.20222.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
|
||||
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-preview.4.20222.2</MicrosoftWindowsDesktopAppRefPackageVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->
|
||||
|
|
Loading…
Add table
Reference in a new issue