Merge pull request #680 from jskeet/aptca

Allow partially-trusted callers again.
This commit is contained in:
Jon Skeet 2015-08-03 14:05:52 +01:00
commit 415f72e079

View file

@ -32,6 +32,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Security;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
@ -45,6 +46,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AllowPartiallyTrustedCallers]
#if SIGNED
[assembly: InternalsVisibleTo("Google.Protobuf.Test, PublicKey=" +