Skip to content

Commit

Permalink
Force update to latest Octokit version (#5249)
Browse files Browse the repository at this point in the history
* Force update to latest Octokit version

* Update tracer/build/_build/_build.csproj

Co-authored-by: Kevin Gosse <kevin.gosse@datadoghq.com>

---------

Co-authored-by: Kevin Gosse <kevin.gosse@datadoghq.com>
  • Loading branch information
andrewlock and kevingosse authored Feb 29, 2024
1 parent 6b8a979 commit f64593b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tracer/build/_build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<PackageReference Include="Nuke.Common" Version="6.3.0" ExcludeAssets="build" />
<PackageReference Include="Colorful.Console" Version="1.2.15" />
<PackageReference Include="Octokit.GraphQL" Version="0.1.8-beta" />

<!-- Explicitly override the version of octokit used by Nuke -->
<PackageReference Include="Octokit" Version="10.0.0" />
<PackageReference Include="Perfolizer" Version="0.2.1" />
<PackageReference Include="Sep" Version="0.3.0" />
<PackageReference Include="ByteSize" Version="2.1.0" />
Expand Down

0 comments on commit f64593b

Please sign in to comment.