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
38e33b6a
Commit
38e33b6a
authored
Jan 30, 2020
by
Vinicius Jarina
Browse files
Update NuGet packages
parent
f5058922
Changes
73
Show whitespace changes
Inline
Side-by-side
packages/NUnit3TestAdapter.3.16.1/build/netcoreapp2.1/NUnit3.TestAdapter.pdb
0 → 100755
View file @
38e33b6a
File added
packages/NUnit3TestAdapter.3.16.
0
/build/netcoreapp2.1/NUnit3TestAdapter.props
→
packages/NUnit3TestAdapter.3.16.
1
/build/netcoreapp2.1/NUnit3TestAdapter.props
View file @
38e33b6a
File moved
packages/NUnit3TestAdapter.3.16.
0
/build/netcoreapp2.1/nunit.engine.api.dll
→
packages/NUnit3TestAdapter.3.16.
1
/build/netcoreapp2.1/nunit.engine.api.dll
View file @
38e33b6a
File moved
packages/NUnit3TestAdapter.3.16.
0
/build/netcoreapp2.1/nunit.engine.dll
→
packages/NUnit3TestAdapter.3.16.
1
/build/netcoreapp2.1/nunit.engine.dll
View file @
38e33b6a
File moved
tests/build/net45/NLuaTest.csproj
View file @
38e33b6a
<?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.16.
0
\build\net35\NUnit3TestAdapter.props"
Condition=
"Exists('..\..\..\packages\NUnit3TestAdapter.3.16.
0
\build\net35\NUnit3TestAdapter.props')"
/>
<Import
Project=
"..\..\..\packages\NUnit3TestAdapter.3.16.
1
\build\net35\NUnit3TestAdapter.props"
Condition=
"Exists('..\..\..\packages\NUnit3TestAdapter.3.16.
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>
...
...
@@ -48,7 +48,7 @@
<Reference
Include=
"System.Xml.Linq"
/>
<Reference
Include=
"System.Xml"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
4
\lib\net45\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
6
\lib\net45\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -69,5 +69,5 @@
</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'))"
/>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.2
4
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.2
4
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.2
6
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.2
6
\build\net45\KeraLua.targets')"
/>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
38e33b6a
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.2
4
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
6
"
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.16.
0
"
targetFramework
=
"net45"
developmentDependency
=
"true"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.16.
1
"
targetFramework
=
"net45"
developmentDependency
=
"true"
/>
</
packages
>
\ No newline at end of file
tests/build/netcore/NLuaTest.Core.csproj
View file @
38e33b6a
...
...
@@ -25,9 +25,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.2
4
" />
<PackageReference Include="KeraLua" Version="1.0.2
6
" />
<PackageReference Include="nunit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.16.
0
"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PackageReference Include="NUnit3TestAdapter" Version="3.16.
1
"><IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.4.0" />
...
...
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
38e33b6a
...
...
@@ -133,7 +133,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
4
\lib\xamarinios\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
6
\lib\xamarinios\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -196,5 +196,5 @@
</ItemGroup>
<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=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets')"
/>
<Import
Project=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
9
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
9
\build\Codefoco.Touch.Server.targets')"
/>
</Project>
\ No newline at end of file
tests/build/xamarinios/packages.config
View file @
38e33b6a
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
8
"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
4
"
targetFramework
=
"xamarinios10"
/>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
9
"
targetFramework
=
"xamarinios10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
6
"
targetFramework
=
"xamarinios10"
/>
</
packages
>
\ No newline at end of file
tests/build/xamarinios/tools/Touch.Server.exe
View file @
38e33b6a
No preview for this file type
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
38e33b6a
...
...
@@ -98,7 +98,7 @@
<Reference
Include=
"MonoTouch.NUnitLite"
/>
<Reference
Include=
"System.Numerics"
/>
<Reference
Include=
"KeraLua"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
4
\lib\xamarintvos\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.2
6
\lib\xamarintvos\KeraLua.dll
</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
...
...
@@ -221,5 +221,5 @@
</ItemGroup>
<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=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
8
\build\Codefoco.Touch.Server.targets')"
/>
<Import
Project=
"..\..\..\packages\Codefoco.Touch.Server.1.0.1
9
\build\Codefoco.Touch.Server.targets"
Condition=
"Exists('..\..\..\packages\Codefoco.Touch.Server.1.0.1
9
\build\Codefoco.Touch.Server.targets')"
/>
</Project>
\ No newline at end of file
tests/build/xamarintvos/packages.config
View file @
38e33b6a
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
8
"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
4
"
targetFramework
=
"xamarintvos10"
/>
<
package
id
=
"Codefoco.Touch.Server"
version
=
"1.0.1
9
"
targetFramework
=
"xamarintvos10"
developmentDependency
=
"true"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.2
6
"
targetFramework
=
"xamarintvos10"
/>
</
packages
>
\ No newline at end of file
tests/build/xamarintvos/tools/Touch.Server.exe
View file @
38e33b6a
No preview for this file type
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