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
Although this is likely the last .NET runtime that will be supported as the `x`dotnet tool is being phased out in favor of use-case specific `npx` scripts which doesn't require a separate install and can be used in all environments without needing .NET installed.
101
+
Although this is the last .NET runtime that the `x` tool will support as it's being phased out in favor of use-case specific `npx` scripts as it doesn't require a separate install or needs a .NET 10 SDK to be pre-installed.
102
102
103
103
The npx tools have the same behavior as the different x sub-features where you can just replace the command prefix with the npx script equivalent, e.g:
104
104
@@ -107,4 +107,4 @@ The npx tools have the same behavior as the different x sub-features where you c
107
107
|`x new`|`npx create-net`| Create a new App from a .NET 10 project template |
108
108
|`x mix`|`npx add-in`| Register and configure a Plugin with your App |
0 commit comments