Browse Source

Usng Esprima from nuget.org

Sebastien Ros 7 years ago
parent
commit
c6d0f3d7a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jint/Jint.csproj

+ 1 - 1
Jint/Jint.csproj

@@ -6,6 +6,6 @@
     <SignAssembly>true</SignAssembly>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="Esprima" Version="1.0.0-beta-1025" />
+    <PackageReference Include="Esprima" Version="1.0.0-beta-1026" />
   </ItemGroup>
 </Project>