opentelemetry-dotnet-instru.../examples/ConsoleApp/Examples.ConsoleApp.csproj

22 lines
616 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>net462;netcoreapp3.1;net6.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition="$(TargetFramework.StartsWith('net4'))">
<Reference Include="System.Net.Http" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="OpenTracing" Version="0.12.1" />
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenTracingLibrary\Examples.OpenTracingLibrary.csproj" />
</ItemGroup>
</Project>