Skip to content

Commit eaadb9f

Browse files
authored
[main] Update dependencies from dotnet/windowsdesktop (#45763)
2 parents 9de44e8 + 2f5d397 commit eaadb9f

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -254,26 +254,26 @@
254254
<Uri>https://github.com/dotnet/runtime</Uri>
255255
<Sha>efdd29953304f1fc494bb45c5785d37961c4a14b</Sha>
256256
</Dependency>
257-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-alpha.1.25056.2">
257+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-alpha.1.25057.15">
258258
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
259-
<Sha>2648b6bb9c89a0b2f3f0d281562bae96b7e1f639</Sha>
259+
<Sha>2e5f1f84d94c144d951cbf70a36110aa90fb6178</Sha>
260260
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
261261
</Dependency>
262-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-alpha.1.25056.2">
262+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-alpha.1.25057.15">
263263
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
264-
<Sha>2648b6bb9c89a0b2f3f0d281562bae96b7e1f639</Sha>
264+
<Sha>2e5f1f84d94c144d951cbf70a36110aa90fb6178</Sha>
265265
</Dependency>
266-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-alpha.1.25056.2">
266+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-alpha.1.25057.15">
267267
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
268-
<Sha>2648b6bb9c89a0b2f3f0d281562bae96b7e1f639</Sha>
268+
<Sha>2e5f1f84d94c144d951cbf70a36110aa90fb6178</Sha>
269269
</Dependency>
270-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-alpha.1.25056.2">
270+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-alpha.1.25057.15">
271271
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
272-
<Sha>2648b6bb9c89a0b2f3f0d281562bae96b7e1f639</Sha>
272+
<Sha>2e5f1f84d94c144d951cbf70a36110aa90fb6178</Sha>
273273
</Dependency>
274-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-alpha.1.25056.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
274+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-alpha.1.25057.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
275275
<Uri>https://github.com/dotnet/wpf</Uri>
276-
<Sha>78cce9d0faebba12b58429646c35b9cb69e1ee8c</Sha>
276+
<Sha>ea12a1704cdd52ca6460ded2183d37b795b61c05</Sha>
277277
</Dependency>
278278
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-alpha.2.25056.9">
279279
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -360,13 +360,13 @@
360360
<Sha>7ba02e8ac71eeba562476953d5ff6030b8eda765</Sha>
361361
</Dependency>
362362
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
363-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-alpha.1.25054.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
363+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-alpha.1.25056.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
364364
<Uri>https://github.com/dotnet/winforms</Uri>
365-
<Sha>aaac41d3a384bbe04372a38e7ddcc02e1808ee60</Sha>
365+
<Sha>f292cd280117173fe064be18c5159e6823cbc699</Sha>
366366
</Dependency>
367-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-alpha.1.25056.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
367+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-alpha.1.25057.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
368368
<Uri>https://github.com/dotnet/wpf</Uri>
369-
<Sha>78cce9d0faebba12b58429646c35b9cb69e1ee8c</Sha>
369+
<Sha>ea12a1704cdd52ca6460ded2183d37b795b61c05</Sha>
370370
</Dependency>
371371
<Dependency Name="Microsoft.Web.Xdt" Version="10.0.0-preview.24609.2">
372372
<Uri>https://github.com/dotnet/xdt</Uri>

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
</PropertyGroup>
8484
<PropertyGroup>
8585
<!-- Dependency from https://github.com/dotnet/winforms -->
86-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-alpha.1.25054.1</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
86+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-alpha.1.25056.6</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
8787
</PropertyGroup>
8888
<PropertyGroup>
8989
<!-- Dependencies from https://github.com/dotnet/runtime -->
@@ -136,9 +136,9 @@
136136
</PropertyGroup>
137137
<PropertyGroup>
138138
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
139-
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-alpha.1.25056.2</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
140-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-alpha.1.25056.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
141-
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-alpha.1.25056.2</MicrosoftWindowsDesktopAppRefPackageVersion>
139+
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-alpha.1.25057.15</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
140+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-alpha.1.25057.15</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
141+
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-alpha.1.25057.15</MicrosoftWindowsDesktopAppRefPackageVersion>
142142
</PropertyGroup>
143143
<PropertyGroup>
144144
<!-- Dependencies from https://github.com/nuget/nuget.client -->
@@ -242,8 +242,8 @@
242242
</PropertyGroup>
243243
<PropertyGroup>
244244
<!-- Dependencies from https://github.com/dotnet/wpf -->
245-
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-alpha.1.25056.3</MicrosoftNETSdkWindowsDesktopPackageVersion>
246-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-alpha.1.25056.3</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
245+
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-alpha.1.25057.4</MicrosoftNETSdkWindowsDesktopPackageVersion>
246+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-alpha.1.25057.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
247247
</PropertyGroup>
248248
<PropertyGroup Label="Template versions">
249249
<!-- 10.0 Template versions -->

0 commit comments

Comments
 (0)