mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-23 19:15:36 +00:00
Added AllowPartialTrustedCallers attribute.
This commit is contained in:
parent
45c7bf145d
commit
8e9045ad54
|
@ -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