Skip to content

Commit acd3564

Browse files
authored
Fix minor word swap error. (#44405)
"errors as warnings" -> "warnings as errors"
1 parent a8a3b9d commit acd3564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/sdk/9.0/nugetaudit-transitive-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In .NET 8, [NuGetAudit](../8.0/dotnet-restore-audit.md) was introduced to emit w
1414
## New behavior
1515

1616
Starting in .NET 9, `NuGetAuditMode` defaults to `all` if it hasn't been explicitly set. This setting means that *transitive packages* (dependencies of packages your project directly references) with known vulnerabilities now cause warnings to be reported.
17-
If your project treats errors as warnings, this behavior can cause restore failures.
17+
If your project treats warnings as errors, this behavior can cause restore failures.
1818

1919
## Version introduced
2020

0 commit comments

Comments
 (0)