Open
Description
We use two different styles of RIDs in the SDK.
% dotnet --info | grep RID
RID: osx.13-arm64
% dotnet build --help | grep runtime
--use-current-runtime Use current runtime as the target
runtime.
The dotnet --info
RID includes an OS version and the --use-current-runtime
one does not. That is asymmetric and confusing.
I don't have a proposal to offer right now, but want to record this issue. It should be resolved as part of dotnet/designs#260. If others have ideas, please share them.