diff --git a/IpfsCli/IpfsCli.csproj b/IpfsCli/IpfsCli.csproj
index 341ba8dd..c2233df0 100644
--- a/IpfsCli/IpfsCli.csproj
+++ b/IpfsCli/IpfsCli.csproj
@@ -13,7 +13,7 @@
true
true
true
-
+
*.pdb;
*.xml
@@ -37,7 +37,7 @@
-
+
diff --git a/IpfsServer/IpfsServer.csproj b/IpfsServer/IpfsServer.csproj
index 53301a8a..92313e77 100644
--- a/IpfsServer/IpfsServer.csproj
+++ b/IpfsServer/IpfsServer.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/test/CoreApi/GenericApiTest.cs b/test/CoreApi/GenericApiTest.cs
index 517aeb95..b8796c84 100644
--- a/test/CoreApi/GenericApiTest.cs
+++ b/test/CoreApi/GenericApiTest.cs
@@ -34,7 +34,7 @@ public async Task Mars_Info()
var marsAddr = $"/ip6/::1/p2p/{marsId}";
var ipfs = TestFixture.Ipfs;
var swarm = await ipfs.SwarmService;
- var mars = await swarm.RegisterPeerAsync(marsAddr);
+ var mars = swarm.RegisterPeerAddress(marsAddr);
var peer = await ipfs.Generic.IdAsync(marsId);
Assert.AreEqual(mars.Id, peer.Id);