Skip to content

Commit

Permalink
Don't skip ProjectReferences silently in TFM.SDK (#9307)
Browse files Browse the repository at this point in the history
Helps with avoiding issues like dotnet/runtime#69139 in the future.
  • Loading branch information
ViktorHofer authored May 11, 2022
1 parent 6baad99 commit 583c5fc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
Targets="GetTargetFrameworks"
BuildInParallel="$(BuildInParallel)"
RemoveProperties="TargetFramework;RuntimeIdentifier"
Condition="'%(ProjectReference.SkipGetTargetFrameworkProperties)' != 'true'"
SkipNonexistentTargets="true">
Condition="'%(ProjectReference.SkipGetTargetFrameworkProperties)' != 'true'">
<Output TaskParameter="TargetOutputs" ItemName="_ProjectReferenceWithTargetFrameworks" />
</MSBuild>

Expand Down

0 comments on commit 583c5fc

Please sign in to comment.