Skip to content

Commit

Permalink
PKHeXのバージョンを更新
Browse files Browse the repository at this point in the history
  • Loading branch information
rusted-coil committed Oct 23, 2020
1 parent 7e29e5d commit 57579ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DenListConverter/DenListConverter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="PKHeX.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\PKHeX.Core.20.7.18\lib\net46\PKHeX.Core.dll</HintPath>
<HintPath>..\packages\PKHeX.Core.20.10.10\lib\net46\PKHeX.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion DenListConverter/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="PKHeX.Core" version="20.7.18" targetFramework="net472" />
<package id="PKHeX.Core" version="20.10.10" targetFramework="net472" />
</packages>

0 comments on commit 57579ac

Please sign in to comment.