Skip to content

Commit

Permalink
update pkhex core to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
architdate committed Apr 1, 2021
1 parent e52d567 commit 776f24d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AutoLegalityMod/AutoModPlugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<Reference Include="System.Windows.Forms" />
<PackageReference Include="PKHeX.Core" Version="21.1.31" />
<PackageReference Include="PKHeX.Core" Version="21.4.1" />
<ProjectReference Include="..\PKHeX.Core.AutoMod\PKHeX.Core.AutoMod.csproj" />
<ProjectReference Include="..\PKHeX.Core.Enhancements\PKHeX.Core.Enhancements.csproj" />
<ProjectReference Include="..\PKHeX.Core.Injection\PKHeX.Core.Injection.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion AutoModTests/AutoModTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.10.3" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.8.3" />
<PackageReference Include="PKHeX.Core" Version="21.1.31" />
<PackageReference Include="PKHeX.Core" Version="21.4.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion PKHeX.Core.AutoMod/PKHeX.Core.AutoMod.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="21.1.31" />
<PackageReference Include="PKHeX.Core" Version="21.4.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PKHeX.Core.Enhancements/PKHeX.Core.Enhancements.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="21.1.31" />
<PackageReference Include="PKHeX.Core" Version="21.4.1" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion PKHeX.Core.Injection/PKHeX.Core.Injection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="LibUsbDotNet" Version="2.2.29" />
<PackageReference Include="PKHeX.Core" Version="21.1.31" />
<PackageReference Include="PKHeX.Core" Version="21.4.1" />
</ItemGroup>

</Project>

0 comments on commit 776f24d

Please sign in to comment.