Commit 92c5a9fa authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

* Update NuGets, Moved `devops` scripts

parent abf0afa9
......@@ -48,7 +48,7 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Reference Include="KeraLua">
<HintPath>..\..\..\packages\KeraLua.1.0.6\lib\net45\KeraLua.dll</HintPath>
<HintPath>..\..\..\packages\KeraLua.1.0.8\lib\net45\KeraLua.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
......@@ -70,5 +70,5 @@
<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.13.0\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\NUnit3TestAdapter.3.13.0\build\net35\NUnit3TestAdapter.props'))" />
</Target>
<Import Project="..\..\..\packages\KeraLua.1.0.6\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.6\build\net45\KeraLua.targets')" />
<Import Project="..\..\..\packages\KeraLua.1.0.8\build\net45\KeraLua.targets" Condition="Exists('..\..\..\packages\KeraLua.1.0.8\build\net45\KeraLua.targets')" />
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="KeraLua" version="1.0.6" targetFramework="net45" />
<package id="KeraLua" version="1.0.8" targetFramework="net45" />
<package id="NUnit" version="3.11.0" targetFramework="net45" />
<package id="NUnit3TestAdapter" version="3.13.0" targetFramework="net45" />
</packages>
\ No newline at end of file
......@@ -25,7 +25,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="KeraLua" Version="1.0.6" />
<PackageReference Include="KeraLua" Version="1.0.8" />
<PackageReference Include="nunit" Version="3.11.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.13.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
......
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