Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependencies for org.nuget.validation@2.5.42 #82

Closed
seetyewsiang opened this issue Dec 21, 2021 · 1 comment · Fixed by #83
Closed

Missing dependencies for org.nuget.validation@2.5.42 #82

seetyewsiang opened this issue Dec 21, 2021 · 1 comment · Fixed by #83

Comments

@seetyewsiang
Copy link

Got the following error message when trying to install org.nuget.validation@2.5.42.

[Package Manager Window] Unable to add package [org.nuget.validation@2.5.42]:
Package org.nuget.validation@2.5.42 has invalid dependencies or related test packages:
org.nuget.system.runtime.interopservices (dependency): Package [org.nuget.system.runtime.interopservices@4.3.0] cannot be found
UnityEditor.EditorApplication:Internal_CallUpdateFunctions () (at /Users/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:327)

@bdovaz
Copy link
Collaborator

bdovaz commented Dec 24, 2021

That package depends on System.Runtime.InteropServices 4.3.0 version which does not target .NET Standard 2.0.

I have created a PR in that repo that removes that unnecesssary dependency, if it gets merged we can create another PR in this repo by upgrading the minimum version in the registry.json file to the new one:

AArnott/Validation#96

bdovaz added a commit to bdovaz/UnityNuGet that referenced this issue Dec 29, 2021
@xoofx xoofx closed this as completed in #83 Jan 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants