From 70c4878943e29cc62d7b547f6af89ff9d0fc53e4 Mon Sep 17 00:00:00 2001 From: James Suplizio Date: Tue, 24 Sep 2024 08:20:49 -0700 Subject: [PATCH] Update Stress.Watcher from net6 to net8 (#9028) --- .../services/Stress.Watcher/src/Stress.Watcher.csproj | 2 +- .../services/Stress.Watcher/tests/Stress.Watcher.Tests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/stress-cluster/services/Stress.Watcher/src/Stress.Watcher.csproj b/tools/stress-cluster/services/Stress.Watcher/src/Stress.Watcher.csproj index 6d9b9c4295e..8cc1a7874bb 100644 --- a/tools/stress-cluster/services/Stress.Watcher/src/Stress.Watcher.csproj +++ b/tools/stress-cluster/services/Stress.Watcher/src/Stress.Watcher.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net8.0 Stress.Watcher diff --git a/tools/stress-cluster/services/Stress.Watcher/tests/Stress.Watcher.Tests.csproj b/tools/stress-cluster/services/Stress.Watcher/tests/Stress.Watcher.Tests.csproj index 0bfd7c0a864..f2f4d61918f 100644 --- a/tools/stress-cluster/services/Stress.Watcher/tests/Stress.Watcher.Tests.csproj +++ b/tools/stress-cluster/services/Stress.Watcher/tests/Stress.Watcher.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 false