Skip to content

Commit 89936f5

Browse files
dotnet-botmmitche
authored andcommitted
Merged PR 11738: [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.2-servicing.20611.9 to 5.0.2-servicing.20611.20 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.ILAsm**: from 5.0.2-servicing.20611.9 to 5.0.2-servicing.20611.20 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Internal**: from 5.0.2-servicing.20611.9 to 5.0.2-servicing.20611.20 (parent: Microsoft.Private.Winforms) - **Microsoft.NETCore.App.Runtime.win-x64**: from 5.0.2 to 5.0.2 (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**: 20201213.1 - **Date Produced**: 12/13/2020 1:02 PM - **Commit**: 1a7d925a270d4eaca6e801de8b88b34b535091de - **Branch**: refs/heads/internal/release/5.0 [DependencyUpdate]: <> (Begin) - **Updates**: - **Microsoft.Dotnet.WinForms.ProjectTemplates**: [from 5.0.2-servicing.20611.7 to 5.0.2-servicing.20613.1][1] - **Microsoft.Private.Winforms**: [from 5.0.2-servicing.20611.7 to 5.0.2-servicing.20613.1][1] - **Microsoft.NETCore.ILDAsm**: [from 5.0.2-servicing.20611.9 to 5.0.2-servicing.20611.20][2] - **Microsoft.NETCore.ILAsm**: [from 5.0.2-servicing.20611.9 to 5.0.2-servicing.20611.20][2] - **Microsoft.NETCore.App.Internal**: [from 5.0.2-servicing.20611.9 to 5.0.2-servicing.20611.20][2] - **Microsoft.NETCore.App.Runtime.win-x64**: [from 5.0.2 to 5.0.2][2] [1]: https://dev.azure.com/dnceng/internal/_git/dotnet-winforms/branches?baseVersion=GC45b331f&targetVersion=GC1a7d925&_a=files [2]: https://dev.azure.com/dnceng/internal/_git/dotnet-runtime/branches?baseVersion=GC728fdef&targetVersion=GCcb5f173&_a=files [DependencyUpdate]: <> (End) [marker]: <> (End:b53d5ac5-e69b-4dd1-4585-08d89c6b4107)
1 parent 2258007 commit 89936f5

File tree

3 files changed

+19
-17
lines changed

3 files changed

+19
-17
lines changed

NuGet.config

Lines changed: 4 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-728fdef" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-728fdef7/nuget/v3/index.json" />
8+
<add key="darc-int-dotnet-runtime-cb5f173" value="https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-runtime-cb5f173b/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" />
@@ -16,8 +16,10 @@
1616
</packageSources>
1717
<disabledPackageSources>
1818
<add key="darc-int-dotnet-runtime-4f8dd29" value="true" />
19-
<!-- Begin: Package sources from dotnet-runtime -->
2019
<add key="darc-int-dotnet-runtime-728fdef" value="true" />
20+
<add key="darc-int-dotnet-runtime-0260401" value="true" />
21+
<!-- Begin: Package sources from dotnet-runtime -->
22+
<add key="darc-int-dotnet-runtime-cb5f173" value="true" />
2123
<!-- End: Package sources from dotnet-runtime -->
2224
</disabledPackageSources>
2325
</configuration>

eng/Version.Details.xml

Lines changed: 11 additions & 11 deletions
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.2-servicing.20611.7">
4+
<Dependency Name="Microsoft.Private.Winforms" Version="5.0.2-servicing.20613.1">
55
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
6-
<Sha>45b331ffa1564253563f669647838ea1f20783b3</Sha>
6+
<Sha>1a7d925a270d4eaca6e801de8b88b34b535091de</Sha>
77
</Dependency>
8-
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.2-servicing.20611.7">
8+
<Dependency Name="Microsoft.Dotnet.WinForms.ProjectTemplates" Version="5.0.2-servicing.20613.1">
99
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-winforms</Uri>
10-
<Sha>45b331ffa1564253563f669647838ea1f20783b3</Sha>
10+
<Sha>1a7d925a270d4eaca6e801de8b88b34b535091de</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.2-servicing.20611.9" CoherentParentDependency="Microsoft.Private.Winforms">
80+
<Dependency Name="Microsoft.NETCore.ILDAsm" Version="5.0.2-servicing.20611.20" CoherentParentDependency="Microsoft.Private.Winforms">
8181
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
82-
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
82+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
8383
</Dependency>
84-
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.2-servicing.20611.9" CoherentParentDependency="Microsoft.Private.Winforms">
84+
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.2-servicing.20611.20" CoherentParentDependency="Microsoft.Private.Winforms">
8585
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
86-
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
86+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</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.2-servicing.20611.9" CoherentParentDependency="Microsoft.Private.Winforms">
92+
<Dependency Name="Microsoft.NETCore.App.Internal" Version="5.0.2-servicing.20611.20" CoherentParentDependency="Microsoft.Private.Winforms">
9393
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
94-
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
94+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</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.2" CoherentParentDependency="Microsoft.Private.Winforms">
101101
<Uri>https://dev.azure.com/dnceng/internal/_git/dotnet-runtime</Uri>
102-
<Sha>728fdef7b4af7ea3be1913271d04be959dae4f0a</Sha>
102+
<Sha>cb5f173b9696d9d00a544b953d95190ab3b56df2</Sha>
103103
</Dependency>
104104
</ProductDependencies>
105105
<ToolsetDependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
</PropertyGroup>
99
<!-- NuGet Package Versions -->
1010
<PropertyGroup>
11-
<MicrosoftPrivateWinformsVersion>5.0.2-servicing.20611.7</MicrosoftPrivateWinformsVersion>
11+
<MicrosoftPrivateWinformsVersion>5.0.2-servicing.20613.1</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.2-servicing.20611.9</MicrosoftNETCoreILDAsmVersion>
17-
<MicrosoftNETCoreILAsmVersion>5.0.2-servicing.20611.9</MicrosoftNETCoreILAsmVersion>
16+
<MicrosoftNETCoreILDAsmVersion>5.0.2-servicing.20611.20</MicrosoftNETCoreILDAsmVersion>
17+
<MicrosoftNETCoreILAsmVersion>5.0.2-servicing.20611.20</MicrosoftNETCoreILAsmVersion>
1818
</PropertyGroup>
1919
<!-- Packages that come from https://github.com/dotnet/core-setup -->
2020
<PropertyGroup>
21-
<MicrosoftNETCoreAppInternalVersion>5.0.2-servicing.20611.9</MicrosoftNETCoreAppInternalVersion>
21+
<MicrosoftNETCoreAppInternalVersion>5.0.2-servicing.20611.20</MicrosoftNETCoreAppInternalVersion>
2222
<MicrosoftNETCoreAppRefVersion>5.0.0</MicrosoftNETCoreAppRefVersion>
2323
<MicrosoftNETCoreAppRuntimewinx64Version>5.0.2</MicrosoftNETCoreAppRuntimewinx64Version>
2424
<MicrosoftNETCorePlatformsVersion>5.0.0</MicrosoftNETCorePlatformsVersion>

0 commit comments

Comments
 (0)