mirror of
https://github.com/xivdev/EXDSchema.git
synced 2025-06-06 16:17:46 +00:00
21 lines
606 B
XML
21 lines
606 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="JsonSchema.Net" Version="5.2.5" />
|
|
<PackageReference Include="Lumina" Version="3.11.0" />
|
|
<PackageReference Include="NJsonSchema" Version="10.9.0" />
|
|
<PackageReference Include="SharpYaml" Version="2.1.0" />
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|