-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Update the project to support multiple .NET target frameworks so the NuGet package can be used in different runtime environments.
Tasks:
- Replace
<TargetFramework>with<TargetFrameworks>in the.csprojfile. - Add all required target frameworks (e.g.
net7.0;net8.0;net9.0). - Ensure the project builds successfully for all targets.
- Verify that the generated NuGet package includes assemblies for each framework.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels