Skip to content

Support for more versions of dotnet #135

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

Open
wants to merge 2 commits into
base: master-v2
Choose a base branch
from

Conversation

tangmanger
Copy link

Multi-Target .NET Support Enhancement

Description

This PR adds comprehensive multi-targeting support for .NET Framework 4.0 through .NET 8.0.

Changes Made

Target Framework Expansion

  • Added support for:
    • .NET Framework: 4.0, 4.6.2, 4.7.2, 4.8.1
    • Modern .NET: 6.0, 8.0
  • All Windows-specific frameworks include -windows TFM suffix

Project File Modifications

 <TargetFrameworks>net40-windows;net462-windows;net472-windows;net481-windows;net6.0-windows;net8.0-windows</TargetFrameworks>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant