File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ set platform=win7-x64
127127For %%A in (" %cd% " ) do (Set TestCaseName=%%~nxA )
128128set command_line_args =
129129set command_line_args = %command_line_args% --exec %~d0%~p0 ..\fsharpqa\testenv\src\deployProj\CompileProj.fsx
130- set command_line_args = %command_line_args% --targetPlatformName:.NETStandard,Version=v1.5 /%platform%
130+ set command_line_args = %command_line_args% --targetPlatformName:.NETStandard,Version=v1.6 /%platform%
131131set command_line_args = %command_line_args% --source:" %~d0%~p0 coreclr_utilities.fs" --source:" %sources% "
132132set command_line_args = %command_line_args% --packagesDir:%~d0%~p0 ..\..\packages
133133set command_line_args = %command_line_args% --projectJsonLock:%~d0%~p0 project.lock.json
You can’t perform that action at this time.
0 commit comments