Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
System.Net.IWebProxy (System.Net.Primitives、DNX Core から) の利用可能な実装は何ですか? アプリケーションの要件により、dnxcore50 で使用できる唯一のフレームワークでは、プロキシ実装を含む適切な NuGet パッケージはどれでしょうか?
そのような質問を解決する正しい方法は何ですか? 関連する機能は、多数のパッケージに分割されているようです。
project.json ファイルの「依存関係」の下にこれらの 2 行があることを確認してください。
"frameworks": { "dotnet5.4": { "dependencies": { "Microsoft.Net.Http": "2.2.29", "System.Net.Primitives": "4.0.11-beta-23516" } } }