Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2016-03-16 20:34:05 +0300
committerMarek Safar <marek.safar@gmail.com>2016-03-16 20:36:33 +0300
commit09e4e3806abfbcbda21b2da2f88fb31e737cd215 (patch)
treebfda9c35bcc20bcc5b1b2bd369188cd0c0ed7d2a /mcs/class/SMDiagnostics/Assembly
parente78b5e75cc532a49cbd64c91fa9b7c3fdbeb8529 (diff)
[bcl] Remove wrong IVT attributes
Diffstat (limited to 'mcs/class/SMDiagnostics/Assembly')
-rw-r--r--mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs b/mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs
index e83ceb3e1d1..561d2fef4b2 100644
--- a/mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs
+++ b/mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs
@@ -48,7 +48,6 @@ using System.Runtime.InteropServices;
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
[assembly: SecurityCritical (SecurityCriticalScope.Explicit)]
#endif
-[assembly: InternalsVisibleTo ("System.Runtime.Serialization, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull)]
[assembly: InternalsVisibleTo ("System.IdentityModel, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull)]
[assembly: InternalsVisibleTo ("System.IdentityModel.Selectors, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull)]
[assembly: InternalsVisibleTo ("System.ServiceModel, PublicKey=" + AssemblyRef.FrameworkPublicKeyFull)]