Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<Compile Include="Response.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Data" Version="6.3.0" />
<PackageReference Include="FSharp.Data" Version="6.4.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
Expand All @@ -22,6 +22,6 @@
<ItemGroup>
<ProjectReference Include="..\FsHttp\FsHttp.fsproj" />
<!-- See comments for FSharp.Core in FsHttp.fsproj -->
<PackageReference Include="FSharp.Core" Version="5.0.2" ExcludeAssets="contentfiles" />
<PackageReference Include="FSharp.Core" Version="6.0.1" ExcludeAssets="contentfiles" />
</ItemGroup>
</Project>
Loading