|
14 | 14 | <AppDesignerFolder>Properties</AppDesignerFolder> |
15 | 15 | <RootNamespace>QuantConnect.Algorithm.CSharp</RootNamespace> |
16 | 16 | <AssemblyName>QuantConnect.Algorithm.CSharp</AssemblyName> |
17 | | - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
| 17 | + <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
18 | 18 | <FileAlignment>512</FileAlignment> |
19 | 19 | <LangVersion>6</LangVersion> |
20 | 20 | <TargetFrameworkProfile /> |
|
45 | 45 | </PropertyGroup> |
46 | 46 | <ItemGroup> |
47 | 47 | <Reference Include="Accord, Version=3.6.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> |
48 | | - <HintPath>..\packages\Accord.3.6.0\lib\net45\Accord.dll</HintPath> |
| 48 | + <HintPath>..\packages\Accord.3.6.0\lib\net462\Accord.dll</HintPath> |
49 | 49 | </Reference> |
50 | 50 | <Reference Include="Accord.Fuzzy, Version=3.6.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> |
51 | | - <HintPath>..\packages\Accord.Fuzzy.3.6.0\lib\net45\Accord.Fuzzy.dll</HintPath> |
| 51 | + <HintPath>..\packages\Accord.Fuzzy.3.6.0\lib\net462\Accord.Fuzzy.dll</HintPath> |
52 | 52 | </Reference> |
53 | 53 | <Reference Include="Accord.MachineLearning, Version=3.6.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> |
54 | | - <HintPath>..\packages\Accord.MachineLearning.3.6.0\lib\net45\Accord.MachineLearning.dll</HintPath> |
| 54 | + <HintPath>..\packages\Accord.MachineLearning.3.6.0\lib\net462\Accord.MachineLearning.dll</HintPath> |
55 | 55 | </Reference> |
56 | 56 | <Reference Include="Accord.Math, Version=3.6.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> |
57 | | - <HintPath>..\packages\Accord.Math.3.6.0\lib\net45\Accord.Math.dll</HintPath> |
| 57 | + <HintPath>..\packages\Accord.Math.3.6.0\lib\net462\Accord.Math.dll</HintPath> |
58 | 58 | </Reference> |
59 | 59 | <Reference Include="Accord.Math.Core, Version=3.6.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> |
60 | | - <HintPath>..\packages\Accord.Math.3.6.0\lib\net45\Accord.Math.Core.dll</HintPath> |
| 60 | + <HintPath>..\packages\Accord.Math.3.6.0\lib\net462\Accord.Math.Core.dll</HintPath> |
61 | 61 | </Reference> |
62 | 62 | <Reference Include="Accord.Statistics, Version=3.6.0.0, Culture=neutral, PublicKeyToken=fa1a88e29555ccf7, processorArchitecture=MSIL"> |
63 | | - <HintPath>..\packages\Accord.Statistics.3.6.0\lib\net45\Accord.Statistics.dll</HintPath> |
| 63 | + <HintPath>..\packages\Accord.Statistics.3.6.0\lib\net462\Accord.Statistics.dll</HintPath> |
64 | 64 | </Reference> |
65 | 65 | <Reference Include="DynamicInterop, Version=0.7.4.0, Culture=neutral, processorArchitecture=MSIL"> |
66 | 66 | <HintPath>..\packages\DynamicInterop.0.7.4\lib\net40\DynamicInterop.dll</HintPath> |
|
80 | 80 | <Reference Include="RDotNet.NativeLibrary, Version=1.6.5.0, Culture=neutral, processorArchitecture=MSIL"> |
81 | 81 | <HintPath>..\packages\R.NET.Community.1.6.5\lib\net40\RDotNet.NativeLibrary.dll</HintPath> |
82 | 82 | </Reference> |
83 | | - <Reference Include="StringInterpolationBridge, Version=0.9.1.0, Culture=neutral, PublicKeyToken=761dcf67ba0bf74d, processorArchitecture=MSIL"> |
84 | | - <HintPath>..\packages\StringInterpolationBridgeStrong.0.9.1\lib\net40\StringInterpolationBridge.dll</HintPath> |
85 | | - </Reference> |
86 | 83 | <Reference Include="System" /> |
87 | 84 | <Reference Include="System.Core" /> |
88 | 85 | <Reference Include="System.Drawing" /> |
|
420 | 417 | <PropertyGroup> |
421 | 418 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
422 | 419 | </PropertyGroup> |
423 | | - <Error Condition="!Exists('..\packages\Accord.3.6.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.6.0\build\Accord.targets'))" /> |
424 | 420 | <Error Condition="!Exists('..\packages\QuantConnect.pythonnet.1.0.5.30\build\QuantConnect.pythonnet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.pythonnet.1.0.5.30\build\QuantConnect.pythonnet.targets'))" /> |
425 | 421 | <Error Condition="!Exists('..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.2.9.3\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.2.9.3\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props'))" /> |
426 | 422 | <Error Condition="!Exists('..\packages\Microsoft.CodeQuality.Analyzers.2.9.3\build\Microsoft.CodeQuality.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeQuality.Analyzers.2.9.3\build\Microsoft.CodeQuality.Analyzers.props'))" /> |
427 | 423 | <Error Condition="!Exists('..\packages\Microsoft.NetCore.Analyzers.2.9.3\build\Microsoft.NetCore.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NetCore.Analyzers.2.9.3\build\Microsoft.NetCore.Analyzers.props'))" /> |
428 | 424 | <Error Condition="!Exists('..\packages\Microsoft.NetFramework.Analyzers.2.9.3\build\Microsoft.NetFramework.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.NetFramework.Analyzers.2.9.3\build\Microsoft.NetFramework.Analyzers.props'))" /> |
429 | 425 | <Error Condition="!Exists('..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.2.9.3\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.2.9.3\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props'))" /> |
| 426 | + <Error Condition="!Exists('..\packages\Accord.3.6.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.6.0\build\Accord.targets'))" /> |
430 | 427 | </Target> |
431 | | - <Import Project="..\packages\Accord.3.6.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.6.0\build\Accord.targets')" /> |
432 | 428 | <Import Project="..\packages\QuantConnect.pythonnet.1.0.5.30\build\QuantConnect.pythonnet.targets" Condition="Exists('..\packages\QuantConnect.pythonnet.1.0.5.30\build\QuantConnect.pythonnet.targets')" /> |
| 429 | + <Import Project="..\packages\Accord.3.6.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.6.0\build\Accord.targets')" /> |
433 | 430 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
434 | 431 | Other similar extension points exist, see Microsoft.Common.targets. |
435 | 432 | <Target Name="BeforeBuild"> |
|
0 commit comments