Help with NuGet #2791
Answered
by
ascpixi
SuperWasTaken
asked this question in
Q&A
Help with NuGet
#2791
-
Hello I am having some problems with NuGet I want to install a thrid party module and I'm getting this error when I am trying to install it anyone know what's happening? |
Beta Was this translation helpful? Give feedback.
Answered by
ascpixi
Oct 10, 2023
Replies: 1 comment 6 replies
-
It looks like you're using the user-kit, while Cosmos.Coroutines was compiled for the latest dev-kit. Try installing the dev-kit and upgrading your project to use it instead, or, if you still want to use the user-kit, you can always choose to compile the project yourself. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
SuperWasTaken
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like you're using the user-kit, while Cosmos.Coroutines was compiled for the latest dev-kit. Try installing the dev-kit and upgrading your project to use it instead, or, if you still want to use the user-kit, you can always choose to compile the project yourself.