From 8e9045ad54ed3aa4cd0b7788eab5c3da069734f0 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Sun, 6 Sep 2009 14:19:52 +0000 Subject: [PATCH] Added AllowPartialTrustedCallers attribute. --- Source/Compatibility/Properties/AssemblyInfo.cs | 2 +- Source/GLControl/Properties/AssemblyInfo.cs | 3 ++- Source/OpenTK/Properties/AssemblyInfo.cs | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Source/Compatibility/Properties/AssemblyInfo.cs b/Source/Compatibility/Properties/AssemblyInfo.cs index 6aa6b2fa..19348a6c 100644 --- a/Source/Compatibility/Properties/AssemblyInfo.cs +++ b/Source/Compatibility/Properties/AssemblyInfo.cs @@ -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 \ No newline at end of file diff --git a/Source/GLControl/Properties/AssemblyInfo.cs b/Source/GLControl/Properties/AssemblyInfo.cs index 9cb32dab..2ee2adc8 100644 --- a/Source/GLControl/Properties/AssemblyInfo.cs +++ b/Source/GLControl/Properties/AssemblyInfo.cs @@ -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 \ No newline at end of file diff --git a/Source/OpenTK/Properties/AssemblyInfo.cs b/Source/OpenTK/Properties/AssemblyInfo.cs index e3ce044a..b568cbe0 100644 --- a/Source/OpenTK/Properties/AssemblyInfo.cs +++ b/Source/OpenTK/Properties/AssemblyInfo.cs @@ -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 \ No newline at end of file