mini typing fix in IDA script impl and bump Il2CppTests to .net 10

This commit is contained in:
LukeFZ
2026-01-07 20:39:10 +01:00
parent cfccc6982c
commit 776c507a36
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>