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.Web.Extensions.Design
parent1e25d67aef1c635ecc8d4949ca9abe79f6e91f9b (diff)
[bcl] Remove NET_3_5 defines from class libs
Diffstat (limited to 'mcs/class/System.Web.Extensions.Design')
-rw-r--r--mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs b/mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs
index ac4763edfbf..50340619e30 100644
--- a/mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Web.Extensions.Design/Assembly/AssemblyInfo.cs
@@ -46,11 +46,7 @@ using System.Security;
[assembly: AssemblyCompany (Consts.MonoCompany)]
[assembly: AssemblyProduct (Consts.MonoProduct)]
[assembly: AssemblyCopyright (Consts.MonoCopyright)]
-#if NET_3_5
[assembly: AssemblyVersion (Consts.FxVersion)]
-#else
- [assembly: AssemblyVersion ("1.0.61025.0")]
-#endif
[assembly: SatelliteContractVersion (Consts.FxVersion)]
[assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
[assembly: AssemblyFileVersion (Consts.FxFileVersion)]