2025-08-06 19:37:11 -05:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<IsAspireSharedProject>true</IsAspireSharedProject>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<FrameworkReference Include="Microsoft.AspNetCore.App"/>
|
|
|
|
|
|
2025-09-25 19:11:37 -05:00
|
|
|
<PackageReference Include="Microsoft.Extensions.Http.Resilience"/>
|
|
|
|
|
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery"/>
|
|
|
|
|
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol"/>
|
|
|
|
|
<PackageReference Include="OpenTelemetry.Extensions.Hosting"/>
|
|
|
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore"/>
|
|
|
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.Http"/>
|
|
|
|
|
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime"/>
|
2025-08-06 19:37:11 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|