Suite: Improve finding ABP version of solution #14217
resolves #14215
old behaviour: Looks for domain project and extracts abp version from csproj file.
new behaviour: Looks for all projects and tries to extract abp version from csproj files one by one. First successful attempt will terminate the search and return the result. Projects that contains "domain" keyword are prioritized.
@gizemmutukurt Add different kind of projects to suite and check if their abp version is correct in the main menu.