@@ -36,10 +36,6 @@ if not exist %_ngenexe% echo Error: Could not find ngen.exe. && goto :eof
3636%_msbuildexe% src/fsharp-compiler-build.proj /p:Configuration=Release
3737@ if ERRORLEVEL1 echo Error: compile Release build failed&& goto :eof
3838
39- REM We don't build new net20 FSharp.Core anymore
40- REM %_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=net20 /p:Configuration=Release
41- REM @if ERRORLEVEL 1 echo Error: library net20 build failed && goto :eof
42-
4339%_msbuildexe% src/fsharp-library-build.proj /p:TargetFramework=portable47 /p:Configuration=Release
4440@ if ERRORLEVEL1 echo Error: library portable47 build failed&& goto :eof
4541
@@ -82,11 +78,6 @@ call src\update.cmd release -ngen
8278call tests\BuildTestTools.cmd release
8379@ if ERRORLEVEL1 echo Error: 'tests\BuildTestTools.cmd release' failed&& goto :eof
8480
85- %_msbuildexe% vsintegration\fsharp-vsintegration-build.proj /p:Configuration=Release
86- @ if ERRORLEVEL1 echo Error: vsintegration build failed&& goto :eof
87- %_msbuildexe% vsintegration\fsharp-vsintegration-unittests-build.proj /p:Configuration=Release
88- @ if ERRORLEVEL1 echo Error: vsintegration unittests build failed&& goto :eof
89-
9081@ echo on
9182pushd tests
9283