From 84d1778e64eabab444b299abbacc7e875725981c Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 12 Jun 2026 15:05:57 +0000
Subject: [PATCH] deps(test): update dotnet monorepo
---
src/KubeOps.Abstractions/KubeOps.Abstractions.csproj | 2 +-
src/KubeOps.Aspire/KubeOps.Aspire.csproj | 8 ++++----
src/KubeOps.Cli/KubeOps.Cli.csproj | 6 +++---
src/KubeOps.Operator/KubeOps.Operator.csproj | 2 +-
src/KubeOps.Transpiler/KubeOps.Transpiler.csproj | 2 +-
test/KubeOps.Aspire.Test/KubeOps.Aspire.Test.csproj | 2 +-
test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj | 4 ++--
test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj | 6 +++---
.../KubeOps.Operator.Web.Test.csproj | 8 ++++----
.../KubeOps.Transpiler.Test.csproj | 4 ++--
10 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj b/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj
index 6314e9c7..1c2c5cd4 100644
--- a/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj
+++ b/src/KubeOps.Abstractions/KubeOps.Abstractions.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/src/KubeOps.Aspire/KubeOps.Aspire.csproj b/src/KubeOps.Aspire/KubeOps.Aspire.csproj
index 555f16fd..2bcb3816 100644
--- a/src/KubeOps.Aspire/KubeOps.Aspire.csproj
+++ b/src/KubeOps.Aspire/KubeOps.Aspire.csproj
@@ -17,10 +17,10 @@
-
-
-
-
+
+
+
+
diff --git a/src/KubeOps.Cli/KubeOps.Cli.csproj b/src/KubeOps.Cli/KubeOps.Cli.csproj
index 32264b5f..bf40dad9 100644
--- a/src/KubeOps.Cli/KubeOps.Cli.csproj
+++ b/src/KubeOps.Cli/KubeOps.Cli.csproj
@@ -29,7 +29,7 @@
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
+
@@ -43,8 +43,8 @@
-
-
+
+
diff --git a/src/KubeOps.Operator/KubeOps.Operator.csproj b/src/KubeOps.Operator/KubeOps.Operator.csproj
index 2443779d..f196ef09 100644
--- a/src/KubeOps.Operator/KubeOps.Operator.csproj
+++ b/src/KubeOps.Operator/KubeOps.Operator.csproj
@@ -16,7 +16,7 @@
-
+
diff --git a/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj b/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj
index c4aa92d9..e6d2cae5 100644
--- a/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj
+++ b/src/KubeOps.Transpiler/KubeOps.Transpiler.csproj
@@ -15,7 +15,7 @@
-
+
diff --git a/test/KubeOps.Aspire.Test/KubeOps.Aspire.Test.csproj b/test/KubeOps.Aspire.Test/KubeOps.Aspire.Test.csproj
index 5aee074f..dba8019a 100644
--- a/test/KubeOps.Aspire.Test/KubeOps.Aspire.Test.csproj
+++ b/test/KubeOps.Aspire.Test/KubeOps.Aspire.Test.csproj
@@ -1,7 +1,7 @@
-
+
diff --git a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj
index 193d7e37..9fcf9e02 100644
--- a/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj
+++ b/test/KubeOps.Cli.Test/KubeOps.Cli.Test.csproj
@@ -11,8 +11,8 @@
-
-
+
+
diff --git a/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj b/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj
index 09854b73..fde99870 100644
--- a/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj
+++ b/test/KubeOps.Operator.Test/KubeOps.Operator.Test.csproj
@@ -1,15 +1,15 @@
-
+
-
+
-
+
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 558c7e19..404af4c5 100644
--- a/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj
+++ b/test/KubeOps.Operator.Web.Test/KubeOps.Operator.Web.Test.csproj
@@ -7,14 +7,14 @@
-
-
+
+
-
+
-
+
diff --git a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj
index 7995efb3..d55f7126 100644
--- a/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj
+++ b/test/KubeOps.Transpiler.Test/KubeOps.Transpiler.Test.csproj
@@ -8,8 +8,8 @@
-
-
+
+