Skip to content

Commit

Permalink
Merge pull request #157 from dawedawe/resolve_deps_conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
SchlenkR committed Nov 27, 2023
2 parents e14d335 + ef25bd2 commit c25cc40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Directory.Build.props
Expand Up @@ -108,4 +108,8 @@
</PackageReleaseNotes>
</PropertyGroup>

<ItemGroup>
<PackageReference Update="FSharp.Core" Version="8.0.100" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions src/FsHttp.FSharpData/FsHttp.FSharpData.fsproj
Expand Up @@ -16,6 +16,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="FSharp.Data" Version="6.3.0" />
<PackageReference Include="FSharp.Core" Version="8.0.100" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
Expand Down

0 comments on commit c25cc40

Please sign in to comment.