M Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj => Extensions/NosSmooth.Extensions.Combat/NosSmooth.Extensions.Combat.csproj +8 -6
@@ 14,14 14,16 @@ Fix some bugs.</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="NosSmooth.Core" Version="3.3.1-main3971255003" />
- <PackageReference Include="NosSmooth.Data.Abstractions" Version="2.2.1-main3971255003" />
- <PackageReference Include="NosSmooth.Extensions.Pathfinding" Version="1.2.0-main3971255003" />
- <PackageReference Include="NosSmooth.Game" Version="2.4.2-main3971255003" />
- <PackageReference Include="NosSmooth.Packets" Version="3.5.0-main3971255003" />
- <PackageReference Include="NosSmooth.PacketSerializer.Abstractions" Version="1.3.0" />
<PackageReference Include="Remora.Results" Version="7.2.3" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
</ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\..\Core\NosSmooth.Core\NosSmooth.Core.csproj" />
+ <ProjectReference Include="..\..\Core\NosSmooth.Game\NosSmooth.Game.csproj" />
+ <ProjectReference Include="..\..\Data\NosSmooth.Data.Abstractions\NosSmooth.Data.Abstractions.csproj" />
+ <ProjectReference Include="..\..\Packets\NosSmooth.Packets\NosSmooth.Packets.csproj" />
+ <ProjectReference Include="..\NosSmooth.Extensions.Pathfinding\NosSmooth.Extensions.Pathfinding.csproj" />
+ </ItemGroup>
</Project>