I cloned project from git that I need, and I fixed all errors and now I want to build project but I'm getting this error NuGet Package restore failed for project: Unable to find version '2013.2.611' of package 'TelerikMvcExtensions'.C:\Program Files (x86)\Microsoft SDKs\NuGetPackages: Package 'TelerikMvcExtensions.2013.2.611' is not found on source 'C:\Program Files (x86)\Microsoft SDKs\NuGetPackages'.https://api.nuget.org/v3/index.json: Package 'TelerikMvcExtensions.2013.2.611' is not found on source 'https://api.nuget.org/v3/index.json'.https://www.nuget.org/api/v2/: Package 'TelerikMvcExtensions.2013.2.611' is not found on source 'https://www.nuget.org/api/v2/'.
What should I do?
I added in Tools-Packet Manager-Package Source, and I clicked plus button and made with this source https://www.nuget.org/api/v2/ and with this https://api.nuget.org/v3/index.json but nothing happened