mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
66e8bf2645
Update wc9 pkl update dependencies (qrcoder got some perf improvements) deduplicate HOME tracker message in SV by consolidating the methods
12 lines
290 B
XML
12 lines
290 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<RootNamespace>PKHeX.Drawing</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Drawing.Common" Version="8.0.6" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|