server-master/srcs/WingsAPI.Communication/WingsAPI.Communication.csproj
2026-02-10 18:21:30 +01:00

20 lines
719 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>WingsAPI.Communication</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PhoenixLib.DAL.Abstractions\PhoenixLib.DAL.Abstractions.csproj" />
<ProjectReference Include="..\PhoenixLib.Messaging\PhoenixLib.Messaging.csproj" />
<ProjectReference Include="..\WingsAPI.Data\WingsAPI.Data.csproj" />
<ProjectReference Include="..\WingsAPI.Packets\WingsAPI.Packets.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.ServiceModel.Primitives" Version="4.8.1" />
</ItemGroup>
</Project>