diff --git a/Directory.Build.props b/Directory.Build.props index 8451e625..49276c84 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 14.4.0 + 14.4.1 Ronald Schlenker Copyright 2024 Ronald Schlenker @@ -16,6 +16,9 @@ https://www.nuget.org/packages/FsHttp#release-body-tab + v14.4.1 + - Fixed missing explicit dependency on FSharp.Core + v14.4.0 - Fixed pre-configured requests diff --git a/src/FsHttp/FsHttp.fsproj b/src/FsHttp/FsHttp.fsproj index 6b8268c2..c4df52e3 100644 --- a/src/FsHttp/FsHttp.fsproj +++ b/src/FsHttp/FsHttp.fsproj @@ -37,4 +37,7 @@ + + + \ No newline at end of file