From 4350ea3b25e10f98d2894d1b3446c7adc1f82e02 Mon Sep 17 00:00:00 2001 From: "piotr.a.michalewicz@gmail.com" Date: Fri, 20 Jun 2025 20:53:47 +0200 Subject: [PATCH 1/2] add support for net8.0 and net9.0 --- EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj index 44bb7c9..03c2d5c 100644 --- a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj +++ b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj @@ -1,8 +1,8 @@  - net9.0 - enable + net9.0;net8.0 + enable enable exe true From 91675c6f522a7089f4220cfbede7b0d3df486bd9 Mon Sep 17 00:00:00 2001 From: "piotr.a.michalewicz@gmail.com" Date: Fri, 20 Jun 2025 20:56:02 +0200 Subject: [PATCH 2/2] replace tabs with spaces --- EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj index 03c2d5c..278e742 100644 --- a/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj +++ b/EncryptedConfigValue.Cli/EncryptedConfigValue.Cli.csproj @@ -1,8 +1,8 @@  - net9.0;net8.0 - enable + net9.0;net8.0 + enable enable exe true