New: Migrate to new csproj format

This commit is contained in:
ta264 2019-08-22 22:28:51 +01:00 committed by Qstick
parent e095fe00af
commit f1fc45fa99
94 changed files with 576 additions and 6029 deletions

View file

@ -23,7 +23,7 @@ rm -f "$TEST_LOG_FILE"
# Uncomment to log test output to a file instead of the console
export LIDARR_TESTS_LOG_OUTPUT="File"
NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.7.0/tools/nunit3-console.exe"
NUNIT="$TEST_DIR/NUnit.ConsoleRunner.3.10.0/tools/nunit3-console.exe"
NUNIT_COMMAND="$NUNIT"
NUNIT_PARAMS="--workers=1"