What does the win/any runtime mean in .NET Core
RIDs are used with .NET Core to resolve dependencies on packages. The root for this process of resolving dependencies is your project, which you explicitly tag with one or more RIDs. When building the project, you indicate which RID you are building against. RIDs are defined in a forest of compatibility trees, where any node … Read more