Commit 92c5a9fa authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

* Update NuGets, Moved `devops` scripts

parent abf0afa9
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<Reference Include="MonoTouch.NUnitLite" /> <Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Numerics" /> <Reference Include="System.Numerics" />
<Reference Include="KeraLua"> <Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.6\lib\xamarinios\KeraLua.dll</HintPath> <HintPath>..\..\..\packages\KeraLua.1.0.8\lib\xamarinios\KeraLua.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
...@@ -159,5 +159,5 @@ ...@@ -159,5 +159,5 @@
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" /> <Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.10\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.10\build\Codefoco.Touch.Server.targets')" /> <Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.14\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.14\build\Codefoco.Touch.Server.targets')" />
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Codefoco.Touch.Server" version="1.0.10" targetFramework="xamarinios10" developmentDependency="true" /> <package id="Codefoco.Touch.Server" version="1.0.14" targetFramework="xamarinios10" developmentDependency="true" />
<package id="KeraLua" version="1.0.6" targetFramework="xamarinios10" /> <package id="KeraLua" version="1.0.8" targetFramework="xamarinios10" />
</packages> </packages>
\ No newline at end of file
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
<Reference Include="MonoTouch.NUnitLite" /> <Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Numerics" /> <Reference Include="System.Numerics" />
<Reference Include="KeraLua"> <Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.6\lib\xamarintvos\KeraLua.dll</HintPath> <HintPath>..\..\..\packages\KeraLua.1.0.8\lib\xamarintvos\KeraLua.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
...@@ -221,5 +221,5 @@ ...@@ -221,5 +221,5 @@
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" /> <Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLuaTest.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets" />
<Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.10\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.10\build\Codefoco.Touch.Server.targets')" /> <Import Project="..\..\..\packages\Codefoco.Touch.Server.1.0.14\build\Codefoco.Touch.Server.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.14\build\Codefoco.Touch.Server.targets')" />
</Project> </Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Codefoco.Touch.Server" version="1.0.10" targetFramework="xamarintvos10" developmentDependency="true" /> <package id="Codefoco.Touch.Server" version="1.0.14" targetFramework="xamarintvos10" developmentDependency="true" />
<package id="KeraLua" version="1.0.6" targetFramework="xamarintvos10" /> <package id="KeraLua" version="1.0.8" targetFramework="xamarintvos10" />
</packages> </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