Browse Source
Update InstallLibsService.cs to fix a typo.
pull/17787/head
maliming
2 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
|
|
|
@ -122,7 +122,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.Razor") || |
|
|
|
fileTexts.Contains("Microsoft.NET.Sdk.BlazorWebAssembly"); |
|
|
|
} |
|
|
|
} |
|
|
|
|