From 76a7d49063e0e055731e16dc4c3414141d100c6f Mon Sep 17 00:00:00 2001 From: axunonb Date: Wed, 8 Oct 2025 08:53:09 +0200 Subject: [PATCH] Supported TFM are now `netstandard2.1` and `net8.0`, dropped `net6.0` chore: Updated `Scriban` from v6.2.1 to v6.4.0 and other referenced nuget packages --- .github/workflows/build_test.yml | 2 +- .../Axuno.TextTemplating.Tests.csproj | 12 ++++++------ .../Axuno.TextTemplating.csproj | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index bb81700..4e3e466 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -22,7 +22,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - dotnet-version: [ '3.x', '6.x', '8.0' ] + dotnet-version: [ '3.x', '8.0' ] steps: - name: Checkout diff --git a/Src/Axuno.TextTemplating.Tests/Axuno.TextTemplating.Tests.csproj b/Src/Axuno.TextTemplating.Tests/Axuno.TextTemplating.Tests.csproj index bcc5a54..1f60eed 100644 --- a/Src/Axuno.TextTemplating.Tests/Axuno.TextTemplating.Tests.csproj +++ b/Src/Axuno.TextTemplating.Tests/Axuno.TextTemplating.Tests.csproj @@ -16,12 +16,12 @@ - - - - - - + + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj b/Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj index 8a5c2d9..6269d44 100644 --- a/Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj +++ b/Src/Axuno.TextTemplating/Axuno.TextTemplating.csproj @@ -1,6 +1,6 @@  - netstandard2.1;net6.0;net8.0 + netstandard2.1;net8.0 enable $(NoWarn);1591 Text templating is used to dynamically render contents based on a template and a model. @@ -42,16 +42,16 @@ The library is a modified version of the lightweight TextTemplating.Scriban part - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - + +