Unverified Commit f493fd06 authored by Vinicius Jarina's avatar Vinicius Jarina Committed by GitHub
Browse files

Update nuget (#285)

* Update Nugets

* Updated NuGet packages.

* Renamed NLua.Core.projitems -> NLua.Shared.projitems
parent d0f681dc
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="Codefoco.Touch.Server" version="1.0.9" targetFramework="xamarinios10" developmentDependency="true" /> <package id="Codefoco.Touch.Server" version="1.0.10" targetFramework="xamarinios10" developmentDependency="true" />
<package id="KeraLua" version="1.0.4" targetFramework="xamarinios10" /> <package id="KeraLua" version="1.0.5" targetFramework="xamarinios10" />
</packages> </packages>
\ No newline at end of file
...@@ -91,15 +91,15 @@ ...@@ -91,15 +91,15 @@
<MtouchExtraArgs>--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true</MtouchExtraArgs> <MtouchExtraArgs>--setenv=NUNIT_ENABLE_XML_OUTPUT=true --setenv=NUNIT_SKIP_LOG_HEADER=true</MtouchExtraArgs>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="KeraLua, Version=1.0.4.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\KeraLua.1.0.4\lib\xamarintvos\KeraLua.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Xamarin.TVOS" /> <Reference Include="Xamarin.TVOS" />
<Reference Include="MonoTouch.NUnitLite" /> <Reference Include="MonoTouch.NUnitLite" />
<Reference Include="System.Numerics" /> <Reference Include="System.Numerics" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.5\lib\xamarintvos\KeraLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ImageAsset Include="Assets.xcassets\App Icon &amp; Top Shelf Image.brandassets\Contents.json"> <ImageAsset Include="Assets.xcassets\App Icon &amp; Top Shelf Image.brandassets\Contents.json">
...@@ -164,8 +164,8 @@ ...@@ -164,8 +164,8 @@
<ItemGroup> <ItemGroup>
<None Include="Info.plist" /> <None Include="Info.plist" />
<None Include="Entitlements.plist" /> <None Include="Entitlements.plist" />
<None Include="packages.config" />
<None Include="tools\Touch.Server.exe" /> <None Include="tools\Touch.Server.exe" />
<None Include="packages.config" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\..\build\TVOS\NLua.TVOS.csproj"> <ProjectReference Include="..\..\..\build\TVOS\NLua.TVOS.csproj">
...@@ -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.9\build\RunSimulatorTests.targets" Condition="Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.9\build\RunSimulatorTests.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')" />
</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.9" targetFramework="xamarintvos10" developmentDependency="true" /> <package id="Codefoco.Touch.Server" version="1.0.10" targetFramework="xamarintvos10" developmentDependency="true" />
<package id="KeraLua" version="1.0.4" targetFramework="xamarintvos10" /> <package id="KeraLua" version="1.0.5" 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