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.
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
Expected Behavior
When the scafold is for versions 11 or higher, they should use .NET 8.0.