Skip to content

Commit 4359aa9

Browse files
Bump NuGet.Packaging and NuGet.Protocol (#1007)
Updated [NuGet.Packaging](https://github.com/NuGet/NuGet.Client) from 6.12.5 to 7.3.1. <details> <summary>Release notes</summary> _Sourced from [NuGet.Packaging's releases](https://github.com/NuGet/NuGet.Client/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/NuGet/NuGet.Client/commits). </details> Updated [NuGet.Protocol](https://github.com/NuGet/NuGet.Client) from 6.12.5 to 7.3.1. <details> <summary>Release notes</summary> _Sourced from [NuGet.Protocol's releases](https://github.com/NuGet/NuGet.Client/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/NuGet/NuGet.Client/commits). </details> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ce91cd8 commit 4359aa9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Directory.Packages.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<PackageVersion Include="Microsoft.SemanticKernel.Connectors.PgVector" Version="$(SemanticKernelVersion)-preview" />
4646
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="10.0.202" />
4747
<!-- Pin to patched versions; NuGet.Protocol 6.12.5+ fixes GHSA-g4vj-cjjj-v7hg (pulled in by Microsoft.VisualStudio.Web.CodeGeneration.Design) -->
48-
<PackageVersion Include="NuGet.Packaging" Version="6.12.5" />
49-
<PackageVersion Include="NuGet.Protocol" Version="6.12.5" />
48+
<PackageVersion Include="NuGet.Packaging" Version="7.3.1" />
49+
<PackageVersion Include="NuGet.Protocol" Version="7.3.1" />
5050
<PackageVersion Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.23.0" />
5151
<PackageVersion Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="10.0.2" />
5252
<PackageVersion Include="Microsoft.Extensions.AI.OpenAI" Version="10.0.1-preview.1.25571.5" />

0 commit comments

Comments
 (0)