Skip to content

Commit 636e2b7

Browse files
dotnet-botmmitche
authored andcommitted
Merged PR 26872: [internal/release/7.0] Update dependencies from dnceng/internal/dotnet-winforms
This pull request updates the following dependencies [marker]: <> (Begin:Coherency Updates) ## Coherency Updates The following updates ensure that dependencies with a *CoherentParentDependency* attribute were produced in a build used as input to the parent dependency's build. See [Dependency Description Format](https://github.com/dotnet/arcade/blob/master/Documentation/DependencyDescriptionFormat.md#dependency-description-overview) [DependencyUpdate]: <> (Begin) - **Coherency Updates**: - **System.CodeDom**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Configuration.ConfigurationManager**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Diagnostics.EventLog**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.DirectoryServices**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Drawing.Common**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Reflection.MetadataLoadContext**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Security.Cryptography.Xml**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Security.Permissions**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Windows.Extensions**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.Platforms**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.IO.Packaging**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **System.Resources.Extensions**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Ref**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Runtime.win-x64**: from 7.0.0 to 7.0.0 (parent: Microsoft.Private.Winforms) - **VS.Redist.Common.NetCore.SharedFramework.x64.7.0**: from 7.0.0-rtm.22513.8 to 7.0.0-rtm.22518.5 (parent: Microsoft.Private.Winforms) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:99f855ec-f28a-4ad7-6638-08da7ef6346a) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - **Subscription**: 99f855ec-f28a-4ad7-6638-08da7ef6346a - **Build**: 20221018.7 - **Date Produced**: October 19, 2022 1:50:54 AM UTC - **Commit**: e83409daa530605da4eb5f847c6740a520325d25 - **Branch**: refs/heads/internal/release/7.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 7.0.0-rtm.22517.2 to 7.0.0-rtm.22518.7][1] - **Microsoft.Private.Winforms**: [from 7.0.0-rtm.22517.2 to 7.0.0-rtm.22518.7][1] - **System.CodeDom**: [from 7.0.0 to 7.0.0][2] - **System.Configuration.ConfigurationManager**: [from 7.0.0 to 7.0.0][2] - **System.Diagnostics.EventLog**: [from 7.0.0 to 7.0.0][2] - **System.DirectoryServices**: [from 7.0.0 to 7.0.0][2] - **System.Drawing.Common**: [from 7.0.0 to 7.0.0][2] - **System.Reflection.Metad...
1 parent d8beab3 commit 636e2b7

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

NuGet.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<clear />
66
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
77
<!-- Begin: Package sources from dotnet-runtime -->
8-
<add key="darc-int-dotnet-runtime-bebb595" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-bebb5959/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-d099f07" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-d099f075/nuget/v3/index.json" />
99
<!-- End: Package sources from dotnet-runtime -->
1010
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
1111
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
@@ -21,7 +21,7 @@
2121
<disabledPackageSources>
2222
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
2323
<!-- Begin: Package sources from dotnet-runtime -->
24-
<add key="darc-int-dotnet-runtime-bebb595" value="true" />
24+
<add key="darc-int-dotnet-runtime-d099f07" value="true" />
2525
<!-- End: Package sources from dotnet-runtime -->
2626
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2727
</disabledPackageSources>

eng/Version.Details.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,77 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="7.0.0-rtm.22517.2">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="7.0.0-rtm.22518.7">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>77b444d039791bf7acf4869f99de695b28d7d6ef</Sha>
6+
<Sha>e83409daa530605da4eb5f847c6740a520325d25</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.0-rtm.22517.2">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="7.0.0-rtm.22518.7">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>77b444d039791bf7acf4869f99de695b28d7d6ef</Sha>
10+
<Sha>e83409daa530605da4eb5f847c6740a520325d25</Sha>
1111
</Dependency>
1212
<Dependency Name="System.CodeDom" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
1313
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
14-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
14+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
1515
</Dependency>
1616
<Dependency Name="System.Configuration.ConfigurationManager" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
1717
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
18-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
18+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
1919
</Dependency>
2020
<Dependency Name="System.Diagnostics.EventLog" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
2121
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
22-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
22+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
2323
</Dependency>
2424
<Dependency Name="System.DirectoryServices" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
2525
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
26-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
26+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
2727
</Dependency>
2828
<Dependency Name="System.Drawing.Common" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
2929
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
30-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
30+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
3131
</Dependency>
3232
<Dependency Name="System.Reflection.MetadataLoadContext" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
3333
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
34-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
34+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
3535
</Dependency>
3636
<Dependency Name="System.Security.Cryptography.Xml" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
3737
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
38-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
38+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
3939
</Dependency>
4040
<Dependency Name="System.Security.Permissions" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
4141
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
42-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
42+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
4343
</Dependency>
4444
<Dependency Name="System.Windows.Extensions" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
4545
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
46-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
46+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
4747
</Dependency>
4848
<Dependency Name="Microsoft.NETCore.Platforms" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
4949
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
50-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
50+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
5151
</Dependency>
5252
<Dependency Name="Microsoft.DotNet.Wpf.DncEng" Version="7.0.0-rtm.22506.6">
5353
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-wpf-int</Uri>
5454
<Sha>00c647d63646ecc287c92f64734f438557f4a813</Sha>
5555
</Dependency>
5656
<Dependency Name="System.IO.Packaging" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
5757
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
58-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
58+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
5959
</Dependency>
6060
<Dependency Name="System.Resources.Extensions" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
6161
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
62-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
62+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
6363
</Dependency>
6464
<Dependency Name="Microsoft.NETCore.App.Ref" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
6565
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
66-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
66+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
6767
</Dependency>
6868
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="7.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
6969
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
70-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
70+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
7171
</Dependency>
72-
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rtm.22513.8" CoherentParentDependency="Microsoft.Private.Winforms">
72+
<Dependency Name="VS.Redist.Common.NetCore.SharedFramework.x64.7.0" Version="7.0.0-rtm.22518.5" CoherentParentDependency="Microsoft.Private.Winforms">
7373
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
74-
<Sha>bebb59597c8f98828b4cf2ae7724b277b15c47ee</Sha>
74+
<Sha>d099f075e45d2aa6007a22b71b45a08758559f80</Sha>
7575
</Dependency>
7676
</ProductDependencies>
7777
<ToolsetDependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
</PropertyGroup>
2323
<!-- Packages that come from https://github.com/dotnet/winforms -->
2424
<PropertyGroup>
25-
<MicrosoftPrivateWinformsVersion>7.0.0-rtm.22517.2</MicrosoftPrivateWinformsVersion>
25+
<MicrosoftPrivateWinformsVersion>7.0.0-rtm.22518.7</MicrosoftPrivateWinformsVersion>
2626
</PropertyGroup>
2727
<!-- Packages that come from https://github.com/dotnet/runtime -->
2828
<PropertyGroup>
29-
<VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>7.0.0-rtm.22513.8</VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>
29+
<VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>7.0.0-rtm.22518.5</VSRedistCommonNetCoreSharedFrameworkx6470PackageVersion>
3030
<MicrosoftNETCoreAppRefVersion>7.0.0</MicrosoftNETCoreAppRefVersion>
3131
<MicrosoftNETCoreAppRuntimewinx64Version>7.0.0</MicrosoftNETCoreAppRuntimewinx64Version>
3232
<MicrosoftNETCorePlatformsVersion>7.0.0</MicrosoftNETCorePlatformsVersion>

0 commit comments

Comments
 (0)