Repository: logging-log4net
Updated Branches:
  refs/heads/feature/LOG4NET-611 [created] e769e01b8


Do no longer build log4net against netstandard1_3 with the 
AllowPartiallyTrustedCallers attribute

This means that log4net uses the default security, which is transparent by 
default. This actually
should work also in partially trusted environments. Since partially trusted 
environments are obsolete
anyway this feels like a safe change. Relates to LOG4NET-611.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/e769e01b
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/e769e01b
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/e769e01b

Branch: refs/heads/feature/LOG4NET-611
Commit: e769e01b85db9a8afe22ff8fdd6cc4d8f0c8ee34
Parents: ecabb91
Author: Dominik Psenner <[email protected]>
Authored: Sat Sep 29 00:15:01 2018 +0200
Committer: Dominik Psenner <[email protected]>
Committed: Sat Sep 29 00:15:01 2018 +0200

----------------------------------------------------------------------
 src/AssemblyInfo.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e769e01b/src/AssemblyInfo.cs
----------------------------------------------------------------------
diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs
index bd1f560..cf250fb 100644
--- a/src/AssemblyInfo.cs
+++ b/src/AssemblyInfo.cs
@@ -32,7 +32,7 @@ using System.Runtime.CompilerServices;
 //
 [assembly: System.CLSCompliant(true)]
 
-#if (!NETCF)
+#if (!(NETCF || NETSTANDARD1_3))
 //
 // If log4net is strongly named it still allows partially trusted callers
 //

Reply via email to