You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Turns out you can also identify SDK projects via imports and there may not be a root SDK attribute: dotnet/msbuild#1493
Right now we just look for the SDK attribute on the root element in the project file. Add support for locating SDK import elements if the SDK attribute isn't found.
The text was updated successfully, but these errors were encountered:
bjorkstromm
added a commit
to bjorkstromm/Buildalyzer
that referenced
this issue
Oct 9, 2017
Turns out you can also identify SDK projects via imports and there may not be a root SDK attribute:
dotnet/msbuild#1493
Right now we just look for the SDK attribute on the root element in the project file. Add support for locating SDK import elements if the SDK attribute isn't found.
The text was updated successfully, but these errors were encountered: