1

MVC4 プロジェクトに取り組んでいる Visual Studio 2013 の最終リリースを取得しました。.NET 4.5 がターゲット プラットフォームです。Systemアセンブリを参照するBlockingCollection<T>と、表示ConcurentBag<T>されるのはSystem.Collections.Concurrent名前空間だけです。ドキュメントによると、そこにあるはずのクラスがさらにたくさんあります。ConcurrentDictionary<TKey, TValue>特にここを探しています。

アセンブリへのフル パス: C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5\System.dll

更新: 参照しようとするとmscorlib.dll、エラーが発生しますA reference to 'mscorlib' could not be added. This component is already automatically referenced by the build system.

4

1 に答える 1