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

17 lines
440 B
XML

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