Repository: logging-log4net Updated Branches: refs/heads/feature/cd-pipeline 72fcccbac -> 7ea50b322
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/feature/cd-pipeline Commit: 7ea50b32207651ef28b5033bb9a4a8ecfb7641bc Parents: 72fcccb Author: Dominik Psenner <[email protected]> Authored: Sun Nov 12 12:20:16 2017 +0100 Committer: Dominik Psenner <[email protected]> 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>
