Skip to content

Commit 31fd23a

Browse files
committed
comments
1 parent 3b9276a commit 31fd23a

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Diff for: src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<!--
30-
We require F# Core >= 5 due to string interpolation.
31-
AND: We have this in all library projects; NOT in the test projects.
32-
-->
29+
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
3330
<PackageReference Include="FSharp.Core" Version="5.0.2" />
3431
</ItemGroup>
3532
</Project>

Diff for: src/FsHttp.NewtonsoftJson/FsHttp.NewtonsoftJson.fsproj

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@
2626
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
2727
</ItemGroup>
2828
<ItemGroup>
29-
<!--
30-
We require F# Core >= 5 due to string interpolation.
31-
AND: We have this in all library projects; NOT in the test projects.
32-
-->
29+
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
3330
<PackageReference Include="FSharp.Core" Version="5.0.2" />
3431
</ItemGroup>
3532
</Project>

0 commit comments

Comments
 (0)