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

upgrade to .NET 6.0 #221

Closed colombod closed 1 year ago

daveaglick commented 1 year ago

Note that I'll need to do a little investigation before I consider this one done and am able to release another package. More specifically, there was a lot of discussion in #189 and #197 the last time we tried to bump the target. I think the situation is a little different now with another year having passed and .NET Core 3.1 going out of support, but I might need to unwind a bit of the workarounds put in place earlier.

daveaglick commented 1 year ago

So it turns out everything from that earlier workaround had already been rolled back making this a pretty straightforward retarget. Thanks for working through the PR split @colombod - publishing this as a new major Buildalyzer version 5 to NuGet now.