2022-07-11 18:07:48 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-06-16 12:41:28 +08:00
|
|
|
<PackageReference Include="OpenTelemetry.Exporter.Console" />
|
|
|
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.Http" />
|
2022-07-11 18:07:48 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|