Skip to content

Commit 7f14495

Browse files
committed
更新框架版本,以及依赖。
1 parent a263a3f commit 7f14495

4 files changed

Lines changed: 819 additions & 532 deletions

File tree

AntiOnlineDecompression.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net7.0</TargetFramework>
5+
<TargetFramework>net9.0</TargetFramework>
66
<StartupObject>AntiOnlineDecompression.Program</StartupObject>
77
<Nullable>enable</Nullable>
88

9+
<PublishAot>true</PublishAot>
910
<StripSymbols>true</StripSymbols>
1011
<IlcGenerateStackTraceData>false</IlcGenerateStackTraceData>
1112
<IlcTrimMetadata>true</IlcTrimMetadata>
@@ -26,7 +27,6 @@
2627
</PropertyGroup>
2728

2829
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29-
<Prefer32Bit>true</Prefer32Bit>
3030
</PropertyGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)