.NET Core 2.0 Preview 2 已发布,现在可以使用 Visual Studio 2017 Preview 15.3,Visual Studio for Mac 或 VS Code 开发 .NET Core 2.0 应用程序。
部分更新如下:
平台支持更新
.NET Core 2.0 Preview 2 现在可用于 Azure App Service
Docker 的镜像已迁移到 Debian Stretch
增加了对 SUSE Linux Enterprise Server 的支持
支持 macOS High Sierra
.NET Core 2.0 Preview 2 的改进
dotnet restore is implicit for commands that require it
从 .NET Standard 引用 .NET Framework 库
.NET 标准 NuGet 软件包不再需要依赖关系
软件详情:https://github.com/dotnet/core/blob/master/release-notes/2.0/2.0.0-preview2.md
下载地址:https://blogs.msdn.microsoft.com/dotnet/2017/06/28/announcing-net-core-2-0-preview-2/
来自:开源中国社区

