Skip to content

Commit

Permalink
Do not reference mscorlib explicitly in 4.5, mcs seems to do that des…
Browse files Browse the repository at this point in the history
…pite /noconfig

This fixes ASP.NET/ASP.NET MVC applications using the 4.5 profile
  • Loading branch information
grendello committed Oct 16, 2011
1 parent 85153da commit 00903aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/net_4_5/web.config
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<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" />
Expand Down

0 comments on commit 00903aa

Please sign in to comment.