Skip to content

Commit

Permalink
更新框架版本,以及依赖。
Browse files Browse the repository at this point in the history
  • Loading branch information
dawn-lc committed Dec 24, 2024
1 parent a263a3f commit 7f14495
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 532 deletions.
4 changes: 2 additions & 2 deletions AntiOnlineDecompression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<TargetFramework>net9.0</TargetFramework>
<StartupObject>AntiOnlineDecompression.Program</StartupObject>
<Nullable>enable</Nullable>

<PublishAot>true</PublishAot>
<StripSymbols>true</StripSymbols>
<IlcGenerateStackTraceData>false</IlcGenerateStackTraceData>
<IlcTrimMetadata>true</IlcTrimMetadata>
Expand All @@ -26,7 +27,6 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>

</Project>
Loading

0 comments on commit 7f14495

Please # to comment.