libdgf/LibDgf.Graphics/LibDgf.Graphics.csproj
2021-02-16 01:04:29 -07:00

16 lines
399 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\LibDgf\LibDgf.csproj" />
<ProjectReference Include="..\libktxsharp\lib\KtxSharp.csproj" />
</ItemGroup>
</Project>