Ver código fonte

Fixing esprima version

Sébastien Ros 5 anos atrás
pai
commit
6e92af9a76
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Jint/Jint.csproj

+ 1 - 1
Jint/Jint.csproj

@@ -7,6 +7,6 @@
     <LangVersion>latest</LangVersion>
   </PropertyGroup>
   <ItemGroup>
-    <PackageReference Include="Esprima" Version="1.0.1256" />
+    <PackageReference Include="Esprima" Version="1.0.1258" />
   </ItemGroup>
 </Project>