Skip to content

Commit 45f9e68

Browse files
authored
Update package override to use SharedFrameworkName
1 parent d41b93f commit 45f9e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
Condition=" '%(ReferencePath.ReferenceSourceTarget)' == 'ProjectReference' " />
169169

170170
<!-- Include Microsoft.AspNetCore.App for Package Pruning -->
171-
<_AspNetCoreAppPackageOverrides Include="Microsoft.AspNetCore.App|$(ReferencePackSharedFxVersion)" />
171+
<_AspNetCoreAppPackageOverrides Include="$(SharedFrameworkName)|$(ReferencePackSharedFxVersion)" />
172172
</ItemGroup>
173173

174174
<WriteLinesToFile

0 commit comments

Comments
 (0)