Skip to content

Commit

Permalink
Update Octokit 10.0.0 -> 13.0.0
Browse files Browse the repository at this point in the history
Old Octokit versions used int rather than long for Comment.Id;
which causes overflow error when parsing responses from the GitHub Comments API.
See octokit/octokit.net#2928
  • Loading branch information
Mankarse committed Jul 1, 2024
1 parent c1b0aa2 commit d9b0555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChobbyLauncher/ChobbyLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
<PackageReference Include="NeoLua" Version="1.3.14" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="Octokit" Version="10.0.0" />
<PackageReference Include="Octokit" Version="13.0.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">
Expand Down

0 comments on commit d9b0555

Please sign in to comment.