-
Notifications
You must be signed in to change notification settings - Fork 10
pacx plugin update framework path
github-actions[bot] edited this page Oct 1, 2025
·
1 revision
Updates the path to the .NET Framework 4.6.2 reference assemblies used for plugin assembly validation.
pacx plugin ufpThe pacx plugin push command requires the .NET Framework 4.6.2 reference assemblies to validate plugin assemblies before they are pushed to Dataverse.
By default, .NET Framework 4.6.2 reference assemblies are registered at C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6.2.
If you have a custom installation of the .NET Framework, you can use this command to set the correct path.
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
path |
p |
Y | The full path to the .NET Framework 4.6.2 reference assemblies. Type DEFAULT if you want to restore the setting to its original value (C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.6.2). | - | String |