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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-21 19:53:15 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-01-21 19:59:27 +0300
commit2a978a42f13e2539e7bd3244beb87e77e1086752 (patch)
treed43e105b4db660d30eb928eac47689db47e685d3 /mcs/class/System.Design
parent1e25d67aef1c635ecc8d4949ca9abe79f6e91f9b (diff)
[bcl] Remove NET_3_5 defines from class libs
Diffstat (limited to 'mcs/class/System.Design')
-rw-r--r--mcs/class/System.Design/Assembly/AssemblyInfo.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Design/Assembly/AssemblyInfo.cs b/mcs/class/System.Design/Assembly/AssemblyInfo.cs
index 90084e72006..80e434ea1b9 100644
--- a/mcs/class/System.Design/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Design/Assembly/AssemblyInfo.cs
@@ -61,6 +61,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
[assembly: ComCompatibleVersion (1, 0, 3300, 0)]
-#if NET_3_5
[assembly: InternalsVisibleTo ("System.Web.Extensions.Design, PublicKey=0024000004800000940000000602000000240000525341310004000001000100b5fc90e7027f67871e773a8fde8938c81dd402ba65b9201d60593e96c492651e889cc13f1415ebb53fac1131ae0bd333c5ee6021672d9718ea31a8aebd0da0072f25d87dba6fc90ffd598ed4da35e44c398c454307e8e33b8426143daec9f596836f97c8f74750e5975c64e2189f45def46b2a2b1247adc3652bf5c308055da9")]
-#endif