Skip to content

Commit 87517af

Browse files
authored
Merge pull request #2456 from aspnet/CPD-MNA
Move pinned Microsoft.Netcore.App down
2 parents 40cae90 + 54df04d commit 87517af

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

eng/Version.Details.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@
5858
<Uri>https://github.com/dotnet/corefx</Uri>
5959
<Sha>bedb348c4d93b6172967df6cdeea0272c81eb752</Sha>
6060
</Dependency>
61-
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0" Pinned="true">
62-
<Uri>https://github.com/dotnet/core-setup</Uri>
63-
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
64-
</Dependency>
6561
<!--
6662
Win-x64 is used here because we have picked an arbitrary runtime identifier to flow the version of the latest NETCore.App runtime.
6763
All Runtime.$rid packages should have the same version.
@@ -74,6 +70,11 @@
7470
<Uri>https://github.com/dotnet/core-setup</Uri>
7571
<Sha>d34d1570bfdf669ed94b4c939b2f39a1650e2320</Sha>
7672
</Dependency>
73+
<!-- Keep this dependency at the bottom of ProductDependencies, else it will be picked as the parent for CoherentParentDependencies -->
74+
<Dependency Name="Microsoft.NETCore.App.Ref" Version="3.0.0" Pinned="true">
75+
<Uri>https://github.com/dotnet/core-setup</Uri>
76+
<Sha>7d57652f33493fa022125b7f63aad0d70c52d810</Sha>
77+
</Dependency>
7778
</ProductDependencies>
7879
<ToolsetDependencies>
7980
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19474.3">

0 commit comments

Comments
 (0)