|
26 | 26 | <WarningLevel>4</WarningLevel> |
27 | 27 | </PropertyGroup> |
28 | 28 | <ItemGroup> |
29 | | - <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
30 | | - <SpecificVersion>False</SpecificVersion> |
31 | | - <HintPath>..\Packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath> |
| 29 | + <Reference Include="Autofac, Version=4.9.4.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 30 | + <HintPath>..\packages\Autofac.4.9.4\lib\net45\Autofac.dll</HintPath> |
32 | 31 | </Reference> |
33 | 32 | <Reference Include="LZ4"> |
34 | 33 | <HintPath>..\Nitrox.Subnautica.Assets\LZ4.dll</HintPath> |
35 | 34 | </Reference> |
36 | 35 | <Reference Include="Microsoft.CSharp" /> |
37 | 36 | <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> |
38 | | - <HintPath>..\packages\NLog.4.7.2\lib\net40-client\NLog.dll</HintPath> |
| 37 | + <HintPath>..\packages\NLog.4.7.5\lib\net45\NLog.dll</HintPath> |
39 | 38 | </Reference> |
40 | 39 | <Reference Include="protobuf-net"> |
41 | 40 | <HintPath>..\Nitrox.Subnautica.Assets\protobuf-net.dll</HintPath> |
|
45 | 44 | <Reference Include="System.Core" /> |
46 | 45 | <Reference Include="System.Data" /> |
47 | 46 | <Reference Include="System.Data.DataSetExtensions" /> |
| 47 | + <Reference Include="System.IO.Compression" /> |
48 | 48 | <Reference Include="System.Runtime.Serialization" /> |
| 49 | + <Reference Include="System.ServiceModel" /> |
| 50 | + <Reference Include="System.Transactions" /> |
49 | 51 | <Reference Include="System.Xml" /> |
50 | 52 | <Reference Include="System.Xml.Linq" /> |
51 | 53 | </ItemGroup> |
|
0 commit comments