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

@ -14,7 +14,7 @@ namespace Ocelot.AcceptanceTests
using TestStack.BDDfy;
using Xunit;
using Newtonsoft.Json;
using Pivotal.Discovery.Client;
using Steeltoe.Common.Discovery;
public class ServiceDiscoveryTests : IDisposable
{