Skip to content

Commit

Permalink
[release/3.1] Remove CPD on dependency coming from core-setup (#3988)
Browse files Browse the repository at this point in the history
* Remove CPD on dependency coming from core-setup

* Remove unused dependency
  • Loading branch information
mmitche authored Oct 13, 2020
1 parent 2f216bb commit af51751
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a04dd08e56bf52e88668c1ef2bd3f630ad442a5</Sha>
</Dependency>
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.9-servicing.20459.3" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Dependency Name="Microsoft.NETCore.App.Internal" Version="3.1.9-servicing.20459.3">
<Uri>https://github.com/dotnet/core-setup</Uri>
<Sha>1a04dd08e56bf52e88668c1ef2bd3f630ad442a5</Sha>
</Dependency>
Expand Down Expand Up @@ -60,15 +60,9 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
<Sha>0f7f38c4fd323b26da10cce95f857f77f0f09b48</Sha>
</Dependency>
<!-- CoreCLR via Core Setup -->
<Dependency Name="Microsoft.NET.Sdk.IL" Version="3.1.9-servicing.20458.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>c2e8c9f71737d87a95610851587e2a1eaf18c91c</Sha>
<SourceBuildId>5596</SourceBuildId>
</Dependency>
<Dependency Name="Microsoft.NETCore.ILAsm" Version="3.1.9-servicing.20458.2" CoherentParentDependency="Microsoft.NETCore.App.Runtime.win-x64">
<Uri>https://github.com/dotnet/coreclr</Uri>
<Sha>c2e8c9f71737d87a95610851587e2a1eaf18c91c</Sha>
<SourceBuildId>5596</SourceBuildId>
</Dependency>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.20113.5">
Expand Down

0 comments on commit af51751

Please sign in to comment.