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
Allow tool to use a newer version of the .NET runtime if the runtime it targets isn't installed.
101
+
98
102
-**`-a|--arch <ARCHITECTURE>`**
99
103
100
104
Specifies the target architecture. This is a shorthand syntax for setting the [Runtime Identifier (RID)](../../../docs/core/rid-catalog.md), where the provided value is combined with the default RID. For example, on a `win-x64` machine, specifying `--arch x86` sets the RID to `win-x86`.
@@ -161,10 +165,6 @@ For more information, see [Install a local tool](global-tools.md#install-a-local
161
165
162
166
Specifies the location to install the Global Tool. PATH can be absolute or relative. If PATH doesn't exist, the command tries to create it. Omitting both `--global` and `--tool-path` specifies a local tool installation.
163
167
164
-
-**`--allow-roll-forward`**
165
-
166
-
Allow tool to use a newer version of the .NET runtime if the runtime it targets isn't installed.
0 commit comments