remote-party-finder/csharp/SourceGenerator/SourceGenerator.csproj

14 lines
336 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lumina" Version="3.4.0" />
<PackageReference Include="Lumina.Excel" Version="5.50.0" />
</ItemGroup>
</Project>