Skip to content

Commit 1f063fc

Browse files
dotnet-maestro[bot]MiYanniv-wuzhainagilson
authored
[main] Update dependencies from dotnet/windowsdesktop (#43239)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Michael Yanni <[email protected]> Co-authored-by: Jason Zhai <[email protected]> Co-authored-by: Noah Gilson <[email protected]>
1 parent 9bb52af commit 1f063fc

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

eng/Version.Details.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -260,26 +260,26 @@
260260
<Uri>https://github.com/dotnet/runtime</Uri>
261261
<Sha>c4d7f7c6f2e2f34f07e64c6caa3bf9b2ce915cc1</Sha>
262262
</Dependency>
263-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-alpha.1.24501.1">
263+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-alpha.1.24511.4">
264264
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
265-
<Sha>74b22bc19ff2bdf01ce13ef4e33f5b106b2e31dc</Sha>
265+
<Sha>baca474cfafd0ba6d509de8de6761c0ab38f523f</Sha>
266266
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
267267
</Dependency>
268-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-alpha.1.24501.1">
268+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-alpha.1.24511.4">
269269
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
270-
<Sha>74b22bc19ff2bdf01ce13ef4e33f5b106b2e31dc</Sha>
270+
<Sha>baca474cfafd0ba6d509de8de6761c0ab38f523f</Sha>
271271
</Dependency>
272-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-alpha.1.24501.1">
272+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-alpha.1.24511.4">
273273
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
274-
<Sha>74b22bc19ff2bdf01ce13ef4e33f5b106b2e31dc</Sha>
274+
<Sha>baca474cfafd0ba6d509de8de6761c0ab38f523f</Sha>
275275
</Dependency>
276-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-alpha.1.24501.1">
276+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-alpha.1.24511.4">
277277
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
278-
<Sha>74b22bc19ff2bdf01ce13ef4e33f5b106b2e31dc</Sha>
278+
<Sha>baca474cfafd0ba6d509de8de6761c0ab38f523f</Sha>
279279
</Dependency>
280-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-alpha.1.24480.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
280+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-alpha.1.24511.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
281281
<Uri>https://github.com/dotnet/wpf</Uri>
282-
<Sha>ce09c88c666057407b355ea86e1ad8713ac674a1</Sha>
282+
<Sha>934a82731d7c35d639f221fa818a26ab4518425e</Sha>
283283
</Dependency>
284284
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-alpha.2.24510.5">
285285
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -396,13 +396,13 @@
396396
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
397397
</Dependency>
398398
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
399-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-alpha.1.24478.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
399+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-alpha.1.24510.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
400400
<Uri>https://github.com/dotnet/winforms</Uri>
401-
<Sha>ff838ac7ac134944d5519c3eedf7e689b2d9f2e5</Sha>
401+
<Sha>cf5e72103a11b330055832fb29f16d66666c3154</Sha>
402402
</Dependency>
403-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-alpha.1.24480.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
403+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-alpha.1.24511.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
404404
<Uri>https://github.com/dotnet/wpf</Uri>
405-
<Sha>ce09c88c666057407b355ea86e1ad8713ac674a1</Sha>
405+
<Sha>934a82731d7c35d639f221fa818a26ab4518425e</Sha>
406406
</Dependency>
407407
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24476.1">
408408
<Uri>https://github.com/dotnet/xdt</Uri>

eng/Versions.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
</PropertyGroup>
116116
<PropertyGroup>
117117
<!-- Dependency from https://github.com/dotnet/winforms -->
118-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-alpha.1.24478.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
118+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-alpha.1.24510.7</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
119119
</PropertyGroup>
120120
<PropertyGroup>
121121
<!-- Dependency from https://github.com/dotnet/test-templates -->
@@ -174,9 +174,9 @@
174174
</PropertyGroup>
175175
<PropertyGroup>
176176
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
177-
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-alpha.1.24501.1</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
178-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-alpha.1.24501.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
179-
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-alpha.1.24501.1</MicrosoftWindowsDesktopAppRefPackageVersion>
177+
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-alpha.1.24511.4</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
178+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-alpha.1.24511.4</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
179+
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-alpha.1.24511.4</MicrosoftWindowsDesktopAppRefPackageVersion>
180180
</PropertyGroup>
181181
<PropertyGroup>
182182
<!-- Dependencies from https://github.com/nuget/nuget.client -->
@@ -275,8 +275,8 @@
275275
</PropertyGroup>
276276
<PropertyGroup>
277277
<!-- Dependencies from https://github.com/dotnet/wpf -->
278-
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-alpha.1.24480.1</MicrosoftNETSdkWindowsDesktopPackageVersion>
279-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-alpha.1.24480.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
278+
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-alpha.1.24511.1</MicrosoftNETSdkWindowsDesktopPackageVersion>
279+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-alpha.1.24511.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
280280
</PropertyGroup>
281281
<PropertyGroup Label="Runtime and Apphost aliases">
282282
<!-- Runtime and Apphost pack versions are the same for all RIDs. We flow the x64 version above and create aliases without the winx64 here for clarity elsewhere. -->

0 commit comments

Comments
 (0)