You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`PackageId`| Key | String | The ID of the .NET tool package to manage. | N/A |
25
-
|`Version`| Optional | String | The version of the .NET tool package to install. If not specified, the latest version will be installed. | N/A |
26
-
|`Commands`| Optional | String[]| An array of commands provided by the .NET tool package. | N/A |
27
-
|`Prerelease`| Optional | Boolean | Indicates whether to include prerelease versions of the .NET tool package. The default value is `$false`. |`$true`, `$false`|
28
-
|`ToolPathDirectory`| Optional | String | The directory where the .NET tool package will be installed. If not specified, the package will be installed globally. | Use custom directory when you have |
29
-
|`Exist`| Optional | Boolean | Indicates whether the package should exist. Defaults to `$true`. |`$true` or `$false`|
|`PackageId`| Key | String | The ID of the .NET tool package to manage. | N/A |
25
+
|`Version`| Optional | String | The version of the .NET tool package to install. If not specified, the latest version will be installed. | N/A |
26
+
|`Commands`| Optional | String[]| An array of commands provided by the .NET tool package. | N/A |
27
+
|`Prerelease`| Optional | Boolean | Indicates whether to include prerelease versions of the .NET tool package. The default value is `$false`. Note: If the prerelease version is lower than the current version, the highest version will be installed.|`$true`, `$false`|
28
+
|`ToolPathDirectory`| Optional | String | The directory where the .NET tool package will be installed. If not specified, the package will be installed globally. | Use custom directory when you have |
29
+
|`Exist`| Optional | Boolean | Indicates whether the package should exist. Defaults to `$true`. |`$true` or `$false`|
0 commit comments