Commit bd0c76c8 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Bumped KeraLua with Lua 5.4 rc2

parent b29d5ad7
This diff is collapsed.
This diff is collapsed.
......@@ -38,9 +38,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference Include="KeraLua, Version=1.0.29.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\KeraLua.1.0.29\lib\net45\KeraLua.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
......@@ -50,6 +47,9 @@
<Reference Include="System.Numerics" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.30-lua54-build5\lib\net45\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\build\net45\NLua.csproj">
......@@ -68,7 +68,6 @@
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.12.0\build\NUnit.props'))" />
<Error Condition="!Exists('..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets'))" />
</Target>
<Import Project="..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets')" />
<Import Project="..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets')" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KeraLua" version="1.0.29" targetFramework="net45" />
<package id="KeraLua" version="1.0.30-lua54-build5" targetFramework="net45" />
<package id="NUnit" version="3.12.0" targetFramework="net45" />
<package id="NUnit.ConsoleRunner" version="3.11.1" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.16.1" targetFramework="net45" developmentDependency="true" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment