@@ -800,8 +800,8 @@ REM ---------------- test-net40-fsharp -----------------------
800800if " %TEST_NET40_FSHARP_SUITE% " == " 1" (
801801
802802set LOGFILE = %~dp0 tests\TestResults\FSharp.Tests.FSharpSuite.net40.trx
803- echo " %_dotnetexe% " test" %~dp0 tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
804- " %_dotnetexe% " test" %~dp0 tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
803+ echo " %_dotnetexe% " test" %~dp0 tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
804+ " %_dotnetexe% " test" %~dp0 tests\fsharp\FSharp.Tests.FSharpSuite.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
805805
806806if errorlevel 1 (
807807echo --------------------------------------------------------------
@@ -816,8 +816,8 @@ REM ---------------- test-fcs -----------------------
816816if " %TEST_FCS% " == " 1" (
817817
818818set LOGFILE = %~dp0 tests\TestResults\FSharp.Compiler.Service.Tests.net40.trx
819- echo " %_dotnetexe% " test" %~dp0 fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
820- " %_dotnetexe% " test" %~dp0 fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
819+ echo " %_dotnetexe% " test" %~dp0 fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
820+ " %_dotnetexe% " test" %~dp0 fcs\FSharp.Compiler.Service.Tests\FSharp.Compiler.Service.Tests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
821821
822822if errorlevel 1 (
823823echo --------------------------------------------------------------
@@ -896,8 +896,8 @@ REM ---------------- net40-compilerunit -----------------------
896896if " %TEST_NET40_COMPILERUNIT_SUITE% " == " 1" (
897897
898898set LOGFILE = %~dp0 tests\TestResults\FSharp.Compiler.UnitTests.net40.trx
899- echo " %_dotnetexe% " test" %~dp0 tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
900- " %_dotnetexe% " test" %~dp0 tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
899+ echo " %_dotnetexe% " test" %~dp0 tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
900+ " %_dotnetexe% " test" %~dp0 tests\FSharp.Compiler.UnitTests\FSharp.Compiler.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
901901
902902if errorlevel 1 (
903903echo -----------------------------------------------------------------
@@ -907,8 +907,8 @@ if "%TEST_NET40_COMPILERUNIT_SUITE%" == "1" (
907907 )
908908
909909set LOGFILE = %~dp0 tests\TestResults\FSharp.Build.UnitTests.net40.trx
910- echo " %_dotnetexe% " test" %~dp0 tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
911- " %_dotnetexe% " test" %~dp0 tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
910+ echo " %_dotnetexe% " test" %~dp0 tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
911+ " %_dotnetexe% " test" %~dp0 tests\FSharp.Build.UnitTests\FSharp.Build.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
912912
913913if errorlevel 1 (
914914echo -----------------------------------------------------------------
@@ -923,8 +923,8 @@ REM ---------------- net40-coreunit -----------------------
923923if " %TEST_NET40_COREUNIT_SUITE% " == " 1" (
924924
925925set LOGFILE = %~dp0 tests\TestResults\FSharp.Core.UnitTests.net40.trx
926- echo " %_dotnetexe% " test" %~dp0 tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
927- " %_dotnetexe% " test" %~dp0 tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
926+ echo " %_dotnetexe% " test" %~dp0 tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
927+ " %_dotnetexe% " test" %~dp0 tests\FSharp.Core.UnitTests\FSharp.Core.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
928928
929929if errorlevel 1 (
930930echo -----------------------------------------------------------------
@@ -980,8 +980,8 @@ REM ---------------- vs-ideunit -----------------------
980980
981981if " %TEST_VS_IDEUNIT_SUITE% " == " 1" (
982982set LOGFILE = %~dp0 tests\TestResults\GetTypesVSUnitTests.net40.trx
983- echo " %_dotnetexe% " test" %~dp0 vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
984- " %_dotnetexe% " test" %~dp0 vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! "
983+ echo " %_dotnetexe% " test" %~dp0 vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
984+ " %_dotnetexe% " test" %~dp0 vsintegration\tests\GetTypesVSUnitTests\GetTypesVSUnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! "
985985
986986if errorlevel 1 (
987987echo ---------------------------------------------------------------------------
@@ -991,8 +991,8 @@ if "%TEST_VS_IDEUNIT_SUITE%" == "1" (
991991 )
992992
993993set LOGFILE = %~dp0 tests\TestResults\VisualFSharp.UnitTests.net40.trx
994- echo " %_dotnetexe% " test" %~dp0 vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
995- " %_dotnetexe% " test" %~dp0 vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet46 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
994+ echo " %_dotnetexe% " test" %~dp0 vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
995+ " %_dotnetexe% " test" %~dp0 vsintegration\tests\UnitTests\VisualFSharp.UnitTests.fsproj" --no-restore --no-build -c%BUILD_CONFIG% -fnet472 -l" trx;LogFileName=!LOGFILE! " -o" %~dp0 %BUILD_CONFIG% \net40\bin"
996996if errorlevel 1 (
997997echo ------------------------------------------------------------
998998echo Error: Running tests vs-ideunit failed, see file `!LOGFILE! `