asp.net-core – 哪些版本的Windows Server与.NET Core Runtime
发布时间:2020-12-16 07:29:48 所属栏目:asp.Net 来源:网络整理
导读:我在我的project.json文件中将我的.NET Core Web应用程序作为以下运行时的目标: "runtimes": { "win10-x64": { },"win8-x64": { },"win7-x64": { }} 上面的运行时RID对应哪个版本的Windows Server?官方documentation没有列出它们.特别是,应该使用哪个RID来
我在我的project.json文件中将我的.NET Core Web应用程序作为以下运行时的目标:
"runtimes": { "win10-x64": { },"win8-x64": { },"win7-x64": { } } 上面的运行时RID对应哪个版本的Windows Server?官方documentation没有列出它们.特别是,应该使用哪个RID来定位: > Windows Server 2008 解决方法
通常,每个Windows版本都与一个Windows Server版本一致.
> 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 (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
推荐文章
站长推荐
- asp.net-core-mvc – 创建多个dbcontexts的MVC 6
- asp.net – 可以在.NET Framework和.NET Core之间
- ASP.NET 谨用 async/await
- asp.net-core – 是否可以/建议使用EFCore 2.1数
- asp.net – 了解runat服务器属性
- Asp.Net拒绝在某些页面上访问用户
- asp.net – 拒绝直接访问文件夹(仅允许通过应用程
- asp.net-mvc – 数据注释 – 如何用MVC3中的Web.
- 在ASP.NET C#中调用Web服务时,Session为null
- asp.net-mvc – ASP .Net MVC 3:单元测试控制器
热点阅读