[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
@@ -8,9 +8,6 @@ using System.Security.Permissions;
namespace Microsoft.Iris.OS.CLR
{
#if WINDOWS
[HostProtection(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
#endif
internal static class NativeMethods
{
public const int S_OK = 0;
@@ -13,9 +13,6 @@ using System.Security.Permissions;
namespace Microsoft.Iris.OS.CLR
{
[SuppressUnmanagedCodeSecurity]
#if WINDOWS
[HostProtection(SecurityAction.LinkDemand, MayLeakOnAbort = true)]
#endif
internal static class UnsafeNativeMethods
{
[DllImport("Ole32.dll")]