Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
62fd5c11
Commit
62fd5c11
authored
Aug 31, 2019
by
Vinicius Jarina
Browse files
Bump `KeraLua` package with `lua_Integer` fix for Android `armeabi-v7a`
* Fixes #320
parent
96c793cd
Changes
72
Show whitespace changes
Inline
Side-by-side
packages/NUnit3TestAdapter.3.1
4.0
/build/netcoreapp2.0/NUnit3.TestAdapter.dll
→
packages/NUnit3TestAdapter.3.1
5.1
/build/netcoreapp2.0/NUnit3.TestAdapter.dll
View file @
62fd5c11
No preview for this file type
packages/NUnit3TestAdapter.3.15.1/build/netcoreapp2.0/NUnit3.TestAdapter.pdb
0 → 100755
View file @
62fd5c11
File added
packages/NUnit3TestAdapter.3.1
4.0
/build/netcoreapp2.0/NUnit3TestAdapter.props
→
packages/NUnit3TestAdapter.3.1
5.1
/build/netcoreapp2.0/NUnit3TestAdapter.props
View file @
62fd5c11
File moved
packages/NUnit3TestAdapter.3.1
4.0
/build/netcoreapp2.0/nunit.engine.api.dll
→
packages/NUnit3TestAdapter.3.1
5.1
/build/netcoreapp2.0/nunit.engine.api.dll
View file @
62fd5c11
File moved
packages/NUnit3TestAdapter.3.1
4.0
/build/netcoreapp2.0/nunit.engine.dll
→
packages/NUnit3TestAdapter.3.1
5.1
/build/netcoreapp2.0/nunit.engine.dll
View file @
62fd5c11
File moved
tests/build/net45/NLuaTest.csproj
View file @
62fd5c11
<?xml version="1.0" encoding="utf-8"?>
<Project
DefaultTargets=
"Build"
ToolsVersion=
"4.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"..\..\..\packages\NUnit3TestAdapter.3.1
4.0
\build\net35\NUnit3TestAdapter.props"
Condition=
"Exists('..\..\..\packages\NUnit3TestAdapter.3.1
4.0
\build\net35\NUnit3TestAdapter.props')"
/>
<Import
Project=
"..\..\..\packages\NUnit3TestAdapter.3.1
5.1
\build\net35\NUnit3TestAdapter.props"
Condition=
"Exists('..\..\..\packages\NUnit3TestAdapter.3.1
5.1
\build\net35\NUnit3TestAdapter.props')"
/>
<Import
Project=
"..\..\..\packages\NUnit.3.12.0\build\NUnit.props"
Condition=
"Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')"
/>
<Import
Project=
"$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props"
Condition=
"Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')"
/>
<PropertyGroup>
...
...
@@ -38,9 +38,6 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.21.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.21\lib\net45\KeraLua.dll
</HintPath>
</Reference>
<Reference
Include=
"nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll
</HintPath>
</Reference>
...
...
@@ -50,6 +47,9 @@
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.22\lib\net45\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference
Include=
"..\..\..\build\net45\NLua.csproj"
>
...
...
@@ -68,7 +68,6 @@
<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>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.12.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.12.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\KeraLua.1.0.21\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.21\build\net45\KeraLua.targets'))"
/>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.2
1
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.2
1
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.2
2
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.2
2
\build\net45\KeraLua.targets')"
/>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
62fd5c11
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.2
1
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
2
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit.ConsoleRunner"
version
=
"3.10.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.1
4.0
"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.1
5.1
"
targetFramework
=
"net45"
/>
</
packages
>
\ No newline at end of file
tests/build/netcore/NLuaTest.Core.csproj
View file @
62fd5c11
...
...
@@ -25,9 +25,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.2
1
" />
<PackageReference Include="KeraLua" Version="1.0.2
2
" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.1
4.0
" />
<PackageReference Include="NUnit3TestAdapter" Version="3.1
5.1
" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.2.0" />
</ItemGroup>
<ItemGroup>
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
62fd5c11
...
...
@@ -133,7 +133,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
1
\lib\xamarinios\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
2
\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
tests/build/xamarinios/packages.config
View file @
62fd5c11
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.17"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
1
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
2
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
\ No newline at end of file
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
62fd5c11
...
...
@@ -98,7 +98,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
1
\lib\xamarintvos\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
2
\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
tests/build/xamarintvos/packages.config
View file @
62fd5c11
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.17"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
1
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
2
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
\ No newline at end of file
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment