Upgrade Pivotal.Discovery.Client to Pivotal.Discovery.ClientCore (#369)

This commit is contained in:
Catcher Wong
2018-05-22 14:13:45 +08:00
committed by Tom Pallister
parent d01720c349
commit 32a258fd3f
9 changed files with 25 additions and 11 deletions

View File

@ -13,8 +13,9 @@ using Xunit;
namespace Ocelot.UnitTests.ServiceDiscovery
{
using Pivotal.Discovery.Client;
using Pivotal.Discovery.Client;
using Steeltoe.Common.Discovery;
public class ServiceProviderFactoryTests
{
private ServiceProviderConfiguration _serviceConfig;