From 2af212c752c30e39d830e497d31e69acd1d6ce64 Mon Sep 17 00:00:00 2001 From: Atif Aziz Date: Tue, 11 Aug 2020 19:28:20 +0200 Subject: [PATCH] Fix test script to test against netcoreapp3.1 This technically belongs with commit "Update to .NET Core SDK 3.1" (ed10deb35c8aa093f7ad20ba62f62584b66b2100). --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 263c1fea0..b26ecb839 100755 --- a/test.sh +++ b/test.sh @@ -7,7 +7,7 @@ if [[ -z "$1" ]]; then else configs="$1" fi -for v in 2.1 3.0; do +for v in 2.1 3.1; do for c in $configs; do if [[ "$c" == "Debug" ]]; then coverage_args="-p:CollectCoverage=true