Я новичок в .NET, как я могу установить тест NUnit в Visual Studio 2010?
Я пробовал это:
PM> install-package Nunit
Но я получаю это сообщение об ошибке:
Install-Packag : The schema version of 'NUnit' is incompatible with version 1.2.20325.9034 of NuGet. Please upgrade NuGet to the latest version from http://go.microsoft.com/fwlink/?LinkId=213942.
Au niveau de ligne : 1 Caractère : 16
+ Install-Package <<<< NUnit
+ CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand