NeoLua by Neolithos

<PackageReference Include="NeoLua" Version="1.3.8-beta.2" />

 NeoLua 1.3.8-beta.2

A Lua implementation for the Dynamic Language Runtime (DLR).

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NeoLua</id>
    <version>1.3.8-beta.2</version>
    <authors>Neolithos</authors>
    <owners>Neolithos</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/neolithos/neolua/blob/master/LICENSE.md</licenseUrl>
    <projectUrl>https://github.com/neolithos/neolua/</projectUrl>
    <description>A Lua implementation for the Dynamic Language Runtime (DLR).</description>
    <releaseNotes>A Lua implementation for the Dynamic Language Runtime (DLR).

NeoLua is an implementation of the Lua language. Currently the implementation is on the level of Lua 
5.3 http://www.lua.org/manual/5.3/manual.html). The goal is to match the reference of the C-Lua implementation and combine this with full .net framework support.

NeoLua is implemented in C# and uses the Dynamic Language Runtime. It therefore integrates very well with the .net framework.

This library contains the desktop parts of the lua implementation.</releaseNotes>
    <copyright>Copyright © 2013-2019</copyright>
    <tags>Lua C# .net DLR Dynamic Language</tags>
    <repository type="git" url="https://github.com/neolithos/neolua.git" />
    <dependencies>
      <group targetFramework=".NETFramework4.5">
        <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETFramework4.7">
        <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETCoreApp2.0">
        <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>