You must add a reference to assembly 'netstandard'

用VS2017 build一个既包含net471项目又包含netstandard2.0项目的.net core解决方案时总是出现下面的错误

The type 'ICollection<>' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'


潇湘沐
浏览 1407回答 1
1回答

慕仙森

在 github 上&nbsp;You must add a reference to assembly netstandard errors&nbsp;中找到了解决方法,在 .csproj 中手工添加如下的配置:<Reference&nbsp;Include="netstandard"&nbsp;/>
打开App,查看更多内容
随时随地看视频慕课网APP