Skip to content

Commit

Permalink
Merge pull request #5 from Eppin/pkhex-core-23.12.22
Browse files Browse the repository at this point in the history
Update to support latest PKHeX (23.12.22)
  • Loading branch information
Eppin authored Dec 30, 2023
2 parents 37c16c5 + b97577a commit f945772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PKHeX.RentalViewer/PKHeX.RentalViewer.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net7.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="23.10.11" />
<PackageReference Include="PKHeX.Core" Version="23.12.22" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PKHeX.RentalViewer/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ private static IEnumerable<PK9> ExtractTeam(IReadOnlyCollection<byte> data)
yield return pk9;
}
}
}
}

0 comments on commit f945772

Please sign in to comment.