Skip to content

Commit 2663a25

Browse files
Merge pull request #1222 from icsharpcode/net8
Build against net8 too
2 parents ad89779 + cfd8d17 commit 2663a25

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)