Skip to content

Commit 4690069

Browse files
authored
[release/9.0.1xx] Update dependencies from dotnet/windowsdesktop (#43403)
2 parents 4e18dbb + 42f2b9f commit 4690069

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

eng/Version.Details.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -250,26 +250,26 @@
250250
<Uri>https://github.com/dotnet/runtime</Uri>
251251
<Sha>d32b46121993f762367238e1fad834205dc9123c</Sha>
252252
</Dependency>
253-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="9.0.0-rc.2.24461.1">
253+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="9.0.0-rc.2.24462.16">
254254
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
255-
<Sha>a1c52e59de1b5cd0164cf59d76e0ece32d9e9d06</Sha>
255+
<Sha>83023f422da116fca4e72f43d2fa5fa75a81682d</Sha>
256256
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
257257
</Dependency>
258-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0" Version="9.0.0-rc.2.24461.1">
258+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0" Version="9.0.0-rc.2.24462.16">
259259
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
260-
<Sha>a1c52e59de1b5cd0164cf59d76e0ece32d9e9d06</Sha>
260+
<Sha>83023f422da116fca4e72f43d2fa5fa75a81682d</Sha>
261261
</Dependency>
262-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="9.0.0-rc.2.24461.1">
262+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="9.0.0-rc.2.24462.16">
263263
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
264-
<Sha>a1c52e59de1b5cd0164cf59d76e0ece32d9e9d06</Sha>
264+
<Sha>83023f422da116fca4e72f43d2fa5fa75a81682d</Sha>
265265
</Dependency>
266-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0" Version="9.0.0-rc.2.24461.1">
266+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0" Version="9.0.0-rc.2.24462.16">
267267
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
268-
<Sha>a1c52e59de1b5cd0164cf59d76e0ece32d9e9d06</Sha>
268+
<Sha>83023f422da116fca4e72f43d2fa5fa75a81682d</Sha>
269269
</Dependency>
270-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="9.0.0-rc.2.24461.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
270+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="9.0.0-rc.2.24462.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
271271
<Uri>https://github.com/dotnet/wpf</Uri>
272-
<Sha>011f73fe9d3565de050bf95a9ad29b483004d463</Sha>
272+
<Sha>bf9feb0c88c4dc7fc8cd3798b15270f87644a251</Sha>
273273
</Dependency>
274274
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.0-rc.2.24462.5">
275275
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -390,9 +390,9 @@
390390
<Uri>https://github.com/dotnet/winforms</Uri>
391391
<Sha>e0764c2b5b32090f3487330e5be2f960a9aa7f9a</Sha>
392392
</Dependency>
393-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="9.0.0-rc.2.24461.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
393+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="9.0.0-rc.2.24462.6" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
394394
<Uri>https://github.com/dotnet/wpf</Uri>
395-
<Sha>011f73fe9d3565de050bf95a9ad29b483004d463</Sha>
395+
<Sha>bf9feb0c88c4dc7fc8cd3798b15270f87644a251</Sha>
396396
</Dependency>
397397
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24453.1">
398398
<Uri>https://github.com/dotnet/xdt</Uri>

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@
166166
</PropertyGroup>
167167
<PropertyGroup>
168168
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
169-
<VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>9.0.0-rc.2.24461.1</VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>
170-
<VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>9.0.0-rc.2.24461.1</VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>
171-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>9.0.0-rc.2.24461.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
172-
<MicrosoftWindowsDesktopAppRefPackageVersion>9.0.0-rc.2.24461.1</MicrosoftWindowsDesktopAppRefPackageVersion>
169+
<VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>9.0.0-rc.2.24462.16</VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>
170+
<VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>9.0.0-rc.2.24462.16</VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>
171+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>9.0.0-rc.2.24462.16</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
172+
<MicrosoftWindowsDesktopAppRefPackageVersion>9.0.0-rc.2.24462.16</MicrosoftWindowsDesktopAppRefPackageVersion>
173173
</PropertyGroup>
174174
<PropertyGroup>
175175
<!-- 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>9.0.0-rc.2.24461.2</MicrosoftNETSdkWindowsDesktopPackageVersion>
272-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>9.0.0-rc.2.24461.2</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
271+
<MicrosoftNETSdkWindowsDesktopPackageVersion>9.0.0-rc.2.24462.6</MicrosoftNETSdkWindowsDesktopPackageVersion>
272+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>9.0.0-rc.2.24462.6</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
273273
</PropertyGroup>
274274
<PropertyGroup Label="Runtime and Apphost aliases">
275275
<!-- 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)