Skip to content

Commit d9b0555

Browse files
committed
Update Octokit 10.0.0 -> 13.0.0
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
1 parent c1b0aa2 commit d9b0555

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ChobbyLauncher/ChobbyLauncher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<PackageReference Include="NeoLua" Version="1.3.14" />
164164
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
165165
<PackageReference Include="NLog" Version="4.7.15" />
166-
<PackageReference Include="Octokit" Version="10.0.0" />
166+
<PackageReference Include="Octokit" Version="13.0.0" />
167167
</ItemGroup>
168168
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169169
<Target Name="BeforeBuild">

0 commit comments

Comments
 (0)