Visual studio 2022 support
Please add Visual studio 2022 support. Thank you
I didn't use it since I migrated all my projects to the new SDK style and moved all common settings to directory.build.props - so from my point of view this tool is deprecated
I think it will be useful anyway to those (like us) are still on .net framework.
Project format is not related to target framework, you can use all the new features with any framework.
However if you think it's worth the effort, feel free to provide a PR.
Sorry Tom, I was wrong. I meant those on VS 2022 but still on 'classic' (old) project format. Do you mean that on SDK style project there's a 'centralized' way to manage project configuration like in your extension ?
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2022#directorybuildprops-and-directorybuildtargets
https://github.com/dotnet/try-convert
There is a fix and release build for VS2022 at https://github.com/andreasfranke/ProjectConfigurationManager-2022