From 3370800c83d45c2f3c805455c66307580ca399ec Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sat, 27 Apr 2024 09:07:56 +1000 Subject: [PATCH] #189 Optimise dependencies --- NeoLua/NeoLua.csproj | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/NeoLua/NeoLua.csproj b/NeoLua/NeoLua.csproj index 6ad95aa..21ec9d0 100644 --- a/NeoLua/NeoLua.csproj +++ b/NeoLua/NeoLua.csproj @@ -1,15 +1,15 @@  - Neo.Lua - Neo.IronLua - net451;net48;netstandard2.0;net6.0 - true - A Lua implementation for the Dynamic Language Runtime (DLR). - NeoLua - A Lua implementation for the Dynamic Language Runtime (DLR). + Neo.Lua + Neo.IronLua + net451;net48;netstandard2.0;net6.0 + true + A Lua implementation for the Dynamic Language Runtime (DLR). + NeoLua + 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 +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. @@ -20,16 +20,16 @@ This library contains the desktop parts of the lua implementation.true NeoLua.snk disable - 9 + 9 - - - + + + - + - +