Skip to content

Commit 83ae148

Browse files
Use nuget fix brokerage instead of project reference
1 parent 2275738 commit 83ae148

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

QuantConnect.Wolverine.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantConnect.Wolverine", "Q
1919
EndProject
2020
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuantConnect.Wolverine.Tests", "QuantConnect.Wolverine.Tests\QuantConnect.Wolverine.Tests.csproj", "{78FB3A52-FA73-4E1D-BB19-7F814DB73688}"
2121
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuantConnect.FixBrokerage", "..\Lean.Brokerages.Fix\QuantConnect.FixBrokerage\QuantConnect.FixBrokerage.csproj", "{88064EE6-5A17-1CF2-9B4D-47AE37A65EBA}"
23-
EndProject
2422
Global
2523
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2624
Debug|Any CPU = Debug|Any CPU
@@ -59,10 +57,6 @@ Global
5957
{78FB3A52-FA73-4E1D-BB19-7F814DB73688}.Debug|Any CPU.Build.0 = Debug|Any CPU
6058
{78FB3A52-FA73-4E1D-BB19-7F814DB73688}.Release|Any CPU.ActiveCfg = Release|Any CPU
6159
{78FB3A52-FA73-4E1D-BB19-7F814DB73688}.Release|Any CPU.Build.0 = Release|Any CPU
62-
{88064EE6-5A17-1CF2-9B4D-47AE37A65EBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
63-
{88064EE6-5A17-1CF2-9B4D-47AE37A65EBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
64-
{88064EE6-5A17-1CF2-9B4D-47AE37A65EBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
65-
{88064EE6-5A17-1CF2-9B4D-47AE37A65EBA}.Release|Any CPU.Build.0 = Release|Any CPU
6660
EndGlobalSection
6761
GlobalSection(SolutionProperties) = preSolution
6862
HideSolutionNode = FALSE

QuantConnect.Wolverine/QuantConnect.Wolverine.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@
3030
<ItemGroup>
3131
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
3232
<PackageReference Include="QuantConnect.Brokerages" Version="2.5.*" />
33+
<PackageReference Include="QuantConnect.Brokerages.Fix" Version="2.5.*" />
3334
<PackageReference Include="QuickFIXn.Core" Version="1.10.0" />
3435
<PackageReference Include="QuickFIXn.FIX4.2" Version="1.10.0" />
3536
</ItemGroup>
36-
<ItemGroup>
37-
<ProjectReference Include="..\..\Lean.Brokerages.Fix\QuantConnect.FixBrokerage\QuantConnect.FixBrokerage.csproj" />
38-
</ItemGroup>
3937
<ItemGroup>
4038
<None Update="Wolverine-FIX42.xml" Pack="True">
4139
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

0 commit comments

Comments
 (0)