Skip to content

Commit cfd8d17

Browse files
Build against net8 too
1 parent ad89779 commit cfd8d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeConv/CodeConv.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>net10.0</TargetFramework>
5+
<TargetFrameworks>net10.0;net8.0</TargetFrameworks>
66
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
77
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
88
<IsPackable>true</IsPackable>

0 commit comments

Comments
 (0)