You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2018/05/20 15:48:03 UTC

[11/50] logging-log4net git commit: Fix relative reference to the log4net binary

Fix relative reference to the log4net binary


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

Branch: refs/heads/develop
Commit: 7ea50b32207651ef28b5033bb9a4a8ecfb7641bc
Parents: 72fcccb
Author: Dominik Psenner <dp...@apache.org>
Authored: Sun Nov 12 12:20:16 2017 +0100
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sun Nov 12 12:20:16 2017 +0100

----------------------------------------------------------------------
 netstandard/1.3/log4net.tests/log4net.tests.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/7ea50b32/netstandard/1.3/log4net.tests/log4net.tests.csproj
----------------------------------------------------------------------
diff --git a/netstandard/1.3/log4net.tests/log4net.tests.csproj b/netstandard/1.3/log4net.tests/log4net.tests.csproj
index b644ad9..55ed0e6 100755
--- a/netstandard/1.3/log4net.tests/log4net.tests.csproj
+++ b/netstandard/1.3/log4net.tests/log4net.tests.csproj
@@ -20,7 +20,7 @@
   </ItemGroup>
 
   <ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp1.0' ">
-    <ProjectReference Include="../log4net/log4net.csproj" />
+    <ProjectReference Include="../../log4net/log4net.csproj" />
     <PackageReference Include="NUnit" Version="3.9.0" />
   </ItemGroup>