Base solution for your next web application
Open Closed

Version conflict detected for xunit.extensibility.core. ... #2656


User avatar
0
justinp created
  1. Downloaded v3.2.
  2. Extracted and opened api .sln.
  3. Tried to restore packages, but get this error:

Version conflict detected for xunit.extensibility.core. ApolloEHR.Tests (>= 1.0.0) -> xunit (>= 2.2.0-beta5-build3474) -> xunit.core (>= 2.2.0-beta5-build3474) -> xunit.extensibility.core (>= 2.2.0-beta5-build3474) ApolloEHR.Tests (>= 1.0.0) -> xunit.extensibility.execution (>= 2.2.0-beta2-build3300) -> xunit.extensibility.core (>= 2.2.0-beta2-build3300).


1 Answer(s)
  • User Avatar
    0
    justinp created

    Solution:

    1. Went to NuGet package manager. (Right-click solution, and go to Manage NuGet Packages for solution)
    2. You should see updates above and an update for xunit.
    3. Install the udpate.
    4. Re-run Restore NuGet Packages.