Skip to content

Commit c59ea73

Browse files
[release/5.0.1xx-preview1] Update dependencies from dotnet/windowsdesktop (#6473)
* Update dependencies from https://github.com/dotnet/windowsdesktop build 20200219.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20119.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20119.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20119.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200220.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20120.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20120.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20120.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64)
1 parent bdcc1e0 commit c59ea73

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-preview.1.20118.1">
4+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="5.0.0-preview.1.20120.3">
55
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
6-
<Sha>1e824b0c81d6c2ed682534e4ec1262c5a943fc8e</Sha>
6+
<Sha>a7557e0b28db9bcb1d024cd6a9742f3773c145b2</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-preview.1.20118.1">
8+
<Dependency Name="Microsoft.WindowsDesktop.App" Version="5.0.0-preview.1.20120.3">
99
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
10-
<Sha>1e824b0c81d6c2ed682534e4ec1262c5a943fc8e</Sha>
10+
<Sha>a7557e0b28db9bcb1d024cd6a9742f3773c145b2</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-preview.1.20118.1">
12+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="5.0.0-preview.1.20120.3">
1313
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
14-
<Sha>1e824b0c81d6c2ed682534e4ec1262c5a943fc8e</Sha>
14+
<Sha>a7557e0b28db9bcb1d024cd6a9742f3773c145b2</Sha>
1515
</Dependency>
1616
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0-preview.1.20119.3">
1717
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -84,13 +84,13 @@
8484
<Sha>0a35238b580c1e7c8de409837d994b6a7bb5097d</Sha>
8585
</Dependency>
8686
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
87-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.1.20117.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
87+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.0-preview.1.20118.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
8888
<Uri>https://github.com/dotnet/winforms</Uri>
89-
<Sha>4271daf3be65f56c2fce5a9006c88449c3d3fb0e</Sha>
89+
<Sha>d542887a907b98757a359078c3b4c25bf01b6837</Sha>
9090
</Dependency>
91-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-preview.1.20117.5" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
91+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="5.0.0-preview.1.20119.9" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
9292
<Uri>https://github.com/dotnet/wpf</Uri>
93-
<Sha>f57cbfdc019eddef1f1c723d6699e4a8a6a39a99</Sha>
93+
<Sha>812d890331b418c4ded8da706b10f9cbffe2228c</Sha>
9494
</Dependency>
9595
<!-- This is so that WCF packages are included in the final drop for official releases. -->
9696
<!-- Replace with better solution, see https://github.com/dotnet/arcade/issues/4162 -->

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
</PropertyGroup>
2222
<PropertyGroup>
2323
<!-- Dependency from https://github.com/dotnet/winforms -->
24-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>5.0.0-preview.1.20117.4</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
24+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>5.0.0-preview.1.20118.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
2525
</PropertyGroup>
2626
<PropertyGroup>
2727
<!-- Dependency from https://github.com/dotnet/wpf -->
28-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>5.0.0-preview.1.20117.5</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
28+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>5.0.0-preview.1.20119.9</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
2929
</PropertyGroup>
3030
<PropertyGroup>
3131
<!-- Dependency from https://github.com/dotnet/templating -->
@@ -75,9 +75,9 @@
7575
</PropertyGroup>
7676
<PropertyGroup>
7777
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
78-
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-preview.1.20118.1</MicrosoftWindowsDesktopAppPackageVersion>
79-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-preview.1.20118.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
80-
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-preview.1.20118.1</MicrosoftWindowsDesktopAppRefPackageVersion>
78+
<MicrosoftWindowsDesktopAppPackageVersion>5.0.0-preview.1.20120.3</MicrosoftWindowsDesktopAppPackageVersion>
79+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>5.0.0-preview.1.20120.3</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
80+
<MicrosoftWindowsDesktopAppRefPackageVersion>5.0.0-preview.1.20120.3</MicrosoftWindowsDesktopAppRefPackageVersion>
8181
</PropertyGroup>
8282
<PropertyGroup>
8383
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 -->

0 commit comments

Comments
 (0)