Skip to content

Commit

Permalink
Fix build error for missing assembly attribute AllowPartiallyTrustedC…
Browse files Browse the repository at this point in the history
…allers
  • Loading branch information
csharptest authored and rogerk committed Feb 7, 2015
1 parent b0c94cd commit 569212f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ProtocolBuffers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
// Protocol Buffers - Google's data interchange format
// Protocol Buffers - Google's data interchange format
// Copyright 2008 Google Inc. All rights reserved.
// http://github.com/jskeet/dotnet-protobufs/
// Original C /Java/Python code:
Expand Down Expand Up @@ -66,4 66,7 @@
#endif

[assembly: CLSCompliant(true)]
[assembly: AllowPartiallyTrustedCallers]

#if CLIENTPROFILE // ROK - not defined in SL, CF, or PL
[assembly: AllowPartiallyTrustedCallers]
#endif

0 comments on commit 569212f

Please sign in to comment.