opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.Wcf.Client..../TestApplication.Wcf.Client....

14 lines
387 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net7.0;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ServiceModel.Http" />
<PackageReference Include="System.ServiceModel.NetTcp" />
<PackageReference Include="OpenTelemetry.Instrumentation.Wcf" ExcludeAssets="runtime" />
</ItemGroup>
</Project>