megamappingway/game-data-extractor/GameDataExtractor.csproj

16 lines
420 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Lumina" Version="3.12.1" />
<PackageReference Include="Lumina.Excel" Version="6.5.0" />
</ItemGroup>
</Project>