Skip to content

Commit a8cc666

Browse files
committed
WolframAlpha.NET from NuGet.
1 parent f85c6f5 commit a8cc666

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Dependencies/WolframAlpha.NET.dll

-34 KB
Binary file not shown.

MathExpressions.NET.Tests/MathExpressions.NET.Tests.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646
<Reference Include="Microsoft.CSharp" />
4747
<Reference Include="System.Data" />
4848
<Reference Include="System.Xml" />
49-
<Reference Include="WolframAlpha.NET">
50-
<HintPath>..\Dependencies\WolframAlpha.NET.dll</HintPath>
49+
<Reference Include="WolframAlpha.NET, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
50+
<SpecificVersion>False</SpecificVersion>
51+
<HintPath>..\packages\WolframAlpha.NET.1.1.0\lib\WolframAlpha.NET.dll</HintPath>
5152
</Reference>
5253
</ItemGroup>
5354
<ItemGroup>

MathExpressions.NET.Tests/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
<packages>
33
<package id="NUnit" version="2.6.3" targetFramework="net40" />
44
<package id="RestSharp" version="105.0.1" targetFramework="net40" />
5+
<package id="WolframAlpha.NET" version="1.1.0" targetFramework="net40" />
56
</packages>

MathExpressions.NET.sln

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencie
1111
ProjectSection(SolutionItems) = preProject
1212
Dependencies\GOLD Engine.dll = Dependencies\GOLD Engine.dll
1313
Dependencies\Microsoft.VisualBasic.dll = Dependencies\Microsoft.VisualBasic.dll
14-
Dependencies\WolframAlpha.NET.dll = Dependencies\WolframAlpha.NET.dll
1514
EndProjectSection
1615
EndProject
1716
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MathExpressions.NET.Tests", "MathExpressions.NET.Tests\MathExpressions.NET.Tests.csproj", "{BF78CC00-AB67-4D51-8B47-5A6DA94984AC}"

0 commit comments

Comments
 (0)