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
With .NET Core 2.0 we are moving towards using what we call portable RID's which are essentially RID's that aren't distro or version specific but instead contain assets that can work on lots of platforms. I think we need to refresh this document https://docs.microsoft.com/en-us/dotnet/core/rid-catalog to add information on the portable RIDs (i.e. linux-x64, win-x86/x64, osx-x64, etc).
I think it is worth adding additional samples with the portable RIDs and the portable ones should be the primary example but the other RIDs should still have samples.
With .NET Core 2.0 we are moving towards using what we call portable RID's which are essentially RID's that aren't distro or version specific but instead contain assets that can work on lots of platforms. I think we need to refresh this document https://docs.microsoft.com/en-us/dotnet/core/rid-catalog to add information on the portable RIDs (i.e. linux-x64, win-x86/x64, osx-x64, etc).
cc @ericstj
The text was updated successfully, but these errors were encountered: