diff --git a/docs/core/tools/dotnet-list-package.md b/docs/core/tools/dotnet-list-package.md index c5a5d1ba87f15..80af272b457c3 100644 --- a/docs/core/tools/dotnet-list-package.md +++ b/docs/core/tools/dotnet-list-package.md @@ -122,11 +122,11 @@ The project or solution file to operate on. If not specified, the command search - **`--format `** - Sets the report output format. Allowed values are `console`, `json`. Defaults to `console`. + Sets the report output format. Allowed values are `console`, `json`. Defaults to `console`. Available starting in .NET SDK 7.0.200. - **`--output-version `** - Sets the report output version. Allowed value is `1`. Defaults to `1`. Requires the `--format json` option. When a new JSON version is available, the command will produce the new format by default. This option will let you specify that the command should produce an earlier format. + Sets the report output version. Allowed value is `1`. Defaults to `1`. Requires the `--format json` option. When a new JSON version is available, the command will produce the new format by default. This option will let you specify that the command should produce an earlier format. Available starting in .NET SDK 7.0.200. ## Examples