I am targeting the following runtimes my .NET Core web application in my project.json
file:
"runtimes": {
"win10-x64": { },
"win8-x64": { },
"win7-x64": { }
}
Which versions of Windows Server do the above runtime RID's correspond to? The official documentation does not list them. In particular, which RID's should be used to target:
- Windows Server 2008
- Windows Server 2008 R2
- Windows Server 2012
- Windows Server 2012 R2
- Windows Server 2016