diff --git a/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj b/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj index 800c1c37..c0da6ea6 100644 --- a/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj +++ b/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 diff --git a/src/KubeOps.Cli/KubeOps.Cli.csproj b/src/KubeOps.Cli/KubeOps.Cli.csproj index 4e750613..3f80652a 100644 --- a/src/KubeOps.Cli/KubeOps.Cli.csproj +++ b/src/KubeOps.Cli/KubeOps.Cli.csproj @@ -2,7 +2,7 @@ Exe - net8.0;net9.0 + net8.0;net9.0;net10.0 true @@ -18,12 +18,13 @@ - - - - - - + + + + + + + all @@ -38,4 +39,4 @@ - + \ No newline at end of file diff --git a/src/KubeOps.KubernetesClient/KubeOps.KubernetesClient.csproj b/src/KubeOps.KubernetesClient/KubeOps.KubernetesClient.csproj index e0f2d204..b59dc881 100644 --- a/src/KubeOps.KubernetesClient/KubeOps.KubernetesClient.csproj +++ b/src/KubeOps.KubernetesClient/KubeOps.KubernetesClient.csproj @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 @@ -20,4 +20,4 @@ - + \ No newline at end of file diff --git a/src/KubeOps.Templates/KubeOps.Templates.csproj b/src/KubeOps.Templates/KubeOps.Templates.csproj index 9394c62c..3835af79 100644 --- a/src/KubeOps.Templates/KubeOps.Templates.csproj +++ b/src/KubeOps.Templates/KubeOps.Templates.csproj @@ -2,7 +2,7 @@ KubeOps Templates - netstandard2.0 + netstandard2.0 true false @@ -23,4 +23,4 @@ - + \ No newline at end of file diff --git a/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj b/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj index fca7108c..acc66acc 100644 --- a/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj +++ b/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj @@ -1,7 +1,7 @@ - net8.0;net9.0 + net8.0;net9.0;net10.0 @@ -22,4 +22,4 @@ - + \ No newline at end of file diff --git a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj index d92d164e..9db74729 100644 --- a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj +++ b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj @@ -7,10 +7,11 @@ - - - - + + + + + - + \ No newline at end of file diff --git a/test/KubeOps.Generator.Test/KubeOps.Generator.Test.csproj b/test/KubeOps.Generator.Test/KubeOps.Generator.Test.csproj index 219820bc..e3f4461f 100644 --- a/test/KubeOps.Generator.Test/KubeOps.Generator.Test.csproj +++ b/test/KubeOps.Generator.Test/KubeOps.Generator.Test.csproj @@ -3,10 +3,10 @@ - - - + + + - + diff --git a/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj b/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj index 1c04d7d5..71a4fcb8 100644 --- a/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj +++ b/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj @@ -1,12 +1,13 @@ - - - - - - + + + + + + + diff --git a/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj b/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj index a2e302ff..b1cd67dc 100644 --- a/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj +++ b/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj @@ -1,15 +1,16 @@ - - - - - - + + + + + + + - + diff --git a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj index 46d28996..cc6547a1 100644 --- a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj +++ b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj @@ -2,12 +2,13 @@ - - - - - - + + + + + + +