Skip to content

Commit

Permalink
Removed unnecessary dependencies from Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
bleunguts committed Jan 29, 2024
1 parent ce13638 commit 86734a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Shell/AppBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using Microsoft.Extensions.Options;
using ProjectX.Core;
using ProjectX.Core.Services;
using ProjectX.MarketData;
using ProjectX.MarketData.Cache;
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
Expand Down
2 changes: 0 additions & 2 deletions Shell/GatewayApiClient.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
using Caliburn.Micro;
using MatthiWare.FinancialModelingPrep.Core.Http;
using Microsoft.AspNetCore.Http.Extensions;
using Microsoft.AspNetCore.SignalR.Client;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using ProjectX.Core;
using ProjectX.Core.Requests;
using ProjectX.Core.Services;
Expand Down
3 changes: 1 addition & 2 deletions Shell/Screens/TradingSignals/TableBuilders.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using MatthiWare.FinancialModelingPrep.Model;
using ProjectX.Core.Strategy;
using ProjectX.Core.Strategy;
using System;
using System.Collections.Generic;
using System.Data;
Expand Down
3 changes: 1 addition & 2 deletions Shell/Shell.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="8.0.0-rc.1.23421.29" />
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.0-rc.1.23421.29" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.ComponentModel.Composition" Version="7.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ProjectX.Core\ProjectX.Core.csproj" />
<ProjectReference Include="..\ProjectX.MarketData.Cache\ProjectX.MarketData.Cache.csproj" />
<ProjectReference Include="..\ProjectX.MarketData\ProjectX.MarketData.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 86734a7

Please sign in to comment.