|
110 | 110 | <Choose> |
111 | 111 | <When Condition="$(IsWindows) AND '$(ForceLinuxBuild)' != 'true'"> |
112 | 112 | <ItemGroup> |
113 | | - <Reference Include="Python.Runtime, Version=1.0.5.29, Culture=neutral, processorArchitecture=MSIL"> |
114 | | - <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.29\lib\win\Python.Runtime.dll</HintPath> |
| 113 | + <Reference Include="Python.Runtime, Version=1.0.5.30, Culture=neutral, processorArchitecture=MSIL"> |
| 114 | + <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.30\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.29, Culture=neutral, processorArchitecture=MSIL"> |
121 | | - <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.29\lib\linux\Python.Runtime.dll</HintPath> |
| 120 | + <Reference Include="Python.Runtime, Version=1.0.5.30, Culture=neutral, processorArchitecture=MSIL"> |
| 121 | + <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.30\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.29, Culture=neutral, processorArchitecture=MSIL"> |
128 | | - <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.29\lib\osx\Python.Runtime.dll</HintPath> |
| 127 | + <Reference Include="Python.Runtime, Version=1.0.5.30, Culture=neutral, processorArchitecture=MSIL"> |
| 128 | + <HintPath>..\packages\QuantConnect.pythonnet.1.0.5.30\lib\osx\Python.Runtime.dll</HintPath> |
129 | 129 | </Reference> |
130 | 130 | </ItemGroup> |
131 | 131 | </When> |
|
418 | 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> |
419 | 419 | </PropertyGroup> |
420 | 420 | <Error Condition="!Exists('..\packages\Accord.3.6.0\build\Accord.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Accord.3.6.0\build\Accord.targets'))" /> |
421 | | - <Error Condition="!Exists('..\packages\QuantConnect.pythonnet.1.0.5.29\build\QuantConnect.pythonnet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\QuantConnect.pythonnet.1.0.5.29\build\QuantConnect.pythonnet.targets'))" /> |
| 421 | + <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'))" /> |
422 | 422 | <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'))" /> |
423 | 423 | <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'))" /> |
424 | 424 | <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'))" /> |
425 | 425 | <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'))" /> |
426 | 426 | <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'))" /> |
427 | 427 | </Target> |
428 | 428 | <Import Project="..\packages\Accord.3.6.0\build\Accord.targets" Condition="Exists('..\packages\Accord.3.6.0\build\Accord.targets')" /> |
429 | | - <Import Project="..\packages\QuantConnect.pythonnet.1.0.5.29\build\QuantConnect.pythonnet.targets" Condition="Exists('..\packages\QuantConnect.pythonnet.1.0.5.29\build\QuantConnect.pythonnet.targets')" /> |
| 429 | + <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')" /> |
430 | 430 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
431 | 431 | Other similar extension points exist, see Microsoft.Common.targets. |
432 | 432 | <Target Name="BeforeBuild"> |
|
0 commit comments