0
justinp created
- Downloaded v3.2.
- Extracted and opened api .sln.
- 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)
-
0
Solution:
- Went to NuGet package manager. (Right-click solution, and go to Manage NuGet Packages for solution)
- You should see updates above and an update for xunit.
- Install the udpate.
- Re-run Restore NuGet Packages.