tests: removed reference to set-framework-configuration
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/9d06e4c0 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/9d06e4c0 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/9d06e4c0 Branch: refs/heads/develop Commit: 9d06e4c0e3b67aa824b2d631773b6c077e4fd47a Parents: 98b4d8c Author: Dominik Psenner <[email protected]> Authored: Mon Jul 3 11:05:33 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Mon Jul 3 11:05:33 2017 +0200 ---------------------------------------------------------------------- tests/nant.build | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/9d06e4c0/tests/nant.build ---------------------------------------------------------------------- diff --git a/tests/nant.build b/tests/nant.build index 913c859..14a0778 100644 --- a/tests/nant.build +++ b/tests/nant.build @@ -23,7 +23,6 @@ limitations under the License. <include buildfile="${log4net.basedir}/log4net.include" /> <!-- Targets that should always be executed --> <call target="set-build-configuration" /> - <call target="set-framework-configuration" /> <target name="install-nunit"> <if test="${not file::exists('lib/' + framework::get-family(framework::get-target-framework()) + '/' + version::to-string(framework::get-version(framework::get-target-framework())) + '/nunit.framework.dll')}">
