Skip to content

Commit a309ba3

Browse files
Bump FSharp.Core and FSharp.Data
Bumps [FSharp.Core](https://github.com/dotnet/fsharp) and [FSharp.Data](https://github.com/fsprojects/FSharp.Data). These dependencies needed to be updated together. Updates `FSharp.Core` from 5.0.2 to 6.0.1 - [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) Updates `FSharp.Data` from 6.3.0 to 6.4.1 - [Release notes](https://github.com/fsprojects/FSharp.Data/releases) - [Changelog](https://github.com/fsprojects/FSharp.Data/blob/main/RELEASE_NOTES.md) - [Commits](https://github.com/fsprojects/FSharp.Data/commits) --- updated-dependencies: - dependency-name: FSharp.Core dependency-type: direct:production update-type: version-update:semver-major - dependency-name: FSharp.Data dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7a1de3 commit a309ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Compile Include="Response.fs" />
1414
</ItemGroup>
1515
<ItemGroup>
16-
<PackageReference Include="FSharp.Data" Version="6.3.0" />
16+
<PackageReference Include="FSharp.Data" Version="6.4.1" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
@@ -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="6.0.1" ExcludeAssets="contentfiles" />
2626
</ItemGroup>
2727
</Project>

0 commit comments

Comments
 (0)