Skip to content

Commit

Permalink
removing the diff library. maybe retry that one day.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanna committed Jul 10, 2014
1 parent f5f0c5f commit a480dd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion SlackListener.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Text.RegularExpressions;
using System.Collections.Generic;
using System.Collections;
using KellermanSoftware.CompareNetObjects;
//using KellermanSoftware.CompareNetObjects;
using Countersoft.Gemini.Contracts;
using Countersoft.Gemini.Commons.Entity;
using Countersoft.Gemini.Infrastructure.Managers;
Expand Down
3 changes: 0 additions & 3 deletions TSJ.Gemini.Slack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
<Reference Include="Countersoft.Gemini.Mailer">
<HintPath>libs\Countersoft.Gemini.Mailer.dll</HintPath>
</Reference>
<Reference Include="KellermanSoftware.Compare-NET-Objects">
<HintPath>packages\CompareNETObjects.3.00.0.0\lib\net45\KellermanSoftware.Compare-NET-Objects.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<Private>True</Private>
<HintPath>packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
Expand Down

0 comments on commit a480dd7

Please sign in to comment.