Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dual-targeting to run on both .netfx-3.5 and .netfx-4.0+. #12

Merged
merged 1 commit into from Oct 6, 2018

Conversation

binki
Copy link
Contributor

@binki binki commented Sep 14, 2018

Fixes #11.

@joelpurra joelpurra merged commit 27df4ce into joelpurra:master Oct 6, 2018
joelpurra added a commit that referenced this pull request Oct 6, 2018
- 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
@joelpurra
Copy link
Owner

@binki: great, didn't know about this technique before -- many thanks again =)

@binki binki deleted the netfx-dual-targeting branch October 7, 2018 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants