aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorJon Skeet <jonskeet@google.com>2015-04-29 12:20:12 +0100
committerJon Skeet <jonskeet@google.com>2015-04-29 12:21:54 +0100
commitf015b860b74f1f7a5dc1a9fbf8b30daf7539d669 (patch)
treeec2829d6f679a864138abb2f96863ae285292ba5 /csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs
parent5e0189ab94a33568f9d270cce7706d97a17f0341 (diff)
downloadprotobuf-f015b860b74f1f7a5dc1a9fbf8b30daf7539d669.tar.gz
protobuf-f015b860b74f1f7a5dc1a9fbf8b30daf7539d669.tar.bz2
protobuf-f015b860b74f1f7a5dc1a9fbf8b30daf7539d669.zip
Remove CLS compliance from runtime code.
We need to remove it from the generator too; I'll raise a github issue for that.
Diffstat (limited to 'csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs')
-rw-r--r--csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs b/csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs
index cbab444d..063f6666 100644
--- a/csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs
+++ b/csharp/src/ProtocolBuffers/Properties/AssemblyInfo.cs
@@ -65,8 +65,6 @@ using System.Security;
[assembly: AssemblyFileVersion("2.4.1.555")]
#endif
-[assembly: CLSCompliant(true)]
-
#if CLIENTPROFILE // ROK - not defined in SL, CF, or PL
[assembly: AllowPartiallyTrustedCallers]
#endif