Allow partially-trusted callers again.
Fixes issue #552. (And yay, it looks like our build profile supports this...)
This commit is contained in:
parent
bf1cc9217a
commit
e94bdd9303
1 changed files with 2 additions and 0 deletions
|
@ -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=" +
|
||||
|
|
Loading…
Add table
Reference in a new issue