Files
codeql/csharp/ql/lib/change-notes/released/7.1.0.md
2026-07-09 16:48:01 +00:00

6 lines
437 B
Markdown

## 7.1.0
### Major Analysis Improvements
* Simplified and streamlined the use of NuGet sources when downloading dependencies via `[mono] nuget.exe` in `build-mode: none`: NuGet sources are now supplied via the `-Source` flag instead of moving or creating `nuget.config` files in the checked-out repository, private registries are used if configured, and only reachable feeds are used when NuGet feed checking is enabled (the default).