Skip to content

Commit a2a4802

Browse files
committed
Removed LiteNetLib nuget package
1 parent 5a8eb76 commit a2a4802

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

MLAPI/MLAPI.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
<DocumentationFile>bin\Debug\MLAPI.xml</DocumentationFile>
2828
</PropertyGroup>
2929
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30-
<DebugType></DebugType>
30+
<DebugType>
31+
</DebugType>
3132
<Optimize>true</Optimize>
3233
<OutputPath>bin\Release\</OutputPath>
3334
<DefineConstants>TRACE</DefineConstants>
@@ -60,9 +61,6 @@
6061
<Reference Include="IntXLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1744b76c74eaee1e, processorArchitecture=MSIL">
6162
<HintPath>..\packages\IntX.1.0.1.0\lib\net20\IntXLib.dll</HintPath>
6263
</Reference>
63-
<Reference Include="LiteNetLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
64-
<HintPath>..\packages\LiteNetLib.0.7.7.1\lib\net35\LiteNetLib.dll</HintPath>
65-
</Reference>
6664
<Reference Include="System" />
6765
<Reference Include="System.Core" />
6866
<Reference Include="System.Xml.Linq" />
@@ -136,4 +134,4 @@
136134
<None Include="packages.config" />
137135
</ItemGroup>
138136
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139-
</Project>
137+
</Project>

MLAPI/packages.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="IntX" version="1.0.1.0" targetFramework="net35" />
4-
<package id="LiteNetLib" version="0.7.7.1" targetFramework="net35" />
54
</packages>

0 commit comments

Comments
 (0)