4 references to Remove
Microsoft.NET.Sdk.Publish.Tasks (1)
WebConfigTransform.cs (1)
125
aspNetCoreElement.Attributes().
Remove
();
Microsoft.NET.Sdk.Publish.Tasks.Tests (3)
WebConfigTransformTests.cs (3)
265
input.Descendants("aspNetCore").Attributes("stdoutLogEnabled").
Remove
();
304
aspNetCoreElement.Attributes("stdoutLogEnabled").
Remove
();
320
input.Descendants("aspNetCore").Attributes().
Remove
();