OK I guess I need a review here. Changing the tfm of core to only netstandard2.0 fixes the problem. But from my perspective the CoverletToolsPath should also be resolved properly. The change of the condition for CoverletToolsPath I did in this PR still doesn't seem to work properly. No matter what I do it always point to netstandard2.0
closes #1629
OK I guess I need a review here. Changing the tfm of core to only
netstandard2.0
fixes the problem. But from my perspective theCoverletToolsPath
should also be resolved properly. The change of the condition forCoverletToolsPath
I did in this PR still doesn't seem to work properly. No matter what I do it always point to netstandard2.0But what I think, for e.g.
net6
it should point to@MarcoRossignoli @Bertk Am I missing something? Can you help out here?