Skip to content

Commit f7325d5

Browse files
Update dependencies from https://github.com/dotnet/wpf build 20210901.4 (#2061)
[release/6.0-rc1] Update dependencies from dotnet/wpf - Coherency Updates: - Microsoft.Private.Winforms: from 6.0.0-rc.1.21451.12 to 6.0.0-rc.1.21451.15 (parent: Microsoft.DotNet.Wpf.GitHub) - Microsoft.Private.Winforms: from 6.0.0-rc.1.21451.12 to 6.0.0-rc.1.21451.15 (parent: Microsoft.DotNet.Wpf.GitHub) - Microsoft.Private.Winforms: from 6.0.0-rc.1.21451.12 to 6.0.0-rc.1.21451.15 (parent: Microsoft.DotNet.Wpf.GitHub) - Microsoft.Private.Winforms: from 6.0.0-rc.1.21451.12 to 6.0.0-rc.1.21451.15 (parent: Microsoft.DotNet.Wpf.GitHub) - Microsoft.Dotnet.WinForms.ProjectTemplates: from 6.0.0-rc.1.21451.12 to 6.0.0-rc.1.21451.15 (parent: Microsoft.DotNet.Wpf.GitHub)
1 parent c5e73d7 commit f7325d5

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
<Uri>https://github.com/dotnet/runtime</Uri>
66
<Sha>d7619cd4b165c13430484e381042f055d4c5a9c7</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Private.Winforms" Version="6.0.0-rc.1.21451.12" CoherentParentDependency="Microsoft.DotNet.Wpf.GitHub">
8+
<Dependency Name="Microsoft.Private.Winforms" Version="6.0.0-rc.1.21451.15" CoherentParentDependency="Microsoft.DotNet.Wpf.GitHub">
99
<Uri>https://github.com/dotnet/winforms</Uri>
10-
<Sha>938972a23963d20b19298f05e53c6fd27ac2e57f</Sha>
10+
<Sha>546b5c1f0451e855121c02f8d9f8b12788e6c8f8</Sha>
1111
</Dependency>
12-
<Dependency Name="Microsoft.DotNet.Wpf.GitHub" Version="6.0.0-rc.1.21451.1">
12+
<Dependency Name="Microsoft.DotNet.Wpf.GitHub" Version="6.0.0-rc.1.21451.4">
1313
<Uri>https://github.com/dotnet/wpf</Uri>
14-
<Sha>1dc7216102edb876af4793d41d15aac81d2c9b44</Sha>
14+
<Sha>d62caf8a5fb9bc507457b6925cbf621720e268c7</Sha>
1515
</Dependency>
16-
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="6.0.0-rc.1.21451.1">
16+
<Dependency Name="Microsoft.NET.Sdk.WindowsDesktop" Version="6.0.0-rc.1.21451.4">
1717
<Uri>https://github.com/dotnet/wpf</Uri>
18-
<Sha>1dc7216102edb876af4793d41d15aac81d2c9b44</Sha>
18+
<Sha>d62caf8a5fb9bc507457b6925cbf621720e268c7</Sha>
1919
</Dependency>
2020
<Dependency Name="Microsoft.NETCore.App.Ref" Version="6.0.0-rc.1.21451.13" CoherentParentDependency="Microsoft.Private.Winforms">
2121
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -29,13 +29,13 @@
2929
<Uri>https://github.com/dotnet/runtime</Uri>
3030
<Sha>d7619cd4b165c13430484e381042f055d4c5a9c7</Sha>
3131
</Dependency>
32-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-rc.1.21451.12" CoherentParentDependency="Microsoft.DotNet.Wpf.GitHub">
32+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="6.0.0-rc.1.21451.15" CoherentParentDependency="Microsoft.DotNet.Wpf.GitHub">
3333
<Uri>https://github.com/dotnet/winforms</Uri>
34-
<Sha>938972a23963d20b19298f05e53c6fd27ac2e57f</Sha>
34+
<Sha>546b5c1f0451e855121c02f8d9f8b12788e6c8f8</Sha>
3535
</Dependency>
36-
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="6.0.0-rc.1.21451.1">
36+
<Dependency Name="Microsoft.DotNet.Wpf.ProjectTemplates" Version="6.0.0-rc.1.21451.4">
3737
<Uri>https://github.com/dotnet/wpf</Uri>
38-
<Sha>1dc7216102edb876af4793d41d15aac81d2c9b44</Sha>
38+
<Sha>d62caf8a5fb9bc507457b6925cbf621720e268c7</Sha>
3939
</Dependency>
4040
</ProductDependencies>
4141
<ToolsetDependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<NETCoreAppMaximumVersion>6.0</NETCoreAppMaximumVersion>
1919
<NETCoreAppFrameworkVersion>6.0</NETCoreAppFrameworkVersion>
2020
<NETCoreAppFramework>net$(NETCoreAppFrameworkVersion)</NETCoreAppFramework>
21-
<MicrosoftDotnetWinFormsProjectTemplatesVersion>6.0.0-rc.1.21451.12</MicrosoftDotnetWinFormsProjectTemplatesVersion>
22-
<MicrosoftDotNetWpfProjectTemplatesVersion>6.0.0-rc.1.21451.1</MicrosoftDotNetWpfProjectTemplatesVersion>
21+
<MicrosoftDotnetWinFormsProjectTemplatesVersion>6.0.0-rc.1.21451.15</MicrosoftDotnetWinFormsProjectTemplatesVersion>
22+
<MicrosoftDotNetWpfProjectTemplatesVersion>6.0.0-rc.1.21451.4</MicrosoftDotNetWpfProjectTemplatesVersion>
2323
</PropertyGroup>
2424
<!--
2525
Servicing build settings for setup packages. Instructions:
@@ -52,9 +52,9 @@
5252
<MicrosoftInternalRuntimeWindowsDesktopTransportVersion>6.0.0-rc.1.21451.13</MicrosoftInternalRuntimeWindowsDesktopTransportVersion>
5353
<VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>6.0.0-rc.1.21451.13</VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion>
5454
<!-- winforms -->
55-
<MicrosoftPrivateWinformsVersion>6.0.0-rc.1.21451.12</MicrosoftPrivateWinformsVersion>
55+
<MicrosoftPrivateWinformsVersion>6.0.0-rc.1.21451.15</MicrosoftPrivateWinformsVersion>
5656
<!-- wpf -->
57-
<MicrosoftDotNetWpfGitHubVersion>6.0.0-rc.1.21451.1</MicrosoftDotNetWpfGitHubVersion>
57+
<MicrosoftDotNetWpfGitHubVersion>6.0.0-rc.1.21451.4</MicrosoftDotNetWpfGitHubVersion>
5858
<!-- Not auto-updated. -->
5959
<MicrosoftBuildVersion>15.7.179</MicrosoftBuildVersion>
6060
<MicrosoftBuildFrameworkVersion>$(MicrosoftBuildVersion)</MicrosoftBuildFrameworkVersion>

0 commit comments

Comments
 (0)