Skip to content

Commit c3e8e58

Browse files
authored
Add ProcessFrameworkReferences target to Empty.targets
First of all, I hate this whole filtering model. It's super hacky and constantly causes issues. https://github.com/dotnet/source-build/issues/4047 tracks this. Here we need to also empty the `ProcessFrameworkReferences` target as it still runs as it has a Before/AfterTargets hook. Keep it running is causing issues when RuntimeIdentifier is set to a custom value even though the project should be excluded. Unblocks dotnet/sdk#45362
1 parent 71bd8f1 commit c3e8e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.DotNet.Arcade.Sdk/tools/Empty.targets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@
2222
<Target Name="Test"/>
2323
<Target Name="Pack"/>
2424
<Target Name="Publish"/>
25+
<Target Name="ProcessFrameworkReferences" />
2526

2627
</Project>

0 commit comments

Comments
 (0)