opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.SqlClient.S.../TestApplication.SqlClient.S...

8 lines
233 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<PackageReference Include="System.Data.SqlClient" />
<PackageReference Include="System.ValueTuple" Condition="'$(TargetFramework)' == 'net462'" />
</ItemGroup>
</Project>