Skip to content

Commit 109d860

Browse files
committed
Use latest version of webcompiler
1 parent 8019ddd commit 109d860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/dotnet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ function installBlazorDependencies() {
114114
console.log(chalk.green.bold('Microsoft.Web.LibraryManager.Cli successfully installed.\n'));
115115
}
116116
if (!webcompilerIsInstalled()) {
117-
if (shelljs.exec('dotnet tool install Excubo.WebCompiler --global --version 2.7.14').code !== 0) {
117+
if (shelljs.exec('dotnet tool install Excubo.WebCompiler --global').code !== 0) {
118118
throw new Error('Could not install Excubo.WebCompiler');
119119
}
120120
console.log(chalk.green.bold('Excubo.WebCompiler successfully installed.\n'));

0 commit comments

Comments
 (0)