Skip to content

AppHost SDK incompatability warning when using previews #12229

@captainsafia

Description

@captainsafia

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.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions