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
fe27028d
Commit
fe27028d
authored
Jan 28, 2019
by
Vinicius Jarina
Browse files
* Bump KeraLua 1.0.1
parent
13394d53
Changes
42
Show whitespace changes
Inline
Side-by-side
tests/build/net45/NLuaTest.csproj
View file @
fe27028d
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=0.1.
14.
0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<Reference
Include=
"KeraLua, Version=
1.
0.1.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.0.1
.14
\lib\net45\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.
1.
0.1\lib\net45\KeraLua.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<Reference
Include=
"nunit.framework, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll
</HintPath>
<HintPath>
..\..\..\packages\NUnit.3.11.0\lib\net45\nunit.framework.dll
</HintPath>
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
</PropertyGroup>
</PropertyGroup>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.11.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.11.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit.3.11.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit.3.11.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.12.0\build\net35\NUnit3TestAdapter.props'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\KeraLua.0.1
.14
\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.0.1
.14
\build\net45\KeraLua.targets'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\KeraLua.
1.
0.1\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.
1.
0.1\build\net45\KeraLua.targets'))"
/>
</Target>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.0.1
.14
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.0.1
.14
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.
1.
0.1\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.
1.
0.1\build\net45\KeraLua.targets')"
/>
</Project>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
fe27028d
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"0.1
.14
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"
1.
0.1"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.11.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit"
version
=
"3.11.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.12.0"
targetFramework
=
"net45"
/>
</
packages
>
</
packages
>
\ No newline at end of file
Prev
1
2
3
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