Skip to content

Commit

Permalink
Updated scripting module to depend on System.Linq.Dynamic nuget package.
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Dec 23, 2015
1 parent 8f2208c commit 56c6d10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Bonsai.Scripting/Bonsai.Scripting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Dynamic">
<HintPath>..\packages\DynamicQuery.1.0\lib\35\Dynamic.dll</HintPath>
</Reference>
<Reference Include="IronPython, Version=2.7.5.0, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\IronPython.2.7.5\lib\Net45\IronPython.dll</HintPath>
Expand Down Expand Up @@ -79,6 +76,10 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Linq.Dynamic, Version=1.0.5833.24767, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\System.Linq.Dynamic.1.0.5\lib\net40\System.Linq.Dynamic.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Rx-Core.2.2.5\lib\net45\System.Reactive.Core.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion Bonsai.Scripting/packages.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DynamicQuery" version="1.0" targetFramework="net45" />
<package id="IronPython" version="2.7.5" targetFramework="net45" />
<package id="jacobslusser.ScintillaNET" version="3.5.4" targetFramework="net45" />
<package id="Rx-Core" version="2.2.5" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />
<package id="System.Linq.Dynamic" version="1.0.5" targetFramework="net45" />
</packages>

0 comments on commit 56c6d10

Please sign in to comment.