vipentti / dotnet-check-updates

dotnet tool for checking if there are updates available to NuGet packages installed in C# projects.
MIT License
11 stars 0 forks source link

Implement Directory.Build.props support #5

Closed vipentti closed 9 months ago

vipentti commented 9 months ago

Initial support for Directory.Build.props files. Packages defined in Directory.Build.props can be upgraded just as regular projects. Additionally TargetFrameworks defined in Directory.Build.props can be used so projects no longer need to have those properties.