.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
下载地址:
https://www.microsoft.com/net/download
注意事项:
安装 .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,然后安装,详见博问
来自:开源中国社区

