Do not reference mscorlib explicitly in 4.5, mcs seems to do that despite /noconfig
authorMarek Habersack <grendel@twistedcode.net>
Sun, 16 Oct 2011 22:20:34 +0000 (00:20 +0200)
committerMarek Habersack <grendel@twistedcode.net>
Sun, 16 Oct 2011 22:21:48 +0000 (00:21 +0200)
This fixes ASP.NET/ASP.NET MVC applications using the 4.5 profile

data/net_4_5/web.config

index 2a7dfd2edacacfcafbfba2a9eb837929f3445b1b..324c529f008875cd1b4184b10c47b7c989964ae7 100644 (file)
                <webControls clientScriptsLocation="/web_scripts" />
                <compilation debug="false" defaultLanguage="c#" explicit="true" strict="false" >
                        <assemblies>
-                               <add assembly="mscorlib" />
+                               <!-- <add assembly="mscorlib" /> -->
                                <add assembly="Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
                                <add assembly="System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
                                <add assembly="System.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />