dotnet publish results in "There is no application host available for the specified RuntimeIdentifier" using RID "osx.11.0-arm64"

Viewed 806

I'm using Apple silicon M1 processor, macOS Big Sur with dotnet 6 preview 7 SDK (released August 10th).

dotnet publish command with RID being "osx.11.0-arm64" results in the error "There is no application host available for the specified RuntimeIdentifier".

This RID is listed in the runtime.json file in the dotnet GitHub repo. I have tried also using the RIDs walking back in the RID tree in the runtime.json file all the way to osx-arm64 and all have the same error.

Is there actually an application host available for this RID in dotnet 6 preview 7? Any ideas on what I may be missing?

1 Answers
Related