Asp.net core 哪些版本的Windows Server与.NET核心运行时RID';s

Asp.net core 哪些版本的Windows Server与.NET核心运行时RID';s,asp.net-core,.net-core,project.json,Asp.net Core,.net Core,Project.json,我的目标是我的project.json文件中的.NET核心web应用程序的以下运行时: "runtimes": { "win10-x64": { }, "win8-x64": { }, "win7-x64": { } } 上述运行时RID对应于哪些版本的Windows Server?这位官员没有列出它们。特别是,应使用哪些RID来针对: Windows Server 2008 Windows Server 2008 R2 Windows Server 2012 Windows S

我的目标是我的
project.json
文件中的.NET核心web应用程序的以下运行时:

"runtimes": {
  "win10-x64": { },
  "win8-x64": { },
  "win7-x64": { }
}
上述运行时RID对应于哪些版本的Windows Server?这位官员没有列出它们。特别是,应使用哪些RID来针对:

  • Windows Server 2008
  • Windows Server 2008 R2
  • Windows Server 2012
  • Windows Server 2012 R2
  • Windows Server 2016

通常,每个Windows版本都与一个Windows服务器版本一致

  • Windows Vista-Windows Server 2008-版本6.0
  • Windows 7-Windows Server 2008 R2-版本6.1
  • Windows 8-Windows Server 2012-版本6.2
  • Windows 8.1-Windows Server 2012 R2-版本6.3
  • Windows 10-Windows Server 2016-版本10