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
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