It looks like packages.config files are obsolete. Travis verification test.

This commit is contained in:
BDisp
2020-03-30 15:49:52 +01:00
parent 1e81fb069a
commit c845cbdaf1
6 changed files with 16 additions and 22 deletions

View File

@@ -31,10 +31,6 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="NStack">
<HintPath>..\packages\NStack.Core.0.13.0\lib\netstandard1.5\NStack.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="NStack">
<HintPath>..\packages\NStack.Core.0.13.0\lib\netstandard1.5\NStack.dll</HintPath>
</Reference>
@@ -48,8 +44,5 @@
<Name>Terminal.Gui</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>