Skip to content

Add net10.0 target framework - #666

Merged
rexm merged 1 commit into
masterfrom
fix/issue-659-net10-target
Aug 9, 2026
Merged

Add net10.0 target framework#666
rexm merged 1 commit into
masterfrom
fix/issue-659-net10-target

Conversation

@rexm

@rexm rexm commented Aug 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds net10.0 to the Handlebars library's TargetFrameworks, alongside the existing netstandard2.0, netstandard2.1, and net8.0 targets.
  • CI already builds/tests against the net10.0 SDK and the Test/Benchmark projects already target net10.0, but the published library itself was missing the target — this closes that gap.

Fixes #659

Test plan

  • dotnet build -c Release succeeds for all four target frameworks
  • dotnet test passes (1912/1912) on net10.0

🤖 Generated with Claude Code

CI already builds and tests against the net10.0 SDK, but the published
library only targeted netstandard2.0, netstandard2.1, and net8.0.
@rexm
rexm enabled auto-merge August 9, 2026 02:11
@sonarqubecloud

sonarqubecloud Bot commented Aug 9, 2026

Copy link
Copy Markdown

@rexm
rexm merged commit e5f4548 into master Aug 9, 2026
7 checks passed
@rexm
rexm deleted the fix/issue-659-net10-target branch August 9, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add .NET 10 Target Framework

1 participant