发布于 2016-09-16 06:54:14 | 181 次阅读 | 评论: 0 | 来源: 网友投递
.NET Core .NET 核心类库
.NET Core(corefx)是微软 .NET 框架的核心类库,这是 .NET Foundation 项目的一部分。
.NET Core 1.0.1 发布了,这是 .NET Core 1.0 的首个微软长期支持更新,同时发布的还有 ASP.NET Core 1.0.1 与 Entity Framework Core 1.0.1。
.NET Core 1.0.1 中的主要更新与 bug 修复:
Segfaults on Linux 4.6 – coreclr 6016; coreclr 5837
Access violation on Windows – coreclr 6460
F# template has been updated for .NET Core 1.0 – cli 3789
Update ASP.NET Core templates to reference ASP.NET Core 1.0.1 – cli 3948
Update ASP.NET Core templates to correctly publish CSHTML files – cli 3950
下载地址:
注意事项:
安装 .NET Core 1.0.1 之后,原先的 .NET Core 1.0 应用程序无需任何修改,会自动使用 .NET Core 1.0.1
如果安装 .NET Core 1.0.1 VS 2015 Tooling Preview 2 遇到“Unspecified error”问题,可以试试先运行着 VS 2015,然后安装,详见博问