Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Mar 5, 2024
1 parent 3b9276a commit 31fd23a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
</ItemGroup>
<ItemGroup>
<!--
We require F# Core >= 5 due to string interpolation.
AND: We have this in all library projects; NOT in the test projects.
-->
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
</ItemGroup>
</Project>
5 changes: 1 addition & 4 deletions src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
</ItemGroup>
<ItemGroup>
<!--
We require F# Core >= 5 due to string interpolation.
AND: We have this in all library projects; NOT in the test projects.
-->
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" />
</ItemGroup>
</Project>

0 comments on commit 31fd23a

Please sign in to comment.