Skip to content

Commit

Permalink
Update Octokit 0.51.0 -> 10.0.0
Browse files Browse the repository at this point in the history
Old Octokit versions used int rather than long for Issue.Id;
which causes overflow error when parsing responses from the GitHub Issues API.
See octokit/octokit.net#2890
  • Loading branch information
Mankarse committed Mar 31, 2024
1 parent 9242fbe commit 80c8169
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 @@ -162,7 +162,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="0.51.0" />
<PackageReference Include="Octokit" Version="10.0.0" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="BeforeBuild">
Expand Down

0 comments on commit 80c8169

Please sign in to comment.