From 062ad9a2c5fc7015a2c4a0098002992493c8fa54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 09:01:37 +0000 Subject: [PATCH 1/2] deps(test): update dotnet monorepo (major) (#984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/) ([source](https://github.com/dotnet/dotnet)) | `9.0.11` -> `10.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Mvc.Testing/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.AspNetCore.Mvc.Testing/9.0.11/10.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.CodeAnalysis](https://github.com/dotnet/roslyn) | `4.14.0` -> `5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis/4.14.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) | `4.14.0` -> `5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.CSharp/4.14.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.CodeAnalysis.CSharp.Workspaces](https://github.com/dotnet/roslyn) | `4.14.0` -> `5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp.Workspaces/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.CSharp.Workspaces/4.14.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.CodeAnalysis.Common](https://github.com/dotnet/roslyn) | `4.14.0` -> `5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Common/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.Common/4.14.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [Microsoft.CodeAnalysis.Workspaces.MSBuild](https://github.com/dotnet/roslyn) | `4.14.0` -> `5.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Workspaces.MSBuild/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Microsoft.CodeAnalysis.Workspaces.MSBuild/4.14.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/dotnet/dotnet-operator-sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- src/KubeOps.Cli/KubeOps.Cli.csproj | 10 +++++----- test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj | 8 ++++---- .../KubeOps.Generator.Test.csproj | 8 ++++---- .../KubeOps.Operator.Test.csproj | 10 +++++----- .../KubeOps.Operator.Web.Test.csproj | 12 ++++++------ .../KubeOps.Transpiler.Test.csproj | 10 +++++----- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/src/KubeOps.Cli/KubeOps.Cli.csproj b/src/KubeOps.Cli/KubeOps.Cli.csproj index 4e750613..12865f3d 100644 --- a/src/KubeOps.Cli/KubeOps.Cli.csproj +++ b/src/KubeOps.Cli/KubeOps.Cli.csproj @@ -19,11 +19,11 @@ - - - - - + + + + + all diff --git a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj index d92d164e..0d9fb0b7 100644 --- a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj +++ b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj @@ -7,10 +7,10 @@ - - - - + + + + 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..c8ea95e2 100644 --- a/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj +++ b/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj @@ -2,11 +2,11 @@ - - - - - + + + + + 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..f6fb703c 100644 --- a/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj +++ b/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj @@ -2,14 +2,14 @@ - - - - - + + + + + - + diff --git a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj index 46d28996..ad611159 100644 --- a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj +++ b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj @@ -3,11 +3,11 @@ - - - - - + + + + + From d717efcd86378da52a7212bfadd72ef3b397ed54 Mon Sep 17 00:00:00 2001 From: Marcus Kimpenhaus Date: Tue, 25 Nov 2025 10:42:59 +0100 Subject: [PATCH 2/2] feat: add missing support for `net10` in multiple project files and update `Microsoft.Build.Locator` version (#998) --- src/KubeOps.Abstractions/KubeOps.Abstractions.csproj | 2 +- src/KubeOps.Cli/KubeOps.Cli.csproj | 7 ++++--- .../KubeOps.KubernetesClient.csproj | 4 ++-- src/KubeOps.Templates/KubeOps.Templates.csproj | 4 ++-- src/KubeOps.Transpiler/KubeOps.Transpiler.csproj | 4 ++-- test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj | 3 ++- test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj | 3 ++- .../KubeOps.Operator.Web.Test.csproj | 3 ++- .../KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj | 3 ++- 9 files changed, 19 insertions(+), 14 deletions(-) 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 12865f3d..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 0d9fb0b7..9db74729 100644 --- a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj +++ b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj @@ -11,6 +11,7 @@ + - + \ No newline at end of file diff --git a/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj b/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj index c8ea95e2..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 f6fb703c..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,12 +1,13 @@ - + + diff --git a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj index ad611159..cc6547a1 100644 --- a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj +++ b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj @@ -2,12 +2,13 @@ - + +