Skip to content

Commit 562d101

Browse files
committed
fixed references
1 parent 2f959ee commit 562d101

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Connections/Elasticsearch.Net.Connection.Thrift/Elasticsearch.Net.Connection.Thrift.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<ItemGroup>
6767
<Reference Include="NetReflector, Version=1.1.2009.1214, Culture=neutral, PublicKeyToken=2f4dd8b32acbcd8e, processorArchitecture=MSIL">
6868
<SpecificVersion>False</SpecificVersion>
69-
<HintPath>..\..\dep\NetReflector.1.1.2009\lib\net20\NetReflector.dll</HintPath>
69+
<HintPath>..\..\..\dep\NetReflector.1.1.2009\lib\net20\NetReflector.dll</HintPath>
7070
</Reference>
7171
<Reference Include="System" />
7272
<Reference Include="System.Core" />

src/Serialization/Elasticsearch.Net.JsonNET/Elasticsearch.Net.JsonNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Reference Include="Newtonsoft.Json">
34-
<HintPath>..\..\dep\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
34+
<HintPath>..\..\..\dep\Newtonsoft.Json.5.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
3535
</Reference>
3636
<Reference Include="System" />
3737
<Reference Include="System.Core" />

src/Serialization/Elasticsearch.Net.ServiceStackText/Elasticsearch.Net.ServiceStackText.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</PropertyGroup>
3232
<ItemGroup>
3333
<Reference Include="ServiceStack.Text">
34-
<HintPath>..\..\dep\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath>
34+
<HintPath>..\..\..\dep\ServiceStack.Text.3.9.71\lib\net35\ServiceStack.Text.dll</HintPath>
3535
</Reference>
3636
<Reference Include="System" />
3737
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)