Skip to content

Commit 40067e7

Browse files
fix dependency (#209)
1 parent 15539c1 commit 40067e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MAPIInspector/Source/MAPIInspector.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
</Reference>
8181
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
8282
<SpecificVersion>False</SpecificVersion>
83-
<HintPath>..\Test\MAPIAutomationTest\ExternalReference\Newtonsoft.Json.dll</HintPath>
83+
<HintPath>$(FiddlerPath)\Newtonsoft.Json.dll</HintPath>
84+
<Private>False</Private>
8485
</Reference>
8586
<Reference Include="System" />
8687
<Reference Include="System.Configuration" />

0 commit comments

Comments
 (0)