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

18 lines
545 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<RootNamespace>PhoenixLib.Configuration</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="YamlDotNet" Version="11.2.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PhoenixLib.Logging\PhoenixLib.Logging.csproj" />
</ItemGroup>
</Project>