Commit 019efe77 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed NLuaTest build

parent 281961a7
...@@ -38,9 +38,6 @@ ...@@ -38,9 +38,6 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors> <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Drawing" /> <Reference Include="System.Drawing" />
...@@ -58,15 +55,12 @@ ...@@ -58,15 +55,12 @@
<PackageReference Include="KeraLua"> <PackageReference Include="KeraLua">
<Version>1.0.30-lua54-build5</Version> <Version>1.0.30-lua54-build5</Version>
</PackageReference> </PackageReference>
<PackageReference Include="NUnit">
<Version>3.12.0</Version>
</PackageReference>
</ItemGroup> </ItemGroup>
<Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" /> <Import Project="..\..\src\NLuaTest.Shared.projitems" Label="Shared" />
<Import Project="..\..\src\NLuaTest.Shared.Scripts.projitems" Label="Shared" /> <Import Project="..\..\src\NLuaTest.Shared.Scripts.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</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.30-lua54-build5\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets')" /> <Import Project="..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.30-lua54-build5\build\net45\KeraLua.targets')" />
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment