Skip to content

Commit 1854762

Browse files
author
v-wuzhai
authored
[release/9.0.1xx-rc1] Update dependencies from dotnet/windowsdesktop (#42887)
2 parents ff60cab + 267b929 commit 1854762

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
@@ -246,26 +246,26 @@
246246
<Uri>https://github.com/dotnet/runtime</Uri>
247247
<Sha>fe0cfd55339cc2a0d745f742a48d5e880c112ec2</Sha>
248248
</Dependency>
249-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="9.0.0-rc.1.24419.4">
249+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="9.0.0-rc.1.24420.2">
250250
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
251-
<Sha>3957da14ec88a553463a9b3c4e73a6b31d8a7d74</Sha>
251+
<Sha>166174ae8a7633939e4240497d76cfeef4a2c2fb</Sha>
252252
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
253253
</Dependency>
254-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0" Version="9.0.0-rc.1.24419.4">
254+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.9.0" Version="9.0.0-rc.1.24420.2">
255255
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
256-
<Sha>3957da14ec88a553463a9b3c4e73a6b31d8a7d74</Sha>
256+
<Sha>166174ae8a7633939e4240497d76cfeef4a2c2fb</Sha>
257257
</Dependency>
258-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="9.0.0-rc.1.24419.4">
258+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="9.0.0-rc.1.24420.2">
259259
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
260-
<Sha>3957da14ec88a553463a9b3c4e73a6b31d8a7d74</Sha>
260+
<Sha>166174ae8a7633939e4240497d76cfeef4a2c2fb</Sha>
261261
</Dependency>
262-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0" Version="9.0.0-rc.1.24419.4">
262+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.9.0" Version="9.0.0-rc.1.24420.2">
263263
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
264-
<Sha>3957da14ec88a553463a9b3c4e73a6b31d8a7d74</Sha>
264+
<Sha>166174ae8a7633939e4240497d76cfeef4a2c2fb</Sha>
265265
</Dependency>
266-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="9.0.0-rc.1.24419.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
266+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="9.0.0-rc.1.24420.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
267267
<Uri>https://github.com/dotnet/wpf</Uri>
268-
<Sha>1f81467674f90e0831a8c734e32aa01fbdbe1044</Sha>
268+
<Sha>fbc5feb21f96526ff4c92cb9829b266ba63ce58a</Sha>
269269
</Dependency>
270270
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="9.0.0-rc.1.24416.6">
271271
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -382,13 +382,13 @@
382382
<SourceBuild RepoName="test-templates" ManagedOnly="true" />
383383
</Dependency>
384384
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
385-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-rc.1.24419.7" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
385+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="9.0.0-rc.1.24420.9" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
386386
<Uri>https://github.com/dotnet/winforms</Uri>
387-
<Sha>701b3b197e0bbabd5584a31eee20ec8c57d2330f</Sha>
387+
<Sha>d96e2105ae3f9e4a49bcdc8c75e514fef7568c09</Sha>
388388
</Dependency>
389-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="9.0.0-rc.1.24419.4" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
389+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="9.0.0-rc.1.24420.1" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
390390
<Uri>https://github.com/dotnet/wpf</Uri>
391-
<Sha>1f81467674f90e0831a8c734e32aa01fbdbe1044</Sha>
391+
<Sha>fbc5feb21f96526ff4c92cb9829b266ba63ce58a</Sha>
392392
</Dependency>
393393
<Dependency Name="Microsoft.Web.Xdt" Version="9.0.0-preview.24317.2">
394394
<Uri>https://github.com/dotnet/xdt</Uri>

eng/Versions.props

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
</PropertyGroup>
111111
<PropertyGroup>
112112
<!-- Dependency from https://github.com/dotnet/winforms -->
113-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>9.0.0-rc.1.24419.7</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
113+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>9.0.0-rc.1.24420.9</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
114114
</PropertyGroup>
115115
<PropertyGroup>
116116
<!-- Dependency from https://github.com/dotnet/test-templates -->
@@ -164,10 +164,10 @@
164164
</PropertyGroup>
165165
<PropertyGroup>
166166
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
167-
<VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>9.0.0-rc.1.24419.4</VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>
168-
<VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>9.0.0-rc.1.24419.4</VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>
169-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>9.0.0-rc.1.24419.4</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
170-
<MicrosoftWindowsDesktopAppRefPackageVersion>9.0.0-rc.1.24419.4</MicrosoftWindowsDesktopAppRefPackageVersion>
167+
<VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>9.0.0-rc.1.24420.2</VSRedistCommonWindowsDesktopSharedFrameworkx6490PackageVersion>
168+
<VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>9.0.0-rc.1.24420.2</VSRedistCommonWindowsDesktopTargetingPackx6490PackageVersion>
169+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>9.0.0-rc.1.24420.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
170+
<MicrosoftWindowsDesktopAppRefPackageVersion>9.0.0-rc.1.24420.2</MicrosoftWindowsDesktopAppRefPackageVersion>
171171
</PropertyGroup>
172172
<PropertyGroup>
173173
<!-- Dependencies from https://github.com/nuget/nuget.client -->
@@ -266,8 +266,8 @@
266266
</PropertyGroup>
267267
<PropertyGroup>
268268
<!-- Dependencies from https://github.com/dotnet/wpf -->
269-
<MicrosoftNETSdkWindowsDesktopPackageVersion>9.0.0-rc.1.24419.4</MicrosoftNETSdkWindowsDesktopPackageVersion>
270-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>9.0.0-rc.1.24419.4</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
269+
<MicrosoftNETSdkWindowsDesktopPackageVersion>9.0.0-rc.1.24420.1</MicrosoftNETSdkWindowsDesktopPackageVersion>
270+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>9.0.0-rc.1.24420.1</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
271271
</PropertyGroup>
272272
<PropertyGroup Label="Runtime and Apphost aliases">
273273
<!-- 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)