BloodHoundAD / SharpHound2

The Old BloodHound C# Ingestor (Deprecated)
509 stars 113 forks source link

Fixed build issues #62

Closed leechristensen closed 5 years ago

leechristensen commented 5 years ago

.NET 4.0 builds were failing due to the TaskParallelLibrary causing conflicts with the .NET 4.0 System.Threading namespace. This pull only includes TaskParallelLibrary on .NET 3.5 builds.

Removed relative build paths from the powershell post-build step. Caused issues when using custom output paths with msbuild.exe (e.g. msbuild /p:OutputPath=C:\temp\mysharpoundbuild)