aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ProtocolBuffers/Properties/AssemblyInfo.cs')
-rw-r--r--src/ProtocolBuffers/Properties/AssemblyInfo.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/Properties/AssemblyInfo.cs b/src/ProtocolBuffers/Properties/AssemblyInfo.cs
index 17b57b9e..23a61419 100644
--- a/src/ProtocolBuffers/Properties/AssemblyInfo.cs
+++ b/src/ProtocolBuffers/Properties/AssemblyInfo.cs
@@ -37,6 +37,7 @@ using System.Runtime.CompilerServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
+using System.Security;
[assembly: AssemblyTitle("ProtocolBuffers")]
[assembly: AssemblyDescription("")]
@@ -64,4 +65,5 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyFileVersion("2.4.1.521")]
#endif
-[assembly: CLSCompliant(true)] \ No newline at end of file
+[assembly: CLSCompliant(true)]
+[assembly: AllowPartiallyTrustedCallers] \ No newline at end of file