Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
updated references
Browse files Browse the repository at this point in the history
  • Loading branch information
ncave committed Jan 15, 2018
1 parent 4ad3cc8 commit 3de7eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fcs/build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CleanDir (__SOURCE_DIRECTORY__ + "/../tests/TestResults")
File.WriteAllText(__SOURCE_DIRECTORY__ + "/../tests/TestResults/notestsyet.txt","No tests yet")
#endif

let dotnetExePath = DotNetCli.InstallDotNetSDK "2.0.3"
let dotnetExePath = DotNetCli.InstallDotNetSDK "2.1.4"

let runDotnet workingDir args =
let result =
Expand Down
2 changes: 1 addition & 1 deletion fcs/fcs-export/fcs-export.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ProjectReference Include="../FSharp.Compiler.Service.netstandard/FSharp.Compiler.Service.netstandard.fsproj" />
<PackageReference Include="FSharp.Core" Version="4.2.*" PrivateAssets="All" />
<PackageReference Include="Dotnet.ProjInfo.Matthid" Version="1.0.0" />
<PackageReference Include="Fable.Core" Version="1.3.*" />
<PackageReference Include="Fable.Core" Version="1.*" />
<PackageReference Include="Fable.Import.Browser" Version="*" />
</ItemGroup>
</Project>

0 comments on commit 3de7eef

Please sign in to comment.