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 Juri committed Oct 21, 2022
1 parent 317d0c7 commit 904f24a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@

<ItemGroup>
<PackageReference Update="FSharp.Core" VersionOverride="4.7.2"/>
<None Include="..\..\icon.svg" Pack="true" PackagePath="" Visible="False" />
<None Include="..\..\icon.png" Pack="true" PackagePath="" Visible="False" />
<None Include="..\..\README.md" Pack="true" PackagePath="" Visible="False" />
</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 904f24a

Please # to comment.