opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.Elasticsearch/TestApplication.Elasticsear...

12 lines
278 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="Elastic.Clients.Elasticsearch" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\dependency-libs\TestApplication.Shared\TestApplication.Shared.csproj" />
</ItemGroup>
</Project>