command-line-api icon indicating copy to clipboard operation
command-line-api copied to clipboard

Update projects to build net7.0 TFM

Open MichaelSimons opened this issue 3 years ago • 0 comments

Source build requires projects to build with the current TFM or a supported netstandard TFM. command-line-api currently targets net6.0. Ideally this would be updated to net7.0. If that is not possible, the TFM could be conditioned for source-build but ideally the regular and source build would be identical.

MichaelSimons avatar Jul 08 '22 20:07 MichaelSimons