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
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<package> <package>
<metadata> <metadata>
<id>NLua</id> <id>NLua</id>
<version>1.4.4</version> <version>1.4.11</version>
<authors>NLua</authors> <authors>NLua</authors>
<owners>Vinicius Jarina</owners> <owners>Vinicius Jarina</owners>
<licenseUrl>https://github.com/nlua/NLua/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/nlua/NLua/blob/master/LICENSE</licenseUrl>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<copyright>Copyright © NLua 2019</copyright> <copyright>Copyright © NLua 2019</copyright>
<tags>lua nlua</tags> <tags>lua nlua</tags>
<dependencies> <dependencies>
<dependency id="KeraLua" version="1.0.4" /> <dependency id="KeraLua" version="1.0.5" />
</dependencies> </dependencies>
</metadata> </metadata>
<files> <files>
......
...@@ -42,16 +42,16 @@ Global ...@@ -42,16 +42,16 @@ Global
tests\src\NLuaTest.Shared.projitems*{20225b34-18f0-477b-ae89-1c95b788c55d}*SharedItemsImports = 4 tests\src\NLuaTest.Shared.projitems*{20225b34-18f0-477b-ae89-1c95b788c55d}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.projitems*{20ae709c-fb97-48e3-89b0-a34a5c3da1db}*SharedItemsImports = 4 tests\src\NLuaTest.Shared.projitems*{20ae709c-fb97-48e3-89b0-a34a5c3da1db}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.Scripts.projitems*{20ae709c-fb97-48e3-89b0-a34a5c3da1db}*SharedItemsImports = 4 tests\src\NLuaTest.Shared.Scripts.projitems*{20ae709c-fb97-48e3-89b0-a34a5c3da1db}*SharedItemsImports = 4
src\NLua.Core.projitems*{4b766e88-5872-4437-882d-c887a3c0cdf7}*SharedItemsImports = 4 src\NLua.Shared.projitems*{4b766e88-5872-4437-882d-c887a3c0cdf7}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.projitems*{7279d001-6f21-4ff3-a0ee-3a1d12004ba3}*SharedItemsImports = 13 tests\src\NLuaTest.Shared.projitems*{7279d001-6f21-4ff3-a0ee-3a1d12004ba3}*SharedItemsImports = 13
tests\src\NLuaTest.Shared.projitems*{73aa14f8-8a24-4011-8030-3fb3248044c3}*SharedItemsImports = 4 tests\src\NLuaTest.Shared.projitems*{73aa14f8-8a24-4011-8030-3fb3248044c3}*SharedItemsImports = 4
src\NLua.Core.projitems*{8fafdf62-e07e-487a-863c-74f308ae7ba6}*SharedItemsImports = 4 src\NLua.Shared.projitems*{8fafdf62-e07e-487a-863c-74f308ae7ba6}*SharedItemsImports = 4
src\NLua.Core.projitems*{9238f6aa-2d63-4804-99d1-c279871f5669}*SharedItemsImports = 4 src\NLua.Shared.projitems*{9238f6aa-2d63-4804-99d1-c279871f5669}*SharedItemsImports = 4
tests\src\NLuaTest.Shared.Scripts.projitems*{9e2a0bc0-5c10-4a85-9ca1-2beb751128b7}*SharedItemsImports = 13 tests\src\NLuaTest.Shared.Scripts.projitems*{9e2a0bc0-5c10-4a85-9ca1-2beb751128b7}*SharedItemsImports = 13
src\NLua.Core.projitems*{bd205ad6-760e-48f3-bab2-21447396bd17}*SharedItemsImports = 13 src\NLua.Shared.projitems*{bd205ad6-760e-48f3-bab2-21447396bd17}*SharedItemsImports = 13
src\NLua.Core.projitems*{bf6a650f-aa7a-4a08-8ada-08d9e73e1238}*SharedItemsImports = 4 src\NLua.Shared.projitems*{bf6a650f-aa7a-4a08-8ada-08d9e73e1238}*SharedItemsImports = 4
src\NLua.Core.projitems*{c45805a8-6436-4738-bd9f-4632eea63bbc}*SharedItemsImports = 4 src\NLua.Shared.projitems*{c45805a8-6436-4738-bd9f-4632eea63bbc}*SharedItemsImports = 4
src\NLua.Core.projitems*{cfe2185e-c344-4503-9b94-9046744cef37}*SharedItemsImports = 4 src\NLua.Shared.projitems*{cfe2185e-c344-4503-9b94-9046744cef37}*SharedItemsImports = 4
EndGlobalSection EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU Debug|Any CPU = Debug|Any CPU
......
B<!DOCTYPE html> B<!DOCTYPE html>
...@@ -39,18 +39,18 @@ ...@@ -39,18 +39,18 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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\MonoAndroid\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="Mono.Android" /> <Reference Include="Mono.Android" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.5\lib\MonoAndroid\KeraLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.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="KeraLua" version="1.0.4" targetFramework="monoandroid81" /> <package id="KeraLua" version="1.0.5" targetFramework="monoandroid81" />
</packages> </packages>
\ No newline at end of file
...@@ -46,18 +46,18 @@ ...@@ -46,18 +46,18 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.5\lib\xamarintvos\KeraLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\TVOS\Xamarin.TVOS.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.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="KeraLua" version="1.0.4" targetFramework="xamarintvos10" /> <package id="KeraLua" version="1.0.5" targetFramework="xamarintvos10" />
</packages> </packages>
\ No newline at end of file
...@@ -44,18 +44,18 @@ ...@@ -44,18 +44,18 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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\xamarinwatchos\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.WatchOS" /> <Reference Include="Xamarin.WatchOS" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.5\lib\xamarinwatchos\KeraLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\WatchOS\Xamarin.WatchOS.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.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="KeraLua" version="1.0.4" targetFramework="xamarinwatchos10" /> <package id="KeraLua" version="1.0.5" targetFramework="xamarinwatchos10" />
</packages> </packages>
\ No newline at end of file
...@@ -56,12 +56,12 @@ ...@@ -56,12 +56,12 @@
<AOTMode>None</AOTMode> <AOTMode>None</AOTMode>
</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\xamarinmac\KeraLua.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" /> <Reference Include="Xamarin.Mac" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.5\lib\xamarinmac\KeraLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="Properties\" /> <Folder Include="Properties\" />
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.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="KeraLua" version="1.0.4" targetFramework="xamarinmac20" /> <package id="KeraLua" version="1.0.5" targetFramework="xamarinmac20" />
</packages> </packages>
\ No newline at end of file
...@@ -50,18 +50,18 @@ ...@@ -50,18 +50,18 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</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\xamarinios\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.iOS" /> <Reference Include="Xamarin.iOS" />
<Reference Include="KeraLua">
<HintPath>..\..\packages\KeraLua.1.0.5\lib\xamarinios\KeraLua.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.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="KeraLua" version="1.0.4" targetFramework="xamarinios10" /> <package id="KeraLua" version="1.0.5" targetFramework="xamarinios10" />
</packages> </packages>
\ No newline at end of file
...@@ -32,22 +32,22 @@ ...@@ -32,22 +32,22 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="KeraLua, Version=1.0.4.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"> <Reference Include="KeraLua, Version=1.0.5.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL">
<HintPath>..\..\packages\KeraLua.1.0.4\lib\net45\KeraLua.dll</HintPath> <HintPath>..\..\packages\KeraLua.1.0.5\lib\net45\KeraLua.dll</HintPath>
</Reference> </Reference>
<Reference Include="System" /> <Reference Include="System" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="packages.config" /> <None Include="packages.config" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.targets" />
<Import Project="..\..\packages\KeraLua.1.0.4\build\net45\KeraLua.targets" Condition="Exists('..\..\packages\KeraLua.1.0.4\build\net45\KeraLua.targets')" /> <Import Project="..\..\packages\KeraLua.1.0.5\build\net45\KeraLua.targets" Condition="Exists('..\..\packages\KeraLua.1.0.5\build\net45\KeraLua.targets')" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup> <PropertyGroup>
<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> <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> </PropertyGroup>
<Error Condition="!Exists('..\..\packages\KeraLua.1.0.4\build\net45\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.1.0.4\build\net45\KeraLua.targets'))" /> <Error Condition="!Exists('..\..\packages\KeraLua.1.0.5\build\net45\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\KeraLua.1.0.5\build\net45\KeraLua.targets'))" />
</Target> </Target>
</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="KeraLua" version="1.0.4" targetFramework="net45" /> <package id="KeraLua" version="1.0.5" targetFramework="net45" />
</packages> </packages>
\ No newline at end of file
...@@ -18,9 +18,9 @@ ...@@ -18,9 +18,9 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors /> <WarningsAsErrors />
</PropertyGroup> </PropertyGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Core.projitems')" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" Condition="Exists('..\..\src\NLua.Shared.projitems')" />
<ItemGroup> <ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.4" /> <PackageReference Include="KeraLua" Version="1.0.5" />
<PackageReference Include="System.Reflection.Emit" Version="4.3.0" /> <PackageReference Include="System.Reflection.Emit" Version="4.3.0" />
<PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" /> <PackageReference Include="System.Reflection.Emit.ILGeneration" Version="4.3.0" />
</ItemGroup> </ItemGroup>
......
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
<WarningsAsErrors /> <WarningsAsErrors />
</PropertyGroup> </PropertyGroup>
<Import Project="..\..\src\NLua.Core.projitems" Label="Shared" /> <Import Project="..\..\src\NLua.Shared.projitems" Label="Shared" />
<ItemGroup> <ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.4" /> <PackageReference Include="KeraLua" Version="1.0.5" />
</ItemGroup> </ItemGroup>
<Import Project="..\targets\NLua.Sign.targets" /> <Import Project="..\targets\NLua.Sign.targets" />
......
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