Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
- PKHeX 24.7.27
  • Loading branch information
bdawg1989 committed Jul 28, 2024
1 parent 31f43e0 commit d309f94
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.3" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
</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.3" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
</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.3" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
</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.9.0" />
<PackageReference Include="PKHeX.Core" Version="24.7.3" />
<PackageReference Include="PKHeX.Core" Version="24.7.27" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit d309f94

Please sign in to comment.