Author: bodewig
Date: Sun Mar 29 10:31:00 2015
New Revision: 1669889
URL: http://svn.apache.org/r1669889
Log:
checking for the wrong symbol
Modified:
logging/log4net/trunk/src/log4net/Log4netAssemblyInfo.cs
Modified: logging/log4net/trunk/src/log4net/Log4netAssemblyInfo.cs
URL:
http://svn.apache.org/viewvc/logging/log4net/trunk/src/log4net/Log4netAssemblyInfo.cs?rev=1669889&r1=1669888&r2=1669889&view=diff
==============================================================================
--- logging/log4net/trunk/src/log4net/Log4netAssemblyInfo.cs (original)
+++ logging/log4net/trunk/src/log4net/Log4netAssemblyInfo.cs Sun Mar 29
10:31:00 2015
@@ -28,7 +28,7 @@ namespace log4net {
public const string Version = "1.3.0";
/// <summary>Version of the framework targeted</summary>
-#if FRAMEWORK_4_0_OR_ABOVE
+#if FRAMEWORK_4_5_OR_ABOVE
public const decimal TargetFrameworkVersion = 4.5M;
#elif FRAMEWORK_4_0_OR_ABOVE
public const decimal TargetFrameworkVersion = 4.0M;