Skip to content

Commit 2b69103

Browse files
dependabot[bot]kzu
authored andcommitted
bump NuGet.Protocol from 6.11.1 to 6.12.1
Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.11.1 to 6.12.1. - [Release notes](https://github.com/NuGet/NuGet.Client/releases) - [Commits](https://github.com/NuGet/NuGet.Client/commits) --- updated-dependencies: - dependency-name: NuGet.Protocol dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4986dd3 commit 2b69103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Cli/Cli.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020

2121
<ItemGroup>
22-
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
22+
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
2323
<PackageReference Include="NuGetizer" Version="1.2.3" PrivateAssets="all" />
2424
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
2525
<PackageReference Include="ThisAssembly.Git" Version="2.0.3" PrivateAssets="all" />

src/Commands/Commands.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<PackageReference Include="Devlooped.Web" Version="1.3.0" />
1212
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
1313
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.1" />
14-
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
14+
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
1515
<PackageReference Include="NuGetizer" Version="1.2.3" PrivateAssets="all" />
1616
<PackageReference Include="Polly" Version="8.4.2" />
1717
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />

0 commit comments

Comments
 (0)