zoukankan      html  css  js  c++  java
  • .NET Core 运行时标识符 (RID) 目录

    RID 是什么?

    RID 是运行时标识符的缩写。 RID 用于标识其中将运行应用程序或资产(即程序集)的目标操作系统。 其外观类似如下:“ubuntu.14.04-x64”、“win7-x64”、“osx.10.11-x64”。 对于具有本机依赖项的包,它将指定在其中可以还原包的平台。

    Windows RID

    • Windows 7 / Windows Server 2008 R2
      • win7-x64
      • win7-x86
    • Windows 8 / Windows Server 2012
      • win8-x64
      • win8-x86
      • win8-arm
    • Windows 8.1 / Windows Server 2012 R2
      • win81-x64
      • win81-x86
      • win81-arm
    • Windows 10 / Windows Server 2016
      • win10-x64
      • win10-x86
      • win10-arm
      • win10-arm64

    Linux RID

    • Red Hat Enterprise Linux
      • rhel.7-x64
      • rhel.7.0-x64
      • rhel.7.1-x64
      • rhel.7.2-x64
      • rhel.7.3-x64
      • rhel.7.4-x64
    • Ubuntu
      • ubuntu.14.04-x64
      • ubuntu.14.10-x64
      • ubuntu.15.04-x64
      • ubuntu.15.10-x64
      • ubuntu.16.04-x64
      • ubuntu.16.10-x64
    • CentOS
      • centos.7-x64
    • Debian
      • debian.8-x64
    • Fedora
      • fedora.23-x64
      • fedora.24-x64
    • OpenSUSE
      • opensuse.13.2-x64
      • opensuse.42.1-x64
    • Oracle Linux
      • ol.7-x64
      • ol.7.0-x64
      • ol.7.1-x64
      • ol.7.2-x64
    • 当前支持的 Ubuntu 派生类
      • linuxmint.17-x64
      • linuxmint.17.1-x64
      • linuxmint.17.2-x64
      • linuxmint.17.3-x64
      • linuxmint.18-x64

    OS X RID

    • osx.10.10-x64
    • osx.10.11-x64
    • osx.10.12-x64
  • 相关阅读:
    7.3形成团队结构
    第7章 设计构架
    第6章 空中交通管制:高可用性设计案例分析
    5.5安全性战术
    第5章实现质量属性
    4..4.7 使用一般场景进行沟通的概念
    4.4.3性能
    第II部分创建构架
    3.3.2使用结构
    docker容器互联
  • 原文地址:https://www.cnblogs.com/duanyong/p/6552340.html
Copyright © 2011-2022 走看看