From d0e13f2f55f0aa6255ed598f3ae8dc5310ffcfa0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 24 Nov 2025 01:10:10 +0000 Subject: [PATCH 1/3] Update pipelines --- .github/actions/setup-dotnet/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-dotnet/action.yml b/.github/actions/setup-dotnet/action.yml index 8dfb129..bb1b23e 100644 --- a/.github/actions/setup-dotnet/action.yml +++ b/.github/actions/setup-dotnet/action.yml @@ -7,5 +7,6 @@ runs: uses: actions/setup-dotnet@v4 with: dotnet-version: | + 10.0.x 9.0.x 8.0.x From 83be30eeb4cfe90e60bbe653e93d158ecdbb2dc1 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 24 Nov 2025 01:10:20 +0000 Subject: [PATCH 2/3] Update .NET version in EncryptedConfigValue.Cli --- .../EncryptedConfigValue.Cli.Test.csproj | 2 +- EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj b/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj index ca3110f..35c5c11 100644 --- a/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj +++ b/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj @@ -1,7 +1,7 @@ - net9.0;net8.0 + net10.0;net9.0;net8.0 enable false diff --git a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj index 278e742..7fee413 100644 --- a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj +++ b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj @@ -1,7 +1,7 @@ - + - net9.0;net8.0 + net10.0;net9.0;net8.0 enable enable exe From d0431a242db01f1bf2887adea60672ece8fa4ad6 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 24 Nov 2025 01:10:20 +0000 Subject: [PATCH 3/3] Update .NET version in EncryptedConfigValue.AspNetCore --- .../EncryptedConfigValue.AspNetCore.Test.csproj | 2 +- .../EncryptedConfigValue.AspNetCore.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj b/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj index b51b57a..179aee8 100644 --- a/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj +++ b/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj @@ -1,7 +1,7 @@ - net9.0;net8.0 + net10.0;net9.0;net8.0 enable false diff --git a/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj b/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj index 1b733e4..cb3932f 100644 --- a/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj +++ b/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj @@ -1,7 +1,7 @@ - + - net9.0;net8.0 + net10.0;net9.0;net8.0 enable enable