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

Upgrade to .Net 4.6.2 #4482

Merged
merged 2 commits into from
Jun 9, 2023
Merged

Upgrade to .Net 4.6.2 #4482

merged 2 commits into from
Jun 9, 2023

Conversation

amaitland
Copy link
Member

@amaitland amaitland commented Apr 21, 2023

Fixes: #4433

Summary:

  • Upgrade minimum .Net version

Changes: [specify the structures changed]

  • Update to .Net 4.6.2
  • Remove TaskCompletionSource continuation hack

How Has This Been Tested?
Resulting packages will be tested from CI builds.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Updated documentation

Checklist:

  • Tested the code(if applicable)
  • Commented my code
  • Changed the documentation(if applicable)
  • New files have a license disclaimer
  • The formatting is consistent with the project (project supports .editorconfig)

@AppVeyorBot
Copy link

- Now that min version is .Net 4.6.2 we can use RunContinuationsAsynchronously
- Remove some unused code
@amaitland amaitland added this to the 115.2.x milestone Jun 9, 2023
@AppVeyorBot
Copy link

@amaitland amaitland marked this pull request as ready for review June 9, 2023 21:33
@amaitland amaitland merged commit 1def8a7 into cefsharp:master Jun 9, 2023
@amaitland amaitland self-assigned this Jun 9, 2023
@amaitland amaitland linked an issue Jun 10, 2023 that may be closed by this pull request
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.

Upgrade to .Net 4.6.2 (minimum version required)
2 participants