We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f3726 commit 5249033Copy full SHA for 5249033
src/Nest/Nest.csproj
@@ -3,7 +3,8 @@
3
<Import Project="..\..\build\Clients.Common.targets" />
4
<PropertyGroup>
5
<TargetFrameworks>netstandard1.3</TargetFrameworks>
6
- <!--<CopyLocalLockFileAssemblies Condition="'$(FakeBuild)'=='1'">true</CopyLocalLockFileAssemblies>-->
+ <!-- we need to referenced assemblies during the command line build so that ILRepack can pick them up -->
7
+ <CopyLocalLockFileAssemblies Condition="'$(FakeBuild)'=='1'">true</CopyLocalLockFileAssemblies>
8
</PropertyGroup>
9
<ItemGroup>
10
<ProjectReference Include="..\Elasticsearch.Net\Elasticsearch.Net.csproj" />
0 commit comments