mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
630 B
16 lines
630 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Jurassic</id>
|
|
<version>4.0.0</version>
|
|
<authors>Paul Bartrum</authors>
|
|
<owners>Paul Bartrum</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>A .NET library to parse and execute JavaScript code.</description>
|
|
<dependencies>
|
|
<group targetFramework=".NETStandard2.0">
|
|
<dependency id="System.Reflection.Emit.Lightweight" version="4.3.0" exclude="Build,Analyzers" />
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
</package>
|