Browse Source

Updating Jurassic package

Sebastien Ros 11 years ago
parent
commit
d2460ecf96
2 changed files with 4 additions and 3 deletions
  1. 3 2
      Jint.Benchmark/Jint.Benchmark.csproj
  2. 1 1
      Jint.Benchmark/packages.config

+ 3 - 2
Jint.Benchmark/Jint.Benchmark.csproj

@@ -41,8 +41,9 @@
     <Reference Include="IronJS">
     <Reference Include="IronJS">
       <HintPath>..\packages\IronJS.Core.0.2.0.1\lib\net40\IronJS.dll</HintPath>
       <HintPath>..\packages\IronJS.Core.0.2.0.1\lib\net40\IronJS.dll</HintPath>
     </Reference>
     </Reference>
-    <Reference Include="Jurassic">
-      <HintPath>..\packages\Jurassic.2.1.1\lib\Jurassic.dll</HintPath>
+    <Reference Include="Jurassic, Version=2.1.0.0, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\packages\Jurassic.2.2.0\lib\Jurassic.dll</HintPath>
     </Reference>
     </Reference>
     <Reference Include="Microsoft.Dynamic">
     <Reference Include="Microsoft.Dynamic">
       <HintPath>..\packages\IronJS.Core.0.2.0.1\lib\net40\Microsoft.Dynamic.dll</HintPath>
       <HintPath>..\packages\IronJS.Core.0.2.0.1\lib\net40\Microsoft.Dynamic.dll</HintPath>

+ 1 - 1
Jint.Benchmark/packages.config

@@ -3,5 +3,5 @@
   <package id="FSharp.Core" version="4.0.0" targetFramework="net45" />
   <package id="FSharp.Core" version="4.0.0" targetFramework="net45" />
   <package id="IronJS" version="0.2.0.1" targetFramework="net45" />
   <package id="IronJS" version="0.2.0.1" targetFramework="net45" />
   <package id="IronJS.Core" version="0.2.0.1" targetFramework="net45" />
   <package id="IronJS.Core" version="0.2.0.1" targetFramework="net45" />
-  <package id="Jurassic" version="2.1.1" targetFramework="net45" />
+  <package id="Jurassic" version="2.2.0" targetFramework="net45" />
 </packages>
 </packages>