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
C:\Users\davifowl\.nuget\packages\aspire.apphost.sdk\9.0.0\Sdk\Sdk.targets(39,5): warning ASPIRE002: AspireApp1.DevHost is an Aspire AppHost project but necessary dependencies aren't present. Are you missing an Aspire.Hosting.AppHost PackageReference? [C:\dev\git\AspireApps10\samples\AspireApp1.DevHost\AspireApp1.DevHost.csproj]
The text was updated successfully, but these errors were encountered:
Looked into this. The issue here is not the mismatch between the SDK and apphost package versions, but instead the fact that your .csproj is lacking a <IsAspireHost>true</IsAspireHost>. After I add that to a project like the one you have above, I can no longer repro the issue. Given we are already addressing this as part of #6142 I'm closing this as a dupe for now. @davidfowl feel free to reopen if you think there is something special to do here.
The text was updated successfully, but these errors were encountered: