Skip to content

Commit 1caf20e

Browse files
[main] Update dependencies from dotnet/windowsdesktop (#40754)
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Viktor Hofer <[email protected]>
1 parent 9284ad5 commit 1caf20e

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -242,26 +242,26 @@
242242
<Uri>https://github.com/dotnet/runtime</Uri>
243243
<Sha>84b33395057737db3ea342a5151feb6b90c1b6f6</Sha>
244244
</Dependency>
245-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="9.0.0-preview.5.24256.1">
245+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="9.0.0-preview.5.24257.3">
246246
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
247-
<Sha>436e9a8e566984a5ffe5f022de266f18d9aa9c4b</Sha>
247+
<Sha>bf2373e37130cc0605f88a5c2dfe96d964be841f</Sha>
248248
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
249249
</Dependency>
250-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0" Version="9.0.0-preview.5.24256.1">
250+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0" Version="9.0.0-preview.5.24257.3">
251251
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
252-
<Sha>436e9a8e566984a5ffe5f022de266f18d9aa9c4b</Sha>
252+
<Sha>bf2373e37130cc0605f88a5c2dfe96d964be841f</Sha>
253253
</Dependency>
254-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="9.0.0-preview.5.24256.1">
254+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="9.0.0-preview.5.24257.3">
255255
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
256-
<Sha>436e9a8e566984a5ffe5f022de266f18d9aa9c4b</Sha>
256+
<Sha>bf2373e37130cc0605f88a5c2dfe96d964be841f</Sha>
257257
</Dependency>
258-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0" Version="9.0.0-preview.5.24256.1">
258+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0" Version="9.0.0-preview.5.24257.3">
259259
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
260-
<Sha>436e9a8e566984a5ffe5f022de266f18d9aa9c4b</Sha>
260+
<Sha>bf2373e37130cc0605f88a5c2dfe96d964be841f</Sha>
261261
</Dependency>
262-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="9.0.0-preview.5.24253.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
262+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="9.0.0-preview.5.24257.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
263263
<Uri>https://github.com/dotnet/wpf</Uri>
264-
<Sha>5a8619ac9bda541fcf0f6639f7efe6e234cc99eb</Sha>
264+
<Sha>a8a7d306785f20a2262bf61ffecb08c18ab7170e</Sha>
265265
</Dependency>
266266
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.0-preview.5.24257.4">
267267
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -378,13 +378,13 @@
378378
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
379379
</Dependency>
380380
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
381-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-preview.5.24253.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
381+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-preview.5.24256.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
382382
<Uri>https://github.com/dotnet/winforms</Uri>
383-
<Sha>c926856b3313d34df58e82c73675b4cf30b6e604</Sha>
383+
<Sha>c4596e24ffce46767ea5aabd1910d96f83941038</Sha>
384384
</Dependency>
385-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="9.0.0-preview.5.24253.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
385+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="9.0.0-preview.5.24257.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
386386
<Uri>https://github.com/dotnet/wpf</Uri>
387-
<Sha>5a8619ac9bda541fcf0f6639f7efe6e234cc99eb</Sha>
387+
<Sha>a8a7d306785f20a2262bf61ffecb08c18ab7170e</Sha>
388388
</Dependency>
389389
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24256.3">
390390
<Uri>https://github.com/dotnet/xdt</Uri>

eng/Versions.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</PropertyGroup>
127127
<PropertyGroup>
128128
<!-- Dependency from https://github.com/dotnet/winforms -->
129-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>9.0.0-preview.5.24253.4</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
129+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>9.0.0-preview.5.24256.4</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
130130
</PropertyGroup>
131131
<PropertyGroup>
132132
<!-- Dependency from https://github.com/dotnet/test-templates -->
@@ -157,10 +157,10 @@
157157
</PropertyGroup>
158158
<PropertyGroup>
159159
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
160-
<VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>9.0.0-preview.5.24256.1</VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>
161-
<VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>9.0.0-preview.5.24256.1</VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>
162-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>9.0.0-preview.5.24256.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
163-
<MicrosoftWindowsDesktopAppRefPackageVersion>9.0.0-preview.5.24256.1</MicrosoftWindowsDesktopAppRefPackageVersion>
160+
<VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>9.0.0-preview.5.24257.3</VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>
161+
<VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>9.0.0-preview.5.24257.3</VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>
162+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>9.0.0-preview.5.24257.3</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
163+
<MicrosoftWindowsDesktopAppRefPackageVersion>9.0.0-preview.5.24257.3</MicrosoftWindowsDesktopAppRefPackageVersion>
164164
</PropertyGroup>
165165
<PropertyGroup>
166166
<!-- Dependencies from https://github.com/nuget/nuget.client -->
@@ -264,8 +264,8 @@
264264
</PropertyGroup>
265265
<PropertyGroup>
266266
<!-- Dependencies from https://github.com/dotnet/wpf -->
267-
<MicrosoftNETSdkWindowsDesktopPackageVersion>9.0.0-preview.5.24253.4</MicrosoftNETSdkWindowsDesktopPackageVersion>
268-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>9.0.0-preview.5.24253.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
267+
<MicrosoftNETSdkWindowsDesktopPackageVersion>9.0.0-preview.5.24257.1</MicrosoftNETSdkWindowsDesktopPackageVersion>
268+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>9.0.0-preview.5.24257.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
269269
</PropertyGroup>
270270
<PropertyGroup Label="Runtime and Apphost aliases">
271271
<!-- 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)