KirillOsenkov / MSBuildStructuredLog

A logger for MSBuild that records a structured representation of executed targets, tasks, property and item values.
MIT License
1.42k stars 188 forks source link

Moving to net6.0 #586

Closed jaredpar closed 2 years ago

jaredpar commented 2 years ago

Several projects in the code base target net5.0 which is going out of support in four days (May 10th).

https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core

Are there any reasons why we can't move the projects forward to net6.0? Happy to send a PR that does this but wanted to check before sending the PR.

KirillOsenkov commented 2 years ago

yes, feel free to update from net5.0 to net6.0, I just never had time