Skip to content

Commit

Permalink
Missed removal of old proj file. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthelin authored Oct 24, 2017
1 parent 7b3f473 commit 343515a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 65 deletions.
64 changes: 0 additions & 64 deletions ServerHost.xunit/ServerHost.xunit.csproj

This file was deleted.

3 changes: 3 additions & 0 deletions ServerHost/ServerHostFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ protected virtual void Dispose(bool disposing)
}
}

/// <summary>
/// Finalizer function.
/// </summary>
~ServerHostFixture()
{
Dispose(false);
Expand Down
2 changes: 1 addition & 1 deletion Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<Name>ServerHost</Name>
</ProjectReference>
<ProjectReference Include="..\TestServer\TestServer.csproj">
<Project>{3C8985C0-B0EC-4EB6-8EA3-DCB7D770F3FC}</Project>
<Project>{3c8985c0-b0ec-4eb6-8ea3-dcb7d770f3fc}</Project>
<Name>TestServer</Name>
</ProjectReference>
</ItemGroup>
Expand Down

0 comments on commit 343515a

Please sign in to comment.