Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverRC committed Jun 28, 2024
1 parent 5fb5aa1 commit 149b6ed
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/kickflip/kickflip.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ConsoleTables" Version="2.4.2" />
<PackageReference Include="LibGit2Sharp" Version="0.27.0-preview-0182" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="6.0.0" />
<PackageReference Include="Octokit" Version="12.0.0" />
<PackageReference Include="SSH.NET" Version="2020.0.2" />
<PackageReference Include="ConsoleTables" Version="2.6.1" />
<PackageReference Include="LibGit2Sharp" Version="0.30.0" />
<PackageReference Include="Microsoft.Extensions.FileSystemGlobbing" Version="8.0.0" />
<PackageReference Include="Octokit" Version="13.0.0" />
<PackageReference Include="SSH.NET" Version="2024.0.0" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Update="Nerdbank.GitVersioning">
<Version>3.6.139</Version>
</PackageReference>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 149b6ed

Please sign in to comment.