Description
I'm trying to build a coding standards Nuget package for my team and I'd like to distribute CSharpier.MSBuild as the formatter, but the current package does not support being a transitive dependency. It's actually quite simple to add that support, you just need to put props/targets in buildTransitive and buildMultitargeting folders in the Nuget package. Those special folders are documented here:
https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets
Description
I'm trying to build a coding standards Nuget package for my team and I'd like to distribute CSharpier.MSBuild as the formatter, but the current package does not support being a transitive dependency. It's actually quite simple to add that support, you just need to put props/targets in
buildTransitiveandbuildMultitargetingfolders in the Nuget package. Those special folders are documented here:https://learn.microsoft.com/en-us/nuget/consume-packages/package-references-in-project-files#controlling-dependency-assets