Skip to content

Commit

Permalink
Added reference to System.Data
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Apr 14, 2020
1 parent d042996 commit 3e88383
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/build/net45/NLuaTest.csproj
Expand Up @@ -45,6 +45,7 @@
<HintPath>..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Numerics" />
Expand All @@ -71,4 +72,4 @@
<Error Condition="!Exists('..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets'))" />
</Target>
<Import Project="..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.29\build\net45\KeraLua.targets')" />
</Project>
</Project>

0 comments on commit 3e88383

Please sign in to comment.