We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The only scenario that requires dotnet executable to be on the machine is that of installing extensions because we just launch dotnet add extensions.csproj package <extension> --version <version>
dotnet
dotnet add extensions.csproj package <extension> --version <version>
this is the only command that would prevent building a self-contained cli
The text was updated successfully, but these errors were encountered:
Any ETA on when this dependency can be removed?
Running azure functions via node container and need to install extensions so I ran into this.
Sorry, something went wrong.
closing as resolved by extension bundles
soninaren
No branches or pull requests
The only scenario that requires
dotnet
executable to be on the machine is that of installing extensions because we just launchdotnet add extensions.csproj package <extension> --version <version>
this is the only command that would prevent building a self-contained cli
The text was updated successfully, but these errors were encountered: