(https://i.hizliresim.com/h2Xh8U.png)
Visual Studio kullanıcıları için hızlı çözüm!- NuGet paket yöneticisi > Paket Yöneticisi ayarları menü komutunu > araçlar ' ı seçin.
- Paket geri yükleme altındaki her iki seçeneği de ayarlayın.
- Tamam'ı seçin.
- Projenizi yeniden derleyin.
(https://docs.microsoft.com/tr-tr/nuget/consume-packages/media/restore-01-autorestoreoptions.png)
Bu ayarlar NuGet.config , dosyanızda de değiştirilebilir; onay (https://docs.microsoft.com/tr-tr/nuget/consume-packages/package-restore-troubleshooting#consent) bölümüne bakın. Projeniz MSBuild ile tümleşik paket geri yüklemeyi kullanan eski bir projem ise, otomatik paket geri yüklemeye geçiş (https://docs.microsoft.com/tr-tr/nuget/consume-packages/package-restore#migrate-to-automatic-package-restore-visual-studio) yapmanız gerekebilir.
https://docs.microsoft.com/tr-tr/nuget/consume-packages/package-restore-troubleshooting
https://docs.microsoft.com/tr-tr/nuget/consume-packages/package-restore-troubleshooting#consent
Güzel.
İhtiyacı olanlar için, up.
Faydalı, teşekkürler.