Skip to content

Commit

Permalink
Update Github client package
Browse files Browse the repository at this point in the history
  • Loading branch information
keton committed Feb 7, 2024
1 parent 2efd3bc commit 3f1ff59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Helpers.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using GitHub;
using GitHub.Client;
using GitHub.Octokit.Client;
using Microsoft.Extensions.FileSystemGlobbing;
using Microsoft.Extensions.FileSystemGlobbing.Abstractions;
using Microsoft.Kiota.Abstractions.Authentication;
Expand Down
2 changes: 1 addition & 1 deletion chihuahua.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GitHub.Octokit.SDK" Version="0.0.6" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="Octokit.NET.SDK" Version="0.0.4" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
</ItemGroup>
Expand Down

0 comments on commit 3f1ff59

Please sign in to comment.