Author: lcorneliussen
Date: Wed Apr 20 08:40:52 2011
New Revision: 1095321

URL: http://svn.apache.org/viewvc?rev=1095321&view=rev
Log:
[NPANDAY-401] Mono compiler does not support explicit frameworkVersion 3.5
Submitted by: John R. Fallows

Modified:
    
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml

Modified: 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
URL: 
http://svn.apache.org/viewvc/incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml?rev=1095321&r1=1095320&r2=1095321&view=diff
==============================================================================
--- 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
 (original)
+++ 
incubator/npanday/trunk/components/dotnet-core/src/main/resources/META-INF/npanday/compiler-plugins.xml
 Wed Apr 20 08:40:52 2011
@@ -450,6 +450,9 @@ under the License.
     <executable>gmcs</executable>
     <frameworkVersions>
       <frameworkVersion>2.0.50727</frameworkVersion>
+      <frameworkVersion>3.0</frameworkVersion>
+      <frameworkVersion>3.5</frameworkVersion>
+      <frameworkVersion>4.0</frameworkVersion>      
     </frameworkVersions>
     <platforms>
       <platform>


Reply via email to