Skip to content

Remove Support for Older Versions of .NET Framework #33

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

Merged
merged 2 commits into from
Sep 29, 2022
Merged

Conversation

9ee1
Copy link
Owner

@9ee1 9ee1 commented Sep 29, 2022

When Capstone.NET 2.0 was first released, .NET Core did not support Windows GUI applications. As such, Capstone.NET 2.0 explicitly supported .NET Framework 4.0 and greater to allow developers building Windows GUI applications to use Capstone.NET.

Today, Windows GUI applications are supported on .NET. Developers no longer need to use .NET Framework to build Windows GUI applications. Furthermore, Microsoft has deprecated, and no longer supports, any version of .NET Framework before .NET Framework 4.6.2.

Starting with Capstone.NET 2.1, the minimal supported version of .NET Framework is .NET Framework 4.6.1. If you're wondering why .NET Framework 4.6.1 even though it is deprecated, please consult the .NET Compatibility Matrix.

@9ee1 9ee1 added this to the Capstone.NET 2.1.0 milestone Sep 29, 2022
@9ee1 9ee1 self-assigned this Sep 29, 2022
@9ee1 9ee1 merged commit 06e95af into master Sep 29, 2022
@9ee1 9ee1 deleted the remove-old-dotnet branch September 29, 2022 03:44
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.

2 participants