Skip to content

Commit

Permalink
Update PKHeX nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Manu098vm committed Nov 12, 2024
1 parent 74c56e2 commit ab716d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TeraFinder.Core/TeraFinder.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="FlatSharp.Runtime" Version="7.6.0" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
<PackageReference Include="PKHeX.Core" Version="24.11.11" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.Plugins/TeraFinder.Plugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<PackageReference Include="LibUsbDotNet" Version="2.2.29" />
<PackageReference Include="NLog" Version="5.3.2" />
<PackageReference Include="Octokit" Version="13.0.1" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
<PackageReference Include="PKHeX.Core" Version="24.11.11" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.RemoteExecutor/TeraFinder.RemoteExecutor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
<PackageReference Include="PKHeX.Core" Version="24.11.11" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TeraFinder.Tests/TeraFinder.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.12.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
<PackageReference Include="PKHeX.Core" Version="24.11.11" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit ab716d2

Please sign in to comment.