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

16 lines
435 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2023-01-15 18:25:56 +00:00
<TargetFramework>net7.0</TargetFramework>
2021-10-10 15:39:45 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2023-01-15 18:25:56 +00:00
<PackageReference Include="Lumina" Version="3.10.0"/>
<PackageReference Include="Lumina.Excel" Version="6.3.2"/>
<PackageReference Include="Pidgin" Version="3.2.1"/>
</ItemGroup>
</Project>