Aspire SDK fails build when using exact versions of dependency Aspire.Hosting.AppHost #7194
Open
1 task done
Labels
Milestone
Is there an existing issue for this?
Describe the bug
Our company build requires that all external packages are pinned to a specific versions e.g.
[9.0.0]
. It fails the build otherwise.The Aspire SDK does not honour the square brackets.
The following package reference (note the brackets):
Produces the compile error
Expected Behavior
The pinned version should work - strip
[]
from the SemVer.Steps To Reproduce
Square-bracket the package version of
Aspire.Hosting.AppHost
e.g.:The text was updated successfully, but these errors were encountered: