maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs
|
|
|
@ -123,7 +123,7 @@ public class InstallLibsService : IInstallLibsService, ITransientDependency |
|
|
|
var fileTexts = reader.ReadToEnd(); |
|
|
|
return fileTexts.Contains("Microsoft.NET.Sdk.Web") || |
|
|
|
fileTexts.Contains("Microsoft.NET.Sdk.Razors") || |
|
|
|
fileTexts.Contains("Microsoft.NET.Sdk.BlazorWebAssemblys"); |
|
|
|
fileTexts.Contains("Microsoft.NET.Sdk.BlazorWebAssembly"); |
|
|
|
} |
|
|
|
} |
|
|
|
return true; |
|
|
|
|