The AppHostHelper APIs uses a precendence check based on SemVer that results in issues when a package is targeting 13.0.0-preview.*. I'm not sure why this is happening since 13.x.x is greater tha 9.x.x.
|
if (aspireVersion.ComparePrecedenceTo(minimumVersion) < 0) |
The Aspire.Hosting package version 13.0.0-preview.1.25520.1 is not supported. Please update to the latest version.