Skip to content

Commit

Permalink
Removed .NET v4 requirement from Server/App.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlawrence committed Mar 7, 2010
1 parent 8e96c0a commit f5c481e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Cuke4Nuke/Server/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>

<startup>
<requiredRuntime version="v4.0.20506" />
</startup>

<log4net>
<root>
<level value="ALL" />
Expand All @@ -26,8 +21,4 @@
</layout>
</appender>
</log4net>

<runtime>
<loadFromRemoteSources enabled="true" />
</runtime>
</configuration>

0 comments on commit f5c481e

Please sign in to comment.