Skip to content

Commit fdf7d1b

Browse files
dotnet-botmmitche
authored andcommitted
Merged PR 14436: [internal/release/5.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**: - **Microsoft.NETCore.ILDAsm**: from 5.0.6-servicing.21209.7 to 5.0.6-servicing.21220.11 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.ILAsm**: from 5.0.6-servicing.21209.7 to 5.0.6-servicing.21220.11 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Internal**: from 5.0.6-servicing.21209.7 to 5.0.6-servicing.21220.11 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Runtime.win-x64**: from 5.0.6 to 5.0.6 (parent: Microsoft.Private.Winforms) [DependencyUpdate]: <> (End) [marker]: <> (End:Coherency Updates) [marker]: <> (Begin:b53d5ac5-e69b-4dd1-4585-08d89c6b4107) ## From https://dev.azure.com/dnceng/internal/_git/dotnet-winforms - **Subscription**: b53d5ac5-e69b-4dd1-4585-08d89c6b4107 - **Build**: 20210421.3 - **Date Produced**: 4/21/2021 3:22 PM - **Commit**: 3b86fe34ae2ef405a49c19997f9f01ed63a2ad70 - **Branch**: refs/heads/internal/release/5.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 5.0.6-servicing.21213.9 to 5.0.6-servicing.21221.3][1] - **Microsoft.Private.Winforms**: [from 5.0.6-servicing.21213.9 to 5.0.6-servicing.21221.3][1] - **Microsoft.NETCore.ILDAsm**: [from 5.0.6-servicing.21209.7 to 5.0.6-servicing.21220.11][2] - **Microsoft.NETCore.ILAsm**: [from 5.0.6-servicing.21209.7 to 5.0.6-servicing.21220.11][2] - **Microsoft.NETCore.App.Internal**: [from 5.0.6-servicing.21209.7 to 5.0.6-servicing.21220.11][2] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 5.0.6 to 5.0.6][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC7c6c603&targetVersion=GC3b86fe3&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC84b3074&targetVersion=GC478b2f8&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:b53d5ac5-e69b-4dd1-4585-08d89c6b4107)
1 parent 579c479 commit fdf7d1b

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

NuGet.config

+2-2
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-84b3074" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-84b30748/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-478b2f8" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-478b2f8c/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" />
@@ -17,7 +17,7 @@
1717
<disabledPackageSources>
1818
<!--Begin: Package sources managed by Dependency Flow automation. Do not edit the sources below.-->
1919
<!-- Begin: Package sources from dotnet-runtime -->
20-
<add key="darc-int-dotnet-runtime-84b3074" value="true" />
20+
<add key="darc-int-dotnet-runtime-478b2f8" value="true" />
2121
<!--End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
2222
<add key="darc-int-dotnet-runtime-f27d337" value="true" />
2323
<add key="darc-int-dotnet-runtime-c636bbd" value="true" />

eng/Version.Details.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
33
<ProductDependencies>
4-
<Dependency Name="Microsoft.Private.Winforms" Version="5.0.6-servicing.21213.9">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="5.0.6-servicing.21221.3">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>7c6c603e2b02d7fca1798ca81f54b4d8a138ef76</Sha>
6+
<Sha>3b86fe34ae2ef405a49c19997f9f01ed63a2ad70</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.6-servicing.21213.9">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.6-servicing.21221.3">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>7c6c603e2b02d7fca1798ca81f54b4d8a138ef76</Sha>
10+
<Sha>3b86fe34ae2ef405a49c19997f9f01ed63a2ad70</Sha>
1111
</Dependency>
1212
<Dependency Name="Microsoft.Win32.Registry" Version="5.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
1313
<Uri>https://github.com/dotnet/runtime</Uri>
@@ -77,29 +77,29 @@
7777
<Uri>https://github.com/dotnet/coreclr</Uri>
7878
<Sha>d5bb8bf2437d447750cf0203dd55bb5160ff36b8</Sha>
7979
</Dependency>
80-
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="5.0.6-servicing.21209.7" CoherentParentDependency="Microsoft.Private.Winforms">
80+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="5.0.6-servicing.21220.11" CoherentParentDependency="Microsoft.Private.Winforms">
8181
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
82-
<Sha>84b30748fccccc0247181b615946aac10870364d</Sha>
82+
<Sha>478b2f8c0e480665f6c52c95cd57830784dc9560</Sha>
8383
</Dependency>
84-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.6-servicing.21209.7" CoherentParentDependency="Microsoft.Private.Winforms">
84+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.6-servicing.21220.11" CoherentParentDependency="Microsoft.Private.Winforms">
8585
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
86-
<Sha>84b30748fccccc0247181b615946aac10870364d</Sha>
86+
<Sha>478b2f8c0e480665f6c52c95cd57830784dc9560</Sha>
8787
</Dependency>
8888
<Dependency Name="System.Resources.Extensions" Version="5.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
8989
<Uri>https://github.com/dotnet/runtime</Uri>
9090
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
9191
</Dependency>
92-
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.6-servicing.21209.7" CoherentParentDependency="Microsoft.Private.Winforms">
92+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.6-servicing.21220.11" CoherentParentDependency="Microsoft.Private.Winforms">
9393
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
94-
<Sha>84b30748fccccc0247181b615946aac10870364d</Sha>
94+
<Sha>478b2f8c0e480665f6c52c95cd57830784dc9560</Sha>
9595
</Dependency>
9696
<Dependency Name="Microsoft.NETCore.App.Ref" Version="5.0.0" CoherentParentDependency="Microsoft.Private.Winforms">
9797
<Uri>https://github.com/dotnet/runtime</Uri>
9898
<Sha>cf258a14b70ad9069470a108f13765e0e5988f51</Sha>
9999
</Dependency>
100100
<Dependency Name="Microsoft.NETCore.App.Runtime.win-x64" Version="5.0.6" CoherentParentDependency="Microsoft.Private.Winforms">
101101
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
102-
<Sha>84b30748fccccc0247181b615946aac10870364d</Sha>
102+
<Sha>478b2f8c0e480665f6c52c95cd57830784dc9560</Sha>
103103
</Dependency>
104104
</ProductDependencies>
105105
<ToolsetDependencies>

eng/Versions.props

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
</PropertyGroup>
99
<!-- NuGet Package Versions -->
1010
<PropertyGroup>
11-
<MicrosoftPrivateWinformsVersion>5.0.6-servicing.21213.9</MicrosoftPrivateWinformsVersion>
11+
<MicrosoftPrivateWinformsVersion>5.0.6-servicing.21221.3</MicrosoftPrivateWinformsVersion>
1212
</PropertyGroup>
1313
<!-- Packages that come from https://github.com/dotnet/coreclr -->
1414
<PropertyGroup>
1515
<MicrosoftNETCoreRuntimeCoreCLRVersion>5.0.0-alpha1.19562.1</MicrosoftNETCoreRuntimeCoreCLRVersion>
16-
<MicrosoftNETCoreILDAsmVersion>5.0.6-servicing.21209.7</MicrosoftNETCoreILDAsmVersion>
17-
<MicrosoftNETCoreILAsmVersion>5.0.6-servicing.21209.7</MicrosoftNETCoreILAsmVersion>
16+
<MicrosoftNETCoreILDAsmVersion>5.0.6-servicing.21220.11</MicrosoftNETCoreILDAsmVersion>
17+
<MicrosoftNETCoreILAsmVersion>5.0.6-servicing.21220.11</MicrosoftNETCoreILAsmVersion>
1818
</PropertyGroup>
1919
<!-- Packages that come from https://github.com/dotnet/core-setup -->
2020
<PropertyGroup>
21-
<MicrosoftNETCoreAppInternalVersion>5.0.6-servicing.21209.7</MicrosoftNETCoreAppInternalVersion>
21+
<MicrosoftNETCoreAppInternalVersion>5.0.6-servicing.21220.11</MicrosoftNETCoreAppInternalVersion>
2222
<MicrosoftNETCoreAppRefVersion>5.0.0</MicrosoftNETCoreAppRefVersion>
2323
<MicrosoftNETCoreAppRuntimewinx64Version>5.0.6</MicrosoftNETCoreAppRuntimewinx64Version>
2424
<MicrosoftNETCorePlatformsVersion>5.0.2</MicrosoftNETCorePlatformsVersion>

0 commit comments

Comments
 (0)