Skip to content

Commit

Permalink
[main] Update dependencies from dotnet/windowsdesktop (#46202)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-wuzhai authored Jan 22, 2025
2 parents 606b299 + 5a5706f commit 70fdfaf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,22 +254,22 @@
<Uri>https://github.com/dotnet/runtime</Uri>
<Sha>abf8e94296b7842e4d8ba7c9791eaffaf63d2a09</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-alpha.1.25071.1">
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-alpha.1.25071.2">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>06508b38fe69952c840f3a761f169526ba816484</Sha>
<Sha>76b205516d248bab26ab1f35cc8524343308f462</Sha>
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
</Dependency>
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-alpha.1.25071.1">
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-alpha.1.25071.2">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>06508b38fe69952c840f3a761f169526ba816484</Sha>
<Sha>76b205516d248bab26ab1f35cc8524343308f462</Sha>
</Dependency>
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-alpha.1.25071.1">
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-alpha.1.25071.2">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>06508b38fe69952c840f3a761f169526ba816484</Sha>
<Sha>76b205516d248bab26ab1f35cc8524343308f462</Sha>
</Dependency>
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-alpha.1.25071.1">
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-alpha.1.25071.2">
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
<Sha>06508b38fe69952c840f3a761f169526ba816484</Sha>
<Sha>76b205516d248bab26ab1f35cc8524343308f462</Sha>
</Dependency>
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-alpha.1.25071.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
<Uri>https://github.com/dotnet/wpf</Uri>
Expand Down
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-alpha.1.25071.1</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-alpha.1.25071.1</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-alpha.1.25071.1</MicrosoftWindowsDesktopAppRefPackageVersion>
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-alpha.1.25071.2</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-alpha.1.25071.2</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-alpha.1.25071.2</MicrosoftWindowsDesktopAppRefPackageVersion>
</PropertyGroup>
<PropertyGroup>
<!-- Dependencies from https://github.com/nuget/nuget.client -->
Expand Down

0 comments on commit 70fdfaf

Please sign in to comment.