Skip to content

Commit 815dfd5

Browse files
committed
Update target framework to .NET 8
1 parent 8d0838f commit 815dfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SharpHDiffPatch/SharpHDiffPatch.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>net7.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<RootNamespace>SharpHDiffPatch</RootNamespace>
77
<ImplicitUsings>disable</ImplicitUsings>
88
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)