From eca2503eb20efe594c81d7e20aaf197dbc5f27f5 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 18 May 2026 02:41:01 +0000 Subject: [PATCH 1/3] Update pipelines --- .github/actions/setup-dotnet/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/setup-dotnet/action.yml b/.github/actions/setup-dotnet/action.yml index bb1b23e..fa02f4f 100644 --- a/.github/actions/setup-dotnet/action.yml +++ b/.github/actions/setup-dotnet/action.yml @@ -8,5 +8,3 @@ runs: with: dotnet-version: | 10.0.x - 9.0.x - 8.0.x From 351f3e20ca9a85c5eec56e13bc456e37a506fc80 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 18 May 2026 02:41:08 +0000 Subject: [PATCH 2/3] Update .NET version in EncryptedConfigValue.Cli --- .../EncryptedConfigValue.Cli.Test.csproj | 2 +- EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj b/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj index cb2294b..449b48b 100644 --- a/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj +++ b/EncryptedConfigValue.Cli.Test/EncryptedConfigValue.Cli.Test.csproj @@ -1,7 +1,7 @@ - net10.0;net9.0;net8.0 + net10.0 enable false diff --git a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj index b8a7566..24bd9fa 100644 --- a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj +++ b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj @@ -1,7 +1,7 @@ - net10.0;net9.0;net8.0 + net10.0 enable enable exe From d9a9867f46b2eb699eb69d6b197218a17ae55957 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 18 May 2026 02:41:04 +0000 Subject: [PATCH 3/3] Update .NET version in EncryptedConfigValue.AspNetCore --- .../EncryptedConfigValue.AspNetCore.Test.csproj | 2 +- .../EncryptedConfigValue.AspNetCore.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj b/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj index 8b87c7c..168a513 100644 --- a/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj +++ b/EncryptedConfigValue.AspNetCore.Test/EncryptedConfigValue.AspNetCore.Test.csproj @@ -1,7 +1,7 @@ - net10.0;net9.0;net8.0 + net10.0 enable false diff --git a/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj b/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj index 1d2be87..71660fd 100644 --- a/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj +++ b/EncryptedConfigValue.AspNetCore/EncryptedConfigValue.AspNetCore.csproj @@ -1,7 +1,7 @@ - net10.0;net9.0;net8.0 + net10.0 enable enable