From 0fa4e75012fda9c5a6eef32c8f56e9e56440586d Mon Sep 17 00:00:00 2001 From: Rex Morgan Date: Sat, 8 Aug 2026 22:10:18 -0400 Subject: [PATCH] feat: add net10.0 target framework to Handlebars.Net (issue #659) CI already builds and tests against the net10.0 SDK, but the published library only targeted netstandard2.0, netstandard2.1, and net8.0. --- source/Handlebars/Handlebars.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Handlebars/Handlebars.csproj b/source/Handlebars/Handlebars.csproj index b050e388..e15d5ba3 100644 --- a/source/Handlebars/Handlebars.csproj +++ b/source/Handlebars/Handlebars.csproj @@ -3,7 +3,7 @@ Handlebars 9822C7B8-7E51-42BC-9A49-72A10491B202 - netstandard2.0;netstandard2.1;net8.0 + netstandard2.0;netstandard2.1;net8.0;net10.0 2.0.0 HandlebarsDotNet true