Skip to content

Commit 9cb278c

Browse files
authored
Merge pull request #870 from fsprojects/dependabot/nuget/FSharp.Compiler.Service-43.8.100
Bump FSharp.Compiler.Service from 43.7.400 to 43.8.100
2 parents dca47e4 + 2e8448c commit 9cb278c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
</PropertyGroup>
77
<ItemGroup>
88
<!-- locking the version of F# Core as FCS does this anyway and in practise all will be using the same version -->
9-
<PackageVersion Include="FSharp.Core" Version="[7.0.400]" />
10-
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.7.400]" />
9+
<PackageVersion Include="FSharp.Core" Version="[8.0.100]" />
10+
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.8.100]" />
1111
<PackageVersion Include="CommandLineParser" Version="2.9.1" />
1212
<PackageVersion Include="Microsoft.Build" Version="" PrivateAssets="all" />
1313
<PackageVersion Include="Microsoft.Build.Framework" Version="" PrivateAssets="all" />

src/FSharp.Formatting.CodeFormat/CodeFormatAgent.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module private Helpers =
7979
s.Split([| ' '; ';'; ',' |], StringSplitOptions.RemoveEmptyEntries)
8080
|> List.ofSeq)
8181
// Create source tokenizer
82-
let sourceTok = FSharpSourceTokenizer(defaultArg defines [], file, None)
82+
let sourceTok = FSharpSourceTokenizer(defaultArg defines [], file, None, None)
8383

8484
// Parse lines using the tokenizer
8585
let indexedSnippetLines =

0 commit comments

Comments
 (0)