Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mili-tan committed Jan 1, 2025
1 parent a797ad4 commit 943d2f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mTcping.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<AssemblyName>tcping</AssemblyName>
<PublishAot>true</PublishAot>
<PublishSingleFile>true</PublishSingleFile>
<!--<PublishAot>true</PublishAot>-->
<PublishTrimmed>true</PublishTrimmed>
<StripSymbols>true</StripSymbols>
</PropertyGroup>

Expand Down

0 comments on commit 943d2f2

Please sign in to comment.