Skip to content

Add multi-targeting #95

@kudima03

Description

@kudima03

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 .csproj file.
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions