Skip to content

Commit d41b93f

Browse files
authored
List Microsoft.AspNetCore.App in PackageOverrides.txt
1 parent 8957ae8 commit d41b93f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@
166166
<!-- Use shared framework version for project references. -->
167167
<_AspNetCoreAppPackageOverrides Include="@(ReferencePath->'%(FileName)|$(ReferencePackSharedFxVersion)')"
168168
Condition=" '%(ReferencePath.ReferenceSourceTarget)' == 'ProjectReference' " />
169+
170+
<!-- Include Microsoft.AspNetCore.App for Package Pruning -->
171+
<_AspNetCoreAppPackageOverrides Include="Microsoft.AspNetCore.App|$(ReferencePackSharedFxVersion)" />
169172
</ItemGroup>
170173

171174
<WriteLinesToFile

0 commit comments

Comments
 (0)