Skip to content

Commit fdc398d

Browse files
authored
[release/10.0.1xx-preview1] Update dependencies from dotnet/windowsdesktop (#46441)
2 parents c0ddf2f + 8e20cc6 commit fdc398d

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -258,26 +258,26 @@
258258
<Uri>https://github.com/dotnet/runtime</Uri>
259259
<Sha>b98cabca124ca73be9247c5f7b6796c6ce55e816</Sha>
260260
</Dependency>
261-
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-preview.1.25078.6">
261+
<Dependency Name="Microsoft.WindowsDesktop.App.Runtime.win-x64" Version="10.0.0-preview.1.25080.4">
262262
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
263-
<Sha>a3a186ac31d84cc8157aa9b00b92039d1d5deedb</Sha>
263+
<Sha>6f82efb4ebe05bbdbd8027f6feadae0fee632945</Sha>
264264
<SourceBuildTarball RepoName="windowsdesktop" ManagedOnly="true" />
265265
</Dependency>
266-
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-preview.1.25078.6">
266+
<Dependency Name="VS.Redist.Common.WindowsDesktop.SharedFramework.x64.10.0" Version="10.0.0-preview.1.25080.4">
267267
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
268-
<Sha>a3a186ac31d84cc8157aa9b00b92039d1d5deedb</Sha>
268+
<Sha>6f82efb4ebe05bbdbd8027f6feadae0fee632945</Sha>
269269
</Dependency>
270-
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-preview.1.25078.6">
270+
<Dependency Name="Microsoft.WindowsDesktop.App.Ref" Version="10.0.0-preview.1.25080.4">
271271
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
272-
<Sha>a3a186ac31d84cc8157aa9b00b92039d1d5deedb</Sha>
272+
<Sha>6f82efb4ebe05bbdbd8027f6feadae0fee632945</Sha>
273273
</Dependency>
274-
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-preview.1.25078.6">
274+
<Dependency Name="VS.Redist.Common.WindowsDesktop.TargetingPack.x64.10.0" Version="10.0.0-preview.1.25080.4">
275275
<Uri>https://github.com/dotnet/windowsdesktop</Uri>
276-
<Sha>a3a186ac31d84cc8157aa9b00b92039d1d5deedb</Sha>
276+
<Sha>6f82efb4ebe05bbdbd8027f6feadae0fee632945</Sha>
277277
</Dependency>
278-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.1.25078.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
278+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="10.0.0-preview.1.25080.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Ref">
279279
<Uri>https://github.com/dotnet/wpf</Uri>
280-
<Sha>c0d3c0bd6e8dad97b45780a48daf564be0ceb4c7</Sha>
280+
<Sha>3e2ff06019cf20971db7abcc65d2bd2c19ab3832</Sha>
281281
</Dependency>
282282
<Dependency Name="Microsoft.AspNetCore.App.Ref" Version="10.0.0-preview.1.25079.4">
283283
<Uri>https://github.com/dotnet/aspnetcore</Uri>
@@ -405,13 +405,13 @@
405405
<Sha>3b0d8ebf433269137c0fb345446f5381440668f7</Sha>
406406
</Dependency>
407407
<!-- For coherency purposes, these versions should be gated by the versions of winforms and wpf routed via windowsdesktop -->
408-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.1.25078.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
408+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="10.0.0-preview.1.25080.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
409409
<Uri>https://github.com/dotnet/winforms</Uri>
410-
<Sha>b86c3795fcde2ebc68ff7769ee7db3c5ac79f12f</Sha>
410+
<Sha>f01aa359b4d13e7f013ce6e364ab08d64008225f</Sha>
411411
</Dependency>
412-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.1.25078.2" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
412+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="10.0.0-preview.1.25080.3" CoherentParentDependency="Microsoft.WindowsDesktop.App.Runtime.win-x64">
413413
<Uri>https://github.com/dotnet/wpf</Uri>
414-
<Sha>c0d3c0bd6e8dad97b45780a48daf564be0ceb4c7</Sha>
414+
<Sha>3e2ff06019cf20971db7abcc65d2bd2c19ab3832</Sha>
415415
</Dependency>
416416
<Dependency Name="Microsoft.Web.Xdt" Version="10.0.0-preview.25067.1">
417417
<Uri>https://github.com/dotnet/xdt</Uri>

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
</PropertyGroup>
8585
<PropertyGroup>
8686
<!-- Dependency from https://github.com/dotnet/winforms -->
87-
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-preview.1.25078.3</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
87+
<MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>10.0.0-preview.1.25080.3</MicrosoftDotnetWinFormsProjectTemplatesPackageVersion>
8888
</PropertyGroup>
8989
<PropertyGroup>
9090
<!-- Dependencies from https://github.com/dotnet/runtime -->
@@ -140,9 +140,9 @@
140140
</PropertyGroup>
141141
<PropertyGroup>
142142
<!-- Dependencies from https://github.com/dotnet/windowsdesktop -->
143-
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-preview.1.25078.6</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
144-
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-preview.1.25078.6</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
145-
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-preview.1.25078.6</MicrosoftWindowsDesktopAppRefPackageVersion>
143+
<VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>10.0.0-preview.1.25080.4</VSRedistCommonWindowsDesktopSharedFrameworkx64100PackageVersion>
144+
<MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>10.0.0-preview.1.25080.4</MicrosoftWindowsDesktopAppRuntimewinx64PackageVersion>
145+
<MicrosoftWindowsDesktopAppRefPackageVersion>10.0.0-preview.1.25080.4</MicrosoftWindowsDesktopAppRefPackageVersion>
146146
</PropertyGroup>
147147
<PropertyGroup>
148148
<!-- Dependencies from https://github.com/nuget/nuget.client -->
@@ -251,8 +251,8 @@
251251
</PropertyGroup>
252252
<PropertyGroup>
253253
<!-- Dependencies from https://github.com/dotnet/wpf -->
254-
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-preview.1.25078.2</MicrosoftNETSdkWindowsDesktopPackageVersion>
255-
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-preview.1.25078.2</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
254+
<MicrosoftNETSdkWindowsDesktopPackageVersion>10.0.0-preview.1.25080.3</MicrosoftNETSdkWindowsDesktopPackageVersion>
255+
<MicrosoftDotNetWpfProjectTemplatesPackageVersion>10.0.0-preview.1.25080.3</MicrosoftDotNetWpfProjectTemplatesPackageVersion>
256256
</PropertyGroup>
257257
<PropertyGroup Label="Template versions">
258258
<!-- 10.0 Template versions -->

0 commit comments

Comments
 (0)