We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a1de3 commit a309ba3Copy full SHA for a309ba3
src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
@@ -13,7 +13,7 @@
13
<Compile Include="Response.fs" />
14
</ItemGroup>
15
<ItemGroup>
16
- <PackageReference Include="FSharp.Data" Version="6.3.0" />
+ <PackageReference Include="FSharp.Data" Version="6.4.1" />
17
18
19
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
@@ -22,6 +22,6 @@
22
23
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
24
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
25
- <PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
+ <PackageReference Include="FSharp.Core" Version="6.0.1" ExcludeAssets="contentfiles" />
26
27
</Project>
0 commit comments