Skip to content

Custom Package Scaffolding Generates Actions Project with Incorrect TargetFramework (Data Package) #770

Description

@cesarmeira90

An inconsistency in the generated custom package projects was found.

The Common project is correctly targeting .NET 8.0, while the Actions project is still being generated with .NET 6.0.
As a result, customers cannot easily reference dependencies targeting .NET 8.0 without manually modifying the generated project file.

Current Behavior

  • Common project: net8.0 ✅
  • Actions project: net6.0 ❌

Expected Behavior

  • Common project: net8.0 ✅
  • Actions project: net8.0 ✅

When the scafold is for versions 11 or higher, they should use .NET 8.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions