[WIP] Fix net48 build

This commit is contained in:
Joshua "Yoshi" Askharoun
2026-07-25 13:51:37 -05:00
parent a6abf6fc9b
commit b0bc4e5dba
12 changed files with 114 additions and 14 deletions
+4
View File
@@ -1,3 +1,5 @@
#if NETCOREAPP
using System;
using System.Runtime.InteropServices;
using Microsoft.Iris.Interop;
@@ -215,3 +217,5 @@ public static unsafe class EngineApi
release(pUnknown);
}
}
#endif