.net - 是否可以在 Windows XP 上运行 CoreCLR?

标签 .net windows-xp coreclr

现在我们有了 .NET 核心的免费开源实现:CoreCLR .它支持 Windows 和 Linux 操作系统,计划支持 Mac OS。是否可以在 Windows XP 上运行 CoreCLR?

最佳答案

我不这么认为。原因如下:
enter image description here
引用:https://docs.microsoft.com/en-us/dotnet/articles/standard/library

Windows XP 不支持任何高于 4.0 的 .NET 框架。和基于 .NET 4.0 的 winform 应用程序或类库不能引用 .NET Core 1.x 类库。

从 Windows XP 或任何其他操作系统的源代码中重新编译 .NET 核心 SDK、核心 clr 和 Corefx 可能会更好,但我认为这将非常困难。如果它更容易,MSFT 会首先完成它。

关于 .NET CORE 2.0? .NEt Core 2.0 support
引用:https://github.com/dotnet/core/blob/master/roadmap.md#technology-roadmaps

关于.net - 是否可以在 Windows XP 上运行 CoreCLR?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28435812/

相关文章:

.net - 如何将标准输入管道与 fsharpi (fsi) 和单声道一起使用

WPF 应用程序启动缓慢

windows-xp - 在 Windows XP 上从 Aptana Studio 3 启动 JRuby

c# - 如何将 bool 值转换为本地化字符串

.net - 是否可以使用 MS Sync Framework 同步两个 sql express 服务器

c# - 从现有表达式创建新表达式

postgresql - 无法安装 PostgreSQL : An error occurred executing the Microsoft VC++ runtime installer on Windows XP

.net - "dotnet restore"失败并显示 "Unable to locate Dependency NETStandard.Library"消息

c# - SecureStringToGlobalAllocAnsi .NetCLR

azure - Azure-Storage-Net 更改日志中 CoreCLR、PCL 和 WinRT 的重要性是什么