Skip to content

Commit 12a75d4

Browse files
am11pull[bot]
authored andcommitted
Remove a workaround in targetingpacks (#106681)
1 parent 711eed7 commit 12a75d4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

eng/targetingpacks.targets

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,6 @@
109109
</PropertyGroup>
110110
</Target>
111111

112-
<!--
113-
SDK tries to download the ILCompiler runtime packs.
114-
TODO: Remove this target when a 9.0.100 SDK is consumed that respects EnableRuntimePackDownload for the ILCompiler.
115-
-->
116-
<Target Name="RemoveRuntimePackFromDownloadItem"
117-
Condition="'$(UseLocalILCompilerPack)' == 'true'"
118-
AfterTargets="ProcessFrameworkReferences">
119-
<ItemGroup>
120-
<!-- Always remove the PackageReference items as some of the packages are consumed via PackageReference only. -->
121-
<PackageReference Remove="@(PackageReference->WithMetadataValue('Identity', 'Microsoft.DotNet.ILCompiler')->WithMetadataValue('IsImplicitlyDefined', 'true'))" />
122-
</ItemGroup>
123-
</Target>
124-
125112
<!-- Use local targeting/runtime pack for NetCoreAppCurrent. -->
126113
<Target Name="UpdateLocalTargetingAndRuntimePack"
127114
Condition="'$(UseLocalTargetingRuntimePack)' == 'true'"

0 commit comments

Comments
 (0)