mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 23:35:29 +00:00
Added AllowPartialTrustedCallers attribute.
This commit is contained in:
parent
fd70497785
commit
ccda66e0a8
|
@ -34,8 +34,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||
|
||||
[assembly: System.CLSCompliant(true)]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||
|
||||
#if SIGN_ASSEMBLY
|
||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
#endif
|
|
@ -36,8 +36,9 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||
|
||||
[assembly: System.CLSCompliant(true)]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||
|
||||
|
||||
#if SIGN_ASSEMBLY
|
||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
#endif
|
|
@ -36,8 +36,8 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyFileVersion("0.9.9.2")]
|
||||
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||
|
||||
#if SIGN_ASSEMBLY
|
||||
[assembly: AssemblyKeyFile(@"../../../OpenTK.snk")]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallersAttribute]
|
||||
#endif
|
Loading…
Reference in a new issue