daveaglick / MsBuildPipeLogger

A logger for MSBuild that sends event data over anonymous or named pipes.
https://msbuildpipelogger.netlify.com/
MIT License
24 stars 2 forks source link

Upgrade to net6.0 and update dependencies #5

Closed xoofx closed 2 years ago

xoofx commented 2 years ago

Will probably conflict with #2 but gonna make a separate PR for it

daveaglick commented 2 years ago

This is definitely preferable to #2, at least as far as the target updates go. Updating to .NET Standard 2 seems reasonable (#2 goes up to .NET 5), and I'd rather keep these targets as low as possible for this one since it's a utility library. That one also needs some other work, so I'm going to merge this PR and then keep iterating on #2.