We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019ddd commit 109d860Copy full SHA for 109d860
generators/dotnet.js
@@ -114,7 +114,7 @@ function installBlazorDependencies() {
114
console.log(chalk.green.bold('Microsoft.Web.LibraryManager.Cli successfully installed.\n'));
115
}
116
if (!webcompilerIsInstalled()) {
117
- if (shelljs.exec('dotnet tool install Excubo.WebCompiler --global --version 2.7.14').code !== 0) {
+ if (shelljs.exec('dotnet tool install Excubo.WebCompiler --global').code !== 0) {
118
throw new Error('Could not install Excubo.WebCompiler');
119
120
console.log(chalk.green.bold('Excubo.WebCompiler successfully installed.\n'));
0 commit comments