Skip to content

Commit

Permalink
Removing redundant dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivelten authored and xperiandri committed Oct 21, 2022
1 parent 317d0c7 commit 55882e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FParsec" />
<PackageReference Include="Microsoft.Extensions.Http" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@

<ItemGroup>
<ProjectReference Include="..\FSharp.Data.GraphQL.Server\FSharp.Data.GraphQL.Server.fsproj" />
<ProjectReference Include="..\FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="FParsec" />
<PackageReference Include="System.Reactive" />
</ItemGroup>

Expand Down

0 comments on commit 55882e4

Please sign in to comment.