Skip to content

Commit aabadc1

Browse files
Add .NET 9.0.300 for AuditSources support (#49055)
1 parent a5cdbd4 commit aabadc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/tools/dotnet-package-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The project or solution file to operate on. If not specified, the command search
122122
- **`--vulnerable`**
123123

124124
Lists packages that have known vulnerabilities. Cannot be combined with `--deprecated` or `--outdated` options.
125-
Use the `<AuditSources>` property in your configuration file to specify your source of vulnerability data, which is acquired from the [VulnerabilityInfo](/nuget/api/vulnerability-info) resource.
125+
Available starting in **.NET SDK 9.0.300**, this option uses the `<AuditSources>` property in your configuration file to specify your source of vulnerability data, which is acquired from the [VulnerabilityInfo](/nuget/api/vulnerability-info) resource.
126126
If `<AuditSources>` is not specified, the specified `<PackageSources>` are used to load vulnerability data.
127127
For more information, see [Audit sources](/nuget/concepts/auditing-packages#audit-sources) and [How to scan NuGet packages for security vulnerabilities](https://devblogs.microsoft.com/nuget/how-to-scan-nuget-packages-for-security-vulnerabilities/).
128128

0 commit comments

Comments
 (0)