NuKeeperDotNet / NuKeeper

Automagically update nuget packages in .NET projects
Apache License 2.0
540 stars 129 forks source link

Enable all *.props and *.targets files, while running inspect, update #1151

Closed djek-sweng closed 2 years ago

djek-sweng commented 2 years ago

🚀 Feature Requests

I created the pull request #1150.

Describe the feature

I have a lot of files like "Directory.Build.props" and "Directory.Build.targets" in my repository. These files manage the package references (versions) for different customers. These files are currently not taken into account, because the method "DirectoryBuildTargetsReader.GetFilePatterns()" only provides fixed file names and no file extensions, like "ProjectFileReader.GetFilePatterns()" does.

Platforms affected (mark all that apply)