Merge pull request #17785 from abpframework/maliming-patch-1

Update InstallLibsService.cs
pull/17787/head
maliming 2 years ago committed by GitHub
commit 34f792effb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save