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

16 lines
434 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2022-08-25 21:05:41 +00:00
<TargetFramework>net6.0</TargetFramework>
2021-10-10 15:39:45 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
2022-08-25 21:05:41 +00:00
<PackageReference Include="Lumina" Version="3.9.0"/>
<PackageReference Include="Lumina.Excel" Version="6.2.0"/>
<PackageReference Include="Pidgin" Version="3.2.0"/>
</ItemGroup>
</Project>