add Robust.Serializer dep to Content.Shared

This commit is contained in:
Tyler Young
2020-02-11 11:33:29 -05:00
committed by Pieter-Jan Briers
parent 9e368b336f
commit a8f84c4b8c
3 changed files with 15 additions and 3 deletions

View File

@@ -16,13 +16,14 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RobustToolbox\Lidgren.Network\Lidgren.Network.csproj">
<Private>false</Private>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\RobustToolbox\Robust.Serializer\Robust.Serializer.csproj" />
<ProjectReference Include="..\RobustToolbox\Robust.Shared.Maths\Robust.Shared.Maths.csproj">
<Private>false</Private>
<Private>False</Private>
</ProjectReference>
<ProjectReference Include="..\RobustToolbox\Robust.Shared\Robust.Shared.csproj">
<Private>false</Private>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>