d53a922cf0
- Requires a new PythonNet 1.0.5.15 package where the different `.dll` are in a specific folder: `\win` `\linux` and `\osx` - Removed not present `decimal.py` from `Algorithm.Python` project. It was moved into `Common`. - Replace `xbuild` for `msbuild` required for using the `System.Runtime.InteropServices`. Also note the `xbuild` on travis prints: > >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<
4 lines
150 B
XML
4 lines
150 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="QuantConnect.pythonnet" version="1.0.5.15" targetFramework="net452" />
|
|
</packages> |