From 463a0c56dcdd6ae18944156231bb239cbd69fea4 Mon Sep 17 00:00:00 2001 From: Andrew Blakely Date: Mon, 3 Aug 2015 22:17:14 -0500 Subject: [PATCH] Fixed failing test. Changed generic type name. For more info on change, why test failed and how to avoid it again see: https://github.com/castleproject/Core/issues/106 --- src/GladNet.Common/GladNet.Common.csproj | 10 +++++++++- .../Network/Peer/ConcretePeers/ClientPeer.cs | 18 +++++++++--------- .../GladNet.Common.Tests.csproj | 8 +++----- .../UnitTests/Peers/ClientPeerTests.cs | 3 ++- 4 files changed, 23 insertions(+), 16 deletions(-) diff --git a/src/GladNet.Common/GladNet.Common.csproj b/src/GladNet.Common/GladNet.Common.csproj index 9b20759..be757b8 100644 --- a/src/GladNet.Common/GladNet.Common.csproj +++ b/src/GladNet.Common/GladNet.Common.csproj @@ -11,6 +11,8 @@ GladNet.Common v4.5 512 + ..\..\ + true true @@ -68,8 +70,14 @@ - + + + + This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. + + +