Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary explicit test dependency
We don't need a dependency on Microsoft.Extensions.Configuration as we already get that indirectly through Microsoft.Extensions.Configuration.Json. Having both dependencies means that we always need to update both together. This problem goes away if we simply remove the dependency on Microsoft.Extensions.Configuration.
- Loading branch information