Hi.
I've found a Bug in the project parser which assumes Library for OutputType if it's not specified.
|
var outputType = document.GetFirstElementValue(ProjectXElement.OutputType) ?? "Library"; |
Actually the default OutputType depends on the SDK.
For the Microsoft.NET.Sdk.Web SDK it defaults to 'Exe'.