Skip to content

Commit b693f57

Browse files
committed
fix target platform for tests ( 1.5 => 1.6 )
1 parent 44a569e commit b693f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fsharp/single-test-build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ set platform=win7-x64
127127
For %%A in ("%cd%") do (Set TestCaseName=%%~nxA)
128128
set command_line_args=
129129
set 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%
131131
set command_line_args=%command_line_args% --source:"%~d0%~p0coreclr_utilities.fs" --source:"%sources%"
132132
set command_line_args=%command_line_args% --packagesDir:%~d0%~p0..\..\packages
133133
set command_line_args=%command_line_args% --projectJsonLock:%~d0%~p0project.lock.json

0 commit comments

Comments
 (0)