phmonte / Buildalyzer

A utility to perform design-time builds of .NET projects without having to think too hard about it.
MIT License
589 stars 92 forks source link

Update dependencies #234

Closed pentp closed 6 months ago

pentp commented 10 months ago

Update Microsoft.Build to 17.0.1 which is the lowest version targeting .NET 6.0. Also removed some redundant dependencies and updated Microsoft.Extensions to 6.0.0.

daveaglick commented 6 months ago

Thanks for updating all these! All my local tests passed (the earlier failure was due to an unrelated test I had that was pulling in some open source projects which I've since removed). I'm planning to merge a couple more of the pending PRs this week and get a release out by week end.