MonoDevelop GUI 5.10 Build 871
아래에 Fedora 26
을 사용하고 있습니다. 나는 Nuget
GUI를 통해 프로젝트 Reactive Extensions
에 추가 할 때, 나는일부 Nuget 패키지를 추가 할 때 오류가 발생합니다
Adding System.Reactive.Core...
The 'System.Reactive.Core 3.1.1' package requires NuGet client version '2.12' or above, but the current NuGet version is '2.8.7.0'.
나는이 문제를 어떻게 해결합니까거야?
편집 :
- 나는 monodevelop GUI 에 설치된 동일한 버전을 얻을 수가 : 내가 명령 줄에 nuget을 추가하려고하면
- 끝에 이상한 오류가 발생합니다.
, 아래 표와 같은 두 가지 문제가있다
출력
[[email protected] Debug]$ sudo nuget update -self
[sudo] password for idf:
sudo: nuget: command not found
[[email protected] Debug]$ nuget update -self
bash: nuget: command not found...
Install package 'nuget' to provide command 'nuget'? [N/y] y
* Waiting in queue...
* Loading list of packages....
The following packages have to be installed:
nuget-2.8.7-3.fc26.x86_64 Package manager for .Net/Mono development platform
Proceed with changes? [N/y] y
* Waiting in queue...
* Waiting for authentication...
* Waiting in queue...
* Downloading packages...
* Requesting data...
* Testing changes...
* Installing packages...
Checking for updates from https://www.nuget.org/api/v2/.
Error: TrustFailure (Ssl error:1000007d:SSL routines:OPENSSL_internal:CERTIFICATE_VERIFY_FAILED)
[[email protected] Debug]$
https://blog.lextudio.com/status-of-monodevelop-xamarin-studio-253da80d022c MonoDevelop 5.x를 더 이상 사용하지 마십시오. –
그것은 대단하다. MD 7.x를 설치하고 nuget 패키지를 추가하려면 여기 링크를 클릭하십시오 : https://github.com/cra0zy/monodevelop-run-installer – Ivan