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

Update `KeraLua` on Mac `csproj`

parent 20fb25b3
......@@ -51,7 +51,7 @@
<Reference Include="System.Core" />
<Reference Include="Xamarin.TVOS" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.19\lib\xamarintvos\KeraLua.dll</HintPath>
<HintPath>..\..\packages\KeraLua.1.0.21\lib\xamarintvos\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KeraLua" version="1.0.19" targetFramework="xamarintvos10" />
<package id="KeraLua" version="1.0.21" targetFramework="xamarintvos10" />
</packages>
\ No newline at end of file
......@@ -49,7 +49,7 @@
<Reference Include="System.Core" />
<Reference Include="Xamarin.WatchOS" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.19\lib\xamarinwatchos\KeraLua.dll</HintPath>
<HintPath>..\..\packages\KeraLua.1.0.21\lib\xamarinwatchos\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KeraLua" version="1.0.19" targetFramework="xamarinwatchos10" />
<package id="KeraLua" version="1.0.21" targetFramework="xamarinwatchos10" />
</packages>
\ No newline at end of file
......@@ -60,7 +60,7 @@
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.19\lib\xamarinmac\KeraLua.dll</HintPath>
<HintPath>..\..\packages\KeraLua.1.0.21\lib\xamarinmac\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KeraLua" version="1.0.19" targetFramework="xamarinmac20" />
<package id="KeraLua" version="1.0.21" targetFramework="xamarinmac20" />
</packages>
\ No newline at end of file
......@@ -55,7 +55,7 @@
<Reference Include="System.Core" />
<Reference Include="Xamarin.iOS" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.19\lib\xamarinios\KeraLua.dll</HintPath>
<HintPath>..\..\packages\KeraLua.1.0.21\lib\xamarinios\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KeraLua" version="1.0.19" targetFramework="xamarinios10" />
<package id="KeraLua" version="1.0.21" targetFramework="xamarinios10" />
</packages>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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