unoplatform / uno.templates

Uno Platform project templates
https://platform.uno/
Other
16 stars 11 forks source link

Single Line TFMs for Single Project #684

Closed dansiegel closed 4 months ago

dansiegel commented 4 months ago

GitHub Issue (If applicable): closes #

PR Type

What kind of change does this PR introduce?

What is the current behavior?

Target Frameworks are each provided on a new line

What is the new behavior?

Target Frameworks are each provided on a single line. This additionally adds a CLI tool that we can use to add additional Target Frameworks for instance if we wanted to bring back Tizen support in the future, as well as the ability to add/modify the supported TFMs such as when .NET 10 is introduced next year. This will quickly regenerate the TFM conditions making this easier to maintain over time.