Skip to content

Commit

Permalink
Fix compilation error because of missing Mono.Posix.dll
Browse files Browse the repository at this point in the history
Removed dependency on Mono.Posix.dll because "this assembly is only
required when running NGit on MacOS or Linux operating system." (See
nGit readme file)
  • Loading branch information
ubikuity committed Aug 27, 2013
1 parent f565dda commit 65d1970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GitUI/GitUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@
<EmbeddedResource Include="Resources\GitApi.dll" />
<EmbeddedResource Include="Resources\ICSharpCode.AvalonEdit.dll" />
<EmbeddedResource Include="Resources\ICSharpCode.SharpZipLib.dll" />
<EmbeddedResource Include="Resources\Mono.Posix.dll" />
<EmbeddedResource Include="Resources\Mono.Security.dll" />
<EmbeddedResource Include="Resources\NGit.dll" />
<EmbeddedResource Include="Resources\NSch.dll" />
Expand Down

0 comments on commit 65d1970

Please sign in to comment.