File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45 Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if not exist %_ngenexe% echo Note: Could not find ngen.exe.
1818.\.nuget\NuGet.exe restore packages.config -PackagesDirectory packages -ConfigFile .nuget\nuget.config
1919@ if ERRORLEVEL 1 echo Error: Nuget restore failed && goto :failure
2020
21- %_ngenexe% install packages\FSharp.Compiler.Tools.4.0.0.1 \tools\fsc.exe
21+ %_ngenexe% install packages\FSharp.Compiler.Tools.4.0.1.3 \tools\fsc.exe
2222
2323%_msbuildexe% src\fsharp-proto-build.proj
2424@ if ERRORLEVEL 1 echo Error: " %_msbuildexe% src\fsharp-proto-build.proj" failed && goto :failure
Original file line number Diff line number Diff line change 4646
4747AC_ARG_WITH ( [ bootstrap] ,
4848 [ --with-bootstrap=<path>] ,
49- [ ] , [ with_bootstrap=packages/FSharp.Compiler.Tools.4.0.0.1 /tools] )
49+ [ ] , [ with_bootstrap=packages/FSharp.Compiler.Tools.4.0.1.3 /tools] )
5050with_bootstrap=$(mkdir -p "$with_bootstrap" && cd "$with_bootstrap" && pwd)
5151AC_MSG_NOTICE ( Using bootstrap : $with_bootstrap )
5252AC_SUBST ( with_bootstrap )
Original file line number Diff line number Diff line change 33 <package id =" FSharp.Data" version =" 2.2.5" />
44 <package id =" FsCheck" version =" 2.0.3" />
55 <package id =" NUnit.Runners" version =" 3.0.0" targetFramework =" net45" />
6- <package id =" FSharp.Compiler.Tools" version =" 4.0.0.1 " />
6+ <package id =" FSharp.Compiler.Tools" version =" 4.0.1.3 " />
77 <package id =" NUnit" version =" 3.0.0" targetFramework =" net45" />
88 <package id =" NUnit.Console" version =" 3.0.0" targetFramework =" net45" />
99 <package id =" NUnitLite" version =" 3.0.0" targetFramework =" net45" />
Original file line number Diff line number Diff line change 66 <Tailcalls >true</Tailcalls >
77 <TargetFramework Condition =" '$(TargetFramework)'==''" >net40</TargetFramework >
88 <FsLexYaccPath >$(FSharpSourcesRoot)\..\lib\bootstrap\4.0</FsLexYaccPath >
9- <LkgPath >$(FSharpSourcesRoot)\..\packages\FSharp.Compiler.Tools.4.0.0.1 \tools</LkgPath >
9+ <LkgPath >$(FSharpSourcesRoot)\..\packages\FSharp.Compiler.Tools.4.0.1.3 \tools</LkgPath >
1010 <SolutionDir >$(FSharpSourcesRoot)\..\</SolutionDir >
1111 <FsLexUnicode >true</FsLexUnicode >
1212 <MSBuildVersionSuffix >v12.0</MSBuildVersionSuffix >
Original file line number Diff line number Diff line change 1414 <ProductVersion >10.0.0</ProductVersion >
1515 <UsePartialTypes >False</UsePartialTypes >
1616 <TargetFSharpCoreVersion >4.4.0.0</TargetFSharpCoreVersion >
17- <LkgPath >$(MSBuildProjectDirectory)\..\..\..\..\packages\FSharp.Compiler.Tools.4.0.0.1 \tools</LkgPath >
17+ <LkgPath >$(MSBuildProjectDirectory)\..\..\..\..\packages\FSharp.Compiler.Tools.4.0.1.3 \tools</LkgPath >
1818 </PropertyGroup >
1919 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
2020 <DebugSymbols >True</DebugSymbols >
You can’t perform that action at this time.
0 commit comments