20 lines
719 B
XML
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>
|