Skip to content

Commit 418fc5f

Browse files
dependabot[bot]SteveDesmond-ca
authored andcommitted
Bump NuGet.Protocol from 6.10.2 to 6.11.0
Bumps [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.10.2 to 6.11.0. - [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 92d2019 commit 418fc5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LibYear.Core/LibYear.Core.csproj

Lines changed: 1 addition & 1 deletion
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.10.2" />
22+
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
2323
<None Include="../../README.md" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="." />
2424
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
2525
</ItemGroup>

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

Lines changed: 1 addition & 1 deletion
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.10.0" />
1010
<PackageReference Include="NSubstitute" Version="5.1.0" />
11-
<PackageReference Include="NuGet.Protocol" Version="6.10.2" />
11+
<PackageReference Include="NuGet.Protocol" Version="6.11.0" />
1212
<PackageReference Include="System.IO.Abstractions" Version="21.0.29" />
1313
<PackageReference Include="xunit" Version="2.9.0" />
1414
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" />

0 commit comments

Comments
 (0)