Skip to content

Commit fb8102c

Browse files
Update Cleanup to use .NET 8 (#2849)
1 parent 7ed3aa6 commit fb8102c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cleanup/Cleanup.csproj

Lines changed: 1 addition & 1 deletion
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
<ImplicitUsings>enable</ImplicitUsings>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)