From d9b0555bfaeed2f7ae1f760ff09e6f271850bc85 Mon Sep 17 00:00:00 2001 From: Mankarse Date: Mon, 1 Jul 2024 19:32:41 +1000 Subject: [PATCH] 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 https://github.com/octokit/octokit.net/pull/2928 --- ChobbyLauncher/ChobbyLauncher.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChobbyLauncher/ChobbyLauncher.csproj b/ChobbyLauncher/ChobbyLauncher.csproj index 19aff4d56..c97f60e57 100644 --- a/ChobbyLauncher/ChobbyLauncher.csproj +++ b/ChobbyLauncher/ChobbyLauncher.csproj @@ -163,7 +163,7 @@ - +