Files
quantconnect--lean/Algorithm.Python/packages.config
T
Martin Molinero d53a922cf0 PythonNet installation does not require copy pasting
- 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 <<<<
2019-01-22 19:48:11 -03:00

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>