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

Bumped KeraLua

parent 88b7219f
......@@ -48,7 +48,7 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.9\lib\net45\KeraLua.dll</HintPath>
<HintPath>..\..\..\packages\KeraLua.1.0.10\lib\net45\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......@@ -70,5 +70,5 @@
<Error Condition="!Exists('..\..\..\packages\NUnit.3.11.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.11.0\build\NUnit.props'))" />
<Error Condition="!Exists('..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))" />
</Target>
<Import Project="..\..\..\packages\KeraLua.1.0.9\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.9\build\net45\KeraLua.targets')" />
<Import Project="..\..\..\packages\KeraLua.1.0.10\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.10\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.9" targetFramework="net45" />
<package id="KeraLua" version="1.0.10" targetFramework="net45" />
<package id="NUnit" version="3.11.0" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.13.0" targetFramework="net45" />
</packages>
\ No newline at end of file
......@@ -25,7 +25,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.9" />
<PackageReference Include="KeraLua" Version="1.0.10" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
......
......@@ -133,7 +133,7 @@
<Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Numerics" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.9\lib\xamarinios\KeraLua.dll</HintPath>
<HintPath>..\..\..\packages\KeraLua.1.0.10\lib\xamarinios\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codefoco.Touch.Server" version="1.0.14" targetFramework="xamarinios10" developmentDependency="true" />
<package id="KeraLua" version="1.0.9" targetFramework="xamarinios10" />
<package id="KeraLua" version="1.0.10" targetFramework="xamarinios10" />
</packages>
\ No newline at end of file
......@@ -98,7 +98,7 @@
<Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Numerics" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.9\lib\xamarintvos\KeraLua.dll</HintPath>
<HintPath>..\..\..\packages\KeraLua.1.0.10\lib\xamarintvos\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Codefoco.Touch.Server" version="1.0.14" targetFramework="xamarintvos10" developmentDependency="true" />
<package id="KeraLua" version="1.0.9" targetFramework="xamarintvos10" />
<package id="KeraLua" version="1.0.10" targetFramework="xamarintvos10" />
</packages>
\ No newline at end of file
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