Я устанавливаю пакет sqlite-net NuGet, и этот пакет создает класс в основном проекте, SQLite.cs и этот класс используют " System.Threading.Thread», и я пытаюсь установить„System.Threading.Thread 4.0.0“из NuGet, но у меня есть ошибка:Я не могу установить «System.Threading.Thread 4.0.0» в Xamarin Studio
Adding System.Threading.Thread... Adding 'System.Threading.Thread 4.0.0' to AyVoy. Could not install package 'System.Threading.Thread 4.0.0'. You are trying to install this package into a project that targets 'portable-net45+win+wp80+MonoTouch10+MonoAndroid10+xamarinmac20+xamarintvos10+xamarinwatchos10+xamarinios10', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
Любая идея, как я могу установить этот пакет?
спасибо.
Какой проект вы создали? –