opentelemetry-dotnet-instru.../test/test-applications/integrations/TestApplication.Modules/TestApplication.Modules.csproj

14 lines
389 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\dependency-libs\TestApplication.Shared\TestApplication.Shared.csproj" />
</ItemGroup>
</Project>