Fix some compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2019-08-29 16:59:59 +02:00
parent 6bdd26506c
commit 5716671dcf
2 changed files with 3 additions and 3 deletions

View File

@@ -30,6 +30,6 @@
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.Net.Http" />
<Reference Condition="'$(UseNetCore)' != 'true'" Include="System.Net.Http" />
</ItemGroup>
</Project>

View File

@@ -19,8 +19,8 @@
<ProjectReference Include="..\RobustToolbox\Robust.Lite\Robust.Lite.csproj" />
</ItemGroup>
<ItemGroup>
<Reference Include="System.IO.Compression" />
<Reference Include="System.Net.Http" />
<Reference Condition="'$(UseNetCore)' != 'true'" Include="System.IO.Compression" />
<Reference Condition="'$(UseNetCore)' != 'true'" Include="System.Net.Http" />
</ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Engine.targets" />
<PropertyGroup>