Skip to main content

Command Palette

Search for a command to run...

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

Updated
1 min read

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

More from this blog

D

Daniel's blog

24 posts