Fix typo
This commit is contained in:
Родитель
adedc9cf97
Коммит
c87131cd6f
|
@ -171,7 +171,7 @@ Available parameters:
|
|||
|
||||
``-cpm``
|
||||
|
||||
*Description*: Defines if your app will Central Package Management (CPM). If disabled, Directory.Build.props will be created with shared Avalonia version.
|
||||
*Description*: Defines if your app will use Central Package Management (CPM). If disabled, Directory.Build.props will be created with shared Avalonia version.
|
||||
|
||||
*Options*: **true**, **false**
|
||||
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
},
|
||||
"UseCentralPackageManagement": {
|
||||
"type": "parameter",
|
||||
"description": "Defines if your app will Central Package Management (CPM). If disabled, Directory.Build.props will be created with shared Avalonia version.",
|
||||
"description": "Defines if your app will use Central Package Management (CPM). If disabled, Directory.Build.props will be created with shared Avalonia version.",
|
||||
"datatype": "bool",
|
||||
"displayName": "Use Central Package Management (CPM)",
|
||||
"defaultValue": "true"
|
||||
|
|
Загрузка…
Ссылка в новой задаче