Skip to content

Commit

Permalink
add explicit FSharp.Core package ref to FsHttp.FSharp.Data
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Nov 27, 2023
1 parent 34c72f2 commit ef25bd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,8 @@
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="8.0.100" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Data" Version="6.3.0" />
<PackageReference Include="FSharp.Core" Version="8.0.100" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
Expand Down

0 comments on commit ef25bd2

Please sign in to comment.