Skip to content

Update NuGet packages for restore vulnerability gate #48

@KSemenenko

Description

@KSemenenko

Summary

Update NuGet packages to current safe versions so CI restore no longer fails with NU1902 for transitive OpenTelemetry.Api 1.13.1.

Failure

GitHub Actions restore fails because warnings are treated as errors:

  • OpenTelemetry.Api 1.13.1 has GHSA-g94r-2vxg-569j moderate vulnerability.
  • Restore fails across Core, Shared, Web, and test projects through transitive dependency resolution.

Acceptance criteria

  • Central package versions are updated to safe/current available NuGet versions.
  • dotnet restore ./PrompterOne.slnx succeeds under warning-as-error policy.
  • dotnet build ./PrompterOne.slnx -warnaserror succeeds.
  • Relevant tests pass before review.
  • Commit references this issue and is pushed to main for review.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions