You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microsoft.Common.targets was not imported into NoTargets SDK projects (#42),
resulting in some functionality like Nuget build extensions (#41) and
Directory.Build.targets (#40 ) not working correctly.
Fixes#40Fixes#41Fixes#42
Failure:
Microsoft.Build.NoTargets
does not supportDirectory.Build.targets
. It does however importDirectory.Build.props
.Reason:
This is happens because
Microsoft.Common.targets
is not imported.Microsoft.Common.props
is imported.Fix / Workaround:
You could include
Microsoft.Common.targets
or you could include the relevant stuff from the common file:The text was updated successfully, but these errors were encountered: