Skip to content

Commit 46bc9bd

Browse files
dependabot[bot]SteveDesmond-ca
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] <[email protected]>
1 parent b1527bc commit 46bc9bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LibYear.Core/LibYear.Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<ItemGroup>
2121
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
22-
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
22+
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
2323
<None Include="../../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
2424
<PackageReference Include="System.IO.Abstractions" Version="21.1.3" />
2525
</ItemGroup>

test/LibYear.Core.Tests/LibYear.Core.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageReference Include="coverlet.collector" Version="6.0.2" />
99
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1010
<PackageReference Include="NSubstitute" Version="5.3.0" />
11-
<PackageReference Include="NuGet.Protocol" Version="6.11.1" />
11+
<PackageReference Include="NuGet.Protocol" Version="6.12.1" />
1212
<PackageReference Include="System.IO.Abstractions" Version="21.1.3" />
1313
<PackageReference Include="xunit" Version="2.9.2" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

0 commit comments

Comments
 (0)