|
110 | 110 | <Choose> |
111 | 111 | <When Condition="$(IsWindows) AND '$(ForceLinuxBuild)' != 'true'"> |
112 | 112 | <ItemGroup> |
113 | | - <Reference Include="Python.Runtime, Version=1.0.5.23, Culture=neutral, processorArchitecture=MSIL"> |
114 | | - <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.23\lib\win\Python.Runtime.dll</HintPath> |
| 113 | + <Reference Include="Python.Runtime, Version=1.0.5.24, Culture=neutral, processorArchitecture=MSIL"> |
| 114 | + <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.24\lib\win\Python.Runtime.dll</HintPath> |
115 | 115 | </Reference> |
116 | 116 | </ItemGroup> |
117 | 117 | </When> |
118 | 118 | <When Condition="$(IsLinux) OR '$(ForceLinuxBuild)' == 'true'"> |
119 | 119 | <ItemGroup> |
120 | | - <Reference Include="Python.Runtime, Version=1.0.5.23, Culture=neutral, processorArchitecture=MSIL"> |
121 | | - <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.23\lib\linux\Python.Runtime.dll</HintPath> |
| 120 | + <Reference Include="Python.Runtime, Version=1.0.5.24, Culture=neutral, processorArchitecture=MSIL"> |
| 121 | + <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.24\lib\linux\Python.Runtime.dll</HintPath> |
122 | 122 | </Reference> |
123 | 123 | </ItemGroup> |
124 | 124 | </When> |
125 | 125 | <When Condition="$(IsOSX) AND '$(ForceLinuxBuild)' != 'true'"> |
126 | 126 | <ItemGroup> |
127 | | - <Reference Include="Python.Runtime, Version=1.0.5.23, Culture=neutral, processorArchitecture=MSIL"> |
128 | | - <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.23\lib\osx\Python.Runtime.dll</HintPath> |
| 127 | + <Reference Include="Python.Runtime, Version=1.0.5.24, Culture=neutral, processorArchitecture=MSIL"> |
| 128 | + <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.24\lib\osx\Python.Runtime.dll</HintPath> |
129 | 129 | </Reference> |
130 | 130 | </ItemGroup> |
131 | 131 | </When> |
|
368 | 368 | <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> |
369 | 369 | </PropertyGroup> |
370 | 370 | <Error Condition="!Exists('..\packages\Accord.3.6.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.6.0\build\Accord.targets'))" /> |
371 | | - <Error Condition="!Exists('..\packages\QuantConnect.pythonnet.1.0.5.23\build\QuantConnect.pythonnet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.pythonnet.1.0.5.23\build\QuantConnect.pythonnet.targets'))" /> |
| 371 | + <Error Condition="!Exists('..\packages\QuantConnect.pythonnet.1.0.5.24\build\QuantConnect.pythonnet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.pythonnet.1.0.5.24\build\QuantConnect.pythonnet.targets'))" /> |
372 | 372 | <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'))" /> |
373 | 373 | <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'))" /> |
374 | 374 | <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'))" /> |
375 | 375 | <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'))" /> |
376 | 376 | <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'))" /> |
377 | 377 | </Target> |
378 | 378 | <Import Project="..\packages\Accord.3.6.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.6.0\build\Accord.targets')" /> |
379 | | - <Import Project="..\packages\QuantConnect.pythonnet.1.0.5.23\build\QuantConnect.pythonnet.targets" Condition="Exists('..\packages\QuantConnect.pythonnet.1.0.5.23\build\QuantConnect.pythonnet.targets')" /> |
| 379 | + <Import Project="..\packages\QuantConnect.pythonnet.1.0.5.24\build\QuantConnect.pythonnet.targets" Condition="Exists('..\packages\QuantConnect.pythonnet.1.0.5.24\build\QuantConnect.pythonnet.targets')" /> |
380 | 380 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
381 | 381 | Other similar extension points exist, see Microsoft.Common.targets. |
382 | 382 | <Target Name="BeforeBuild"> |
|
0 commit comments