Skip to content

Commit 6610e5c

Browse files
Bump FSharp.Core from 5.0.2 to 8.0.400
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) from 5.0.2 to 8.0.400. - [Release notes](https://github.com/dotnet/fsharp/releases) - [Changelog](https://github.com/dotnet/fsharp/blob/main/release-notes.md) - [Commits](https://github.com/dotnet/fsharp/commits) --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec0948c commit 6610e5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<ItemGroup>
2323
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
2424
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
25-
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
25+
<PackageReference Include="FSharp.Core" Version="8.0.400" ExcludeAssets="contentfiles" />
2626
</ItemGroup>
2727
</Project>

src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
<ItemGroup>
2525
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
2626
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
27-
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
27+
<PackageReference Include="FSharp.Core" Version="8.0.400" ExcludeAssets="contentfiles" />
2828
</ItemGroup>
2929
</Project>

src/FsHttp/FsHttp.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@
4646
Removal triggers issues in dotnet publish, e.g. for Lambda projects
4747
Also avoids Rider search finding stuff in FSharp.Core.xml
4848
-->
49-
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
49+
<PackageReference Include="FSharp.Core" Version="8.0.400" ExcludeAssets="contentfiles" />
5050
</ItemGroup>
5151
</Project>

0 commit comments

Comments
 (0)