mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2026-01-25 12:09:37 +05:00
mini typing fix in IDA script impl and bump Il2CppTests to .net 10
This commit is contained in:
@@ -49,7 +49,7 @@ class IDADisassemblerInterface(BaseDisassemblerInterface):
|
||||
_status: BaseStatusHandler
|
||||
|
||||
_type_cache: dict
|
||||
_folders: list
|
||||
_folders: list[str]
|
||||
|
||||
_function_dirtree: "ida_dirtree.dirtree_t"
|
||||
_cached_genflags: int
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
|
||||
<IsPackable>false</IsPackable>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user