Description
Spin off from comments in #603 -
As it stands:
- global.json is set to require a .NET 5 SDK to build
- The command line tool is built as a .NET 5 application.
But - .NET 5 is out of support.
So -
What are the thoughts on
- Updating the SDK version used in the build
and/or
- Retargetting the build to .NET 6 ?
I'm not sure offhand if everything will work as .NET 6 without changes or if anything else would need updating, but I think it is the case that some of the supporting libraries have started dropping support for .NET 5 and needing 6+ so that update might be a pre-requisite of other updates.
Description
Spin off from comments in #603 -
As it stands:
But - .NET 5 is out of support.
So -
What are the thoughts on
and/or
I'm not sure offhand if everything will work as .NET 6 without changes or if anything else would need updating, but I think it is the case that some of the supporting libraries have started dropping support for .NET 5 and needing 6+ so that update might be a pre-requisite of other updates.