Skip to content

Commit 94ab12e

Browse files
authored
Move Microsoft.NET.Platforms above pinned (#2788)
I think this is still causing CPD problems in upstack updates. While this isn't technically a product dependency, it's tied to a product dependency (core-setup)
1 parent 9695ec0 commit 94ab12e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<Uri>https://github.com/dotnet/core-setup</Uri>
7171
<Sha>b7dd5aff44d496b8cc46c613fa686540200e226a</Sha>
7272
</Dependency>
73+
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
74+
<Uri>https://github.com/dotnet/corefx</Uri>
75+
<Sha>e14c43ea3f727d1ed8844014aae8b168cc608b22</Sha>
76+
</Dependency>
7377
<!-- Keep this dependency at the bottom of ProductDependencies, else it will be picked as the parent for CoherentParentDependencies -->
7478
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0" Pinned="true">
7579
<Uri>https://github.com/dotnet/core-setup</Uri>
@@ -93,10 +97,6 @@
9397
<Uri>https://github.com/dotnet/arcade</Uri>
9498
<Sha>4d80b9cfa53e309c8f685abff3512f60c3d8a3d1</Sha>
9599
</Dependency>
96-
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.1" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
97-
<Uri>https://github.com/dotnet/corefx</Uri>
98-
<Sha>e14c43ea3f727d1ed8844014aae8b168cc608b22</Sha>
99-
</Dependency>
100100
<Dependency Name="Microsoft.Net.Compilers.Toolset" Version="3.3.1-beta4-19462-11">
101101
<Uri>https://github.com/dotnet/roslyn</Uri>
102102
<Sha>66a912c9463eebe832cf742d2fe8bb2e1a4600ec</Sha>

0 commit comments

Comments
 (0)