# Fix ‘xunit.core’ already has a dependency defined for ‘xunit.extensibility.core’

**Problem:** ‘xunit.core’ already has a dependency defined for ‘xunit.extensibility.core’

**Solution:**  Update to the latest version of `nuget.exe` by running the following command in the `.nuget` folder of your solution:

`nuget update -self`
