GitReader
GitReader copied to clipboard
Simplify target frameworks
Reduce drastically the number of target frameworks while keeping maximum compatibility. Having so many target frameworks (18!) affects the developper experience:
- compilation is super slow for such a small library
- refactoring takes ages
It will also reduce the package size!
See https://github.com/kekyo/GitReader/pull/2#issuecomment-1550798435 for more details
Sorry, this is a decision based on my experience, but I would like to take a closer look. I plan to use it on several private projects, so I would like to see how it affects them and accept it if it looks ok.