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
e1271b97
Commit
e1271b97
authored
May 02, 2020
by
Vinicius Jarina
Browse files
Fixed iOS tests
parent
c6cc7430
Changes
2
Show whitespace changes
Inline
Side-by-side
tests/build/xamarinios/NLuaTest.XamariniOS.csproj
View file @
e1271b97
...
@@ -193,6 +193,11 @@
...
@@ -193,6 +193,11 @@
<PackageReference
Include=
"KeraLua"
>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.0.30-lua54-build5
</Version>
<Version>
1.0.30-lua54-build5
</Version>
</PackageReference>
</PackageReference>
<PackageReference
Include=
"Codefoco.Touch.Server"
>
<Version>
1.0.19
</Version>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers; buildtransitive
</IncludeAssets>
<PrivateAssets>
all
</PrivateAssets>
</PackageReference>
</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"
/>
...
...
tests/build/xamarintvos/NLuaTest.XamarinTVOS.csproj
View file @
e1271b97
...
@@ -218,6 +218,11 @@
...
@@ -218,6 +218,11 @@
<PackageReference
Include=
"KeraLua"
>
<PackageReference
Include=
"KeraLua"
>
<Version>
1.0.30-lua54-build5
</Version>
<Version>
1.0.30-lua54-build5
</Version>
</PackageReference>
</PackageReference>
<PackageReference
Include=
"Codefoco.Touch.Server"
>
<Version>
1.0.19
</Version>
<IncludeAssets>
runtime; build; native; contentfiles; analyzers; buildtransitive
</IncludeAssets>
<PrivateAssets>
all
</PrivateAssets>
</PackageReference>
</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"
/>
...
...
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