mhutch / MonoDevelop.MSBuildEditor

Improved MSBuild editing support
Other
211 stars 24 forks source link

Add more known legacy TFMs #218

Closed mhutch closed 3 months ago

mhutch commented 3 months ago

Fixes #213

Note that handling and validating all possible TFMs is extremely difficult, as it's ultimately up to the targets how they are interpreted. In the long term I would like to switch to allowing the targets' build schemas to define the known TFMs, and add better support for aliased TFMs and deprecated TFMs.