Update InstallLibsService.cs to fix a typo.

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

@ -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");
}
}

Loading…
Cancel
Save