Skip to content

Commit 806e3d0

Browse files
authored
Merge pull request #1111 from fsprojects/dependabot/nuget/multi-613c23e59d
Bump FSharp.Compiler.Service and FSharp.Core
2 parents f57e17c + 32d75e0 commit 806e3d0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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="[10.0.100]" />
10-
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.10.100]" />
9+
<PackageVersion Include="FSharp.Core" Version="[10.1.201]" />
10+
<PackageVersion Include="FSharp.Compiler.Service" Version="[43.12.201]" />
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.Markdown/FSharp.Formatting.Markdown.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<ProjectReference Include="..\FSharp.Formatting.Common\FSharp.Formatting.Common.fsproj" />
2727
</ItemGroup>
2828
<ItemGroup>
29+
<PackageReference Include="FSharp.Compiler.Service" VersionOverride="43.12.201" />
2930
<PackageReference Include="FSharp.Core" />
3031
</ItemGroup>
3132
</Project>

0 commit comments

Comments
 (0)