【发布时间】:2018-01-10 22:18:31
【问题描述】:
以下网址指向版本 4.0.0,System.Collections.NonGeneric 在 NetStandard 1.2 之后存在
https://github.com/dotnet/corefx/blob/master/Documentation/architecture/net-platform-standard.md
但在 Nuget 站点中,NetStandard 没有 System.Collections.NonGeneric。
https://www.nuget.org/packages/NETStandard.Library/
为什么 NetStandard 1.3 及更高版本没有 System.Collections.NonGeneric?
【问题讨论】:
标签: c# .net .net-standard