Skip to content

Commit 17bb5b4

Browse files
authored
[main] Update dependencies from dotnet/windowsdesktop (#48491)
2 parents 86563a1 + 5cd67fe commit 17bb5b4

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

Diff for: eng/Version.Details.xml

+14-14
Original file line numberDiff line numberDiff line change
@@ -273,26 +273,26 @@
273273
<Uri>https://github.com/dotnet/runtime</Uri>
274274
<Sha>464e5fe6fbe499012445cbd6371010748b89dba3</Sha>
275275
</Dependency>
276-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-preview.4.25211.2">
276+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-preview.4.25215.1">
277277
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
278-
<Sha>5d98ff02105290982002fbb0dadc6c532ded0547</Sha>
278+
<Sha>25fe245e386ba258f288d1ec5bac87e5cdb2c5de</Sha>
279279
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
280280
</Dependency>
281-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-preview.4.25211.2">
281+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-preview.4.25215.1">
282282
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
283-
<Sha>5d98ff02105290982002fbb0dadc6c532ded0547</Sha>
283+
<Sha>25fe245e386ba258f288d1ec5bac87e5cdb2c5de</Sha>
284284
</Dependency>
285-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-preview.4.25211.2">
285+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-preview.4.25215.1">
286286
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
287-
<Sha>5d98ff02105290982002fbb0dadc6c532ded0547</Sha>
287+
<Sha>25fe245e386ba258f288d1ec5bac87e5cdb2c5de</Sha>
288288
</Dependency>
289-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-preview.4.25211.2">
289+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-preview.4.25215.1">
290290
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
291-
<Sha>5d98ff02105290982002fbb0dadc6c532ded0547</Sha>
291+
<Sha>25fe245e386ba258f288d1ec5bac87e5cdb2c5de</Sha>
292292
</Dependency>
293-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.4.25211.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
293+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.4.25215.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
294294
<Uri>https://github.com/dotnet/wpf</Uri>
295-
<Sha>66814093b9330d78983599cb4d85254f050eba82</Sha>
295+
<Sha>780159e0e0bd25aabef603a98c392b8d840a8c8e</Sha>
296296
</Dependency>
297297
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.4.25212.2">
298298
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -440,13 +440,13 @@
440440
<SourceBuild RepoName="razor" ManagedOnly="true" />
441441
</Dependency>
442442
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
443-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.4.25210.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
443+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.4.25214.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
444444
<Uri>https://github.com/dotnet/winforms</Uri>
445-
<Sha>1d6143481c8f3f0b4cb74cf661a896dc0c6a3a29</Sha>
445+
<Sha>b7f91f4224904dcaf5dd138acdb948857eb17832</Sha>
446446
</Dependency>
447-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.4.25211.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
447+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.4.25215.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
448448
<Uri>https://github.com/dotnet/wpf</Uri>
449-
<Sha>66814093b9330d78983599cb4d85254f050eba82</Sha>
449+
<Sha>780159e0e0bd25aabef603a98c392b8d840a8c8e</Sha>
450450
</Dependency>
451451
<Dependency Name="Microsoft.Web.Xdt" Version="10.0.0-preview.25210.1">
452452
<Uri>https://github.com/dotnet/xdt</Uri>

Diff for: eng/Versions.props

+6-6
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
</PropertyGroup>
9393
<PropertyGroup>
9494
<!-- Dependency from https://github.com/dotnet/winforms -->
95-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-preview.4.25210.3</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
95+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-preview.4.25214.4</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
9696
</PropertyGroup>
9797
<PropertyGroup>
9898
<!-- Dependencies from https://github.com/dotnet/runtime -->
@@ -149,9 +149,9 @@
149149
</PropertyGroup>
150150
<PropertyGroup>
151151
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
152-
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-preview.4.25211.2</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
153-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-preview.4.25211.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
154-
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-preview.4.25211.2</MicrosoftWindowsDesktopAppRefPackageVersion>
152+
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-preview.4.25215.1</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
153+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-preview.4.25215.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
154+
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-preview.4.25215.1</MicrosoftWindowsDesktopAppRefPackageVersion>
155155
</PropertyGroup>
156156
<PropertyGroup>
157157
<!-- Dependencies from https://github.com/nuget/nuget.client -->
@@ -268,8 +268,8 @@
268268
</PropertyGroup>
269269
<PropertyGroup>
270270
<!-- Dependencies from https://github.com/dotnet/wpf -->
271-
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-preview.4.25211.2</MicrosoftNETSdkWindowsDesktopPackageVersion>
272-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-preview.4.25211.2</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
271+
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-preview.4.25215.1</MicrosoftNETSdkWindowsDesktopPackageVersion>
272+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-preview.4.25215.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
273273
</PropertyGroup>
274274
<PropertyGroup Label="Infrastructure and test only dependencies">
275275
<VersionToolsVersion>2.2.0-beta.19072.10</VersionToolsVersion>

0 commit comments

Comments
 (0)