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
51585c29
Commit
51585c29
authored
Jan 29, 2019
by
Vinicius Jarina
Browse files
* Fixing NuGet package
* Bumped KeraLua * Release 1.4.4
parent
64a6b5c7
Changes
42
Show whitespace changes
Inline
Side-by-side
tests/build/net45/NLuaTest.csproj
View file @
51585c29
...
@@ -38,8 +38,8 @@
...
@@ -38,8 +38,8 @@
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
<TreatWarningsAsErrors>
true
</TreatWarningsAsErrors>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"KeraLua, Version=1.0.
2
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<Reference
Include=
"KeraLua, Version=1.0.
3
.0, Culture=neutral, PublicKeyToken=6a194c04b9c89217, processorArchitecture=MSIL"
>
<HintPath>
..\..\..\packages\KeraLua.1.0.
2
\lib\net45\KeraLua.dll
</HintPath>
<HintPath>
..\..\..\packages\KeraLua.1.0.
3
\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.1.0.
2
\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets'))"
/>
<Error
Condition=
"!Exists('..\..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets'))"
/>
</Target>
</Target>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.
2
\build\net45\KeraLua.targets')"
/>
<Import
Project=
"..\..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets"
Condition=
"Exists('..\..\..\packages\KeraLua.1.0.
3
\build\net45\KeraLua.targets')"
/>
</Project>
</Project>
\ No newline at end of file
tests/build/net45/packages.config
View file @
51585c29
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
packages
>
<
package
id
=
"KeraLua"
version
=
"1.0.
2
"
targetFramework
=
"net45"
/>
<
package
id
=
"KeraLua"
version
=
"1.0.
3
"
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