Skip to content

Commit 120df70

Browse files
committed
update tools to 4.0.1.3
1 parent 84d78c4 commit 120df70

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747
AC_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])
5050
with_bootstrap=$(mkdir -p "$with_bootstrap" && cd "$with_bootstrap" && pwd)
5151
AC_MSG_NOTICE(Using bootstrap : $with_bootstrap)
5252
AC_SUBST(with_bootstrap)

packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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" />

src/FSharpSource.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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>

tests/projects/Sample_VS2012_FSharp_ConsoleApp_net45_with_resource_using_bootstrap/Sample_VS2012_FSharp_ConsoleApp_net45/Sample_VS2012_FSharp_ConsoleApp_net45.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
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>

0 commit comments

Comments
 (0)