Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: correct .NET target framework description in system.md
Agent-Logs-Url: https://github.com/demaconsulting/NuGetCaching/sessions/d4598075-1f81-4054-8e6f-122410a3e93c

Co-authored-by: Malcolmnixon <1863707+Malcolmnixon@users.noreply.github.com>
  • Loading branch information
Copilot and Malcolmnixon authored Apr 2, 2026
commit 218db94d2eacd45063534eeff52a96507b596c9c
5 changes: 3 additions & 2 deletions docs/design/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ This provides:

## Design Constraints

- The library targets .NET Standard 2.0 for maximum compatibility, with additional
security validation enabled on .NET 5.0 and later
- The library targets .NET Standard 2.0 for maximum compatibility, plus .NET 8.0,
9.0, and 10.0 for modern runtime support, with additional security validation
enabled on builds targeting .NET 5.0 or later frameworks
- The system reads from the same NuGet configuration hierarchy as the `dotnet` CLI
and Visual Studio, ensuring consistent behavior
- All path operations use `PathHelpers.SafePathCombine` to prevent path traversal
Expand Down