You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(template): default DevleadConsole template to .NET 10
Add net10.0 as a framework choice and set it as the default target
framework so new projects align with the NUnit template and current SDK.
chore(build): replace NuGetizer with SDK-native template packaging
Drop the NuGetizer dependency and pack template content with standard
SDK metadata (`None` items with `Pack="true"` and `PackagePath`).
- Map template files to `content/` and `content/templates/` paths explicitly
- Align NUnit template output with the `DevleadConsolenunit` folder name
- Switch the Cake `Pack` task from `DotNetMSBuild` to `DotNetPack`
- Set `NoBuild`, `NoRestore`, output directory, and `/m:1` for reliable packs
- Add `#!/usr/bin/env dotnet` shebang to `cake.cs` for direct execution