我試圖安裝OpenSSL的NuGet包在2015年VSOpenSSL的NuGet包在VS不安裝2015年
我得到的錯誤:
Attempting to gather dependencies information for package 'openssl.1.0.2.1' with respect to project 'BLL', targeting '.NETFramework,Version=v4.5' Package 'openssl' is not found in the following primary source(s): ' https://api.nuget.org/v3/index.json '. Please verify all your online package sources are available. ========== Finished ==========
我也嘗試運行
包管理器控制檯中的Install-Package openssl
,但它不起作用。它將「openssl.1.0.2.1.nupkg」文件下載到我的軟件包目錄中,但沒有其他文件。
有沒有其他人遇到過這個問題?