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

18 lines
567 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" />
<PackageReference Include="PhoenixLib.Messaging" Version="1.50.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PhoenixLib.Logging\PhoenixLib.Logging.csproj" />
<ProjectReference Include="..\PhoenixLib.Messaging\PhoenixLib.Messaging.csproj" />
</ItemGroup>
</Project>