Skip to content

Commit ce5858e

Browse files
authored
Merge pull request #177 from dawedawe/fix_implicit_dependency
2 parents 781bfb2 + 2217540 commit ce5858e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Directory.Build.props

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>14.4.0</Version>
4+
<Version>14.4.1</Version>
55

66
<Authors>Ronald Schlenker</Authors>
77
<Copyright>Copyright 2024 Ronald Schlenker</Copyright>
@@ -16,6 +16,9 @@
1616
<FsDocsReleaseNotesLink>https://www.nuget.org/packages/FsHttp#release-body-tab</FsDocsReleaseNotesLink>
1717

1818
<PackageReleaseNotes>
19+
v14.4.1
20+
- Fixed missing explicit dependency on FSharp.Core
21+
1922
v14.4.0
2023
- Fixed pre-configured requests
2124

src/FsHttp/FsHttp.fsproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@
3737
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
3838
<None Include="..\..\docs\img\logo_small.png" Pack="true" PackagePath="\" />
3939
</ItemGroup>
40+
<ItemGroup>
41+
<PackageReference Include="FSharp.Core" Version="8.0.100" />
42+
</ItemGroup>
4043
</Project>

0 commit comments

Comments
 (0)