Skip to content

Add multi-targeting for .NET 8.0 and 6.0 LTS #2

Description

@jmarbutt

Problem

The package currently only targets net9.0 (preview), which significantly limits adoption and production readiness.

Location: Inngest/Inngest.csproj:4

<TargetFramework>net9.0</TargetFramework>

Suggested Solution

Multi-target to include current LTS versions:

<TargetFrameworks>net9.0;net8.0;net6.0</TargetFrameworks>

This may require:

  • Conditional package references for version-specific dependencies
  • Testing on all target frameworks
  • Potentially using polyfills for newer APIs

Priority

High - most production .NET applications run on LTS versions (8.0 or 6.0).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions