Change framework target version to .net v4.0#13
Conversation
- Makes for easier execution on Windows systems without .net v3.5, but has .net v4+. No need for a separate `app.config` there, as it is today.
- Crashes on Windows systems with only .net v3.5.
- Targets application to (primarily) Windows 10, while leaving (primarily) Windows 7 behind.
- Both are still popular, with a high number of users and large market shares.
- September 2018:
- Windows 10: 50.07%
- Windows 7: 37.2%
- Can both systems be targeted at once, similar to #11/#12 but without `app.config`?
See
- #11
- #12
- https://en.wikipedia.org/wiki/Windows_10#Market_share_and_sales
|
Related to #11/#12. Looked at getting an embedded version of https://joelpurra.com/projects/X-Mouse_Controls/ Have also moved the code from the What's best -- a |
|
I like that Unless there’s some other trick we don’t know about, I suspect a self-sufficient universal
So that might be a third option to think about. Does seem pretty ugly to me though ;-). I don’t really feel very strongly about |
app.configthere, as it is today.app.config?See