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

16 lines
365 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="10.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WingsAPI.Game\WingsAPI.Game.csproj" />
</ItemGroup>
</Project>