emoacht / TrimCopy

A Visual Studio extension to copy code block trimming leading white spaces while keeping indentation structure
https://marketplace.visualstudio.com/items?itemName=emoacht.TrimCopy
MIT License
4 stars 3 forks source link

Lower the target .NET Framework version #2

Closed Xottab-DUTY closed 4 years ago

Xottab-DUTY commented 4 years ago

Using the latest version you reduce the number of potential users :)

emoacht commented 4 years ago

Thanks for your feedback. I myself don't have a strong preference for .NET Framework version because the most code would work in the older version. I am not sure in the future though. Just out of curiosity, which version have you installed?

Xottab-DUTY commented 4 years ago

4.6.1, but it's better to lower to 4.5.2 or even lower if it, of course, won't cause a lot of problems.

emoacht commented 4 years ago

IMHO, 4.6.1 is too old. I think you are a Visual Studio user and so can downgrade the target framework version and build this extension by yourself. I found that the lowest would be 4.6 because of the dependencies.