Skip to content

Commit 70c4878

Browse files
authored
Update Stress.Watcher from net6 to net8 (#9028)
1 parent ec279cc commit 70c4878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/stress-cluster/services/Stress.Watcher/src/Stress.Watcher.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>Stress.Watcher</RootNamespace>
77
</PropertyGroup>
88

tools/stress-cluster/services/Stress.Watcher/tests/Stress.Watcher.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net6.0</TargetFramework>
4+
<TargetFramework>net8.0</TargetFramework>
55

66
<IsPackable>false</IsPackable>
77
</PropertyGroup>

0 commit comments

Comments
 (0)