Skip to content

Commit 4741d46

Browse files
committed
添加.net8删除.net7
1 parent 8a521b9 commit 4741d46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Il2CppDumper/Il2CppDumper.csproj

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

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
5+
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
66
<Version>1.0.0.0</Version>
77
<AssemblyVersion>1.0.0.0</AssemblyVersion>
88
<FileVersion>1.0.0.0</FileVersion>
9-
<Copyright>Copyright © Perfare 2016-2023</Copyright>
9+
<Copyright>Copyright © Perfare 2016-2024</Copyright>
1010
<DebugType>embedded</DebugType>
1111
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
1212
</PropertyGroup>

0 commit comments

Comments
 (0)