Fix some compiler warnings.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user