You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
979 B
22 lines
979 B
<Project Sdk="Microsoft.NET.Sdk"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net8.0</TargetFramework> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<Nullable>enable</Nullable> |
|
<IsAspireSharedProject>true</IsAspireSharedProject> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<FrameworkReference Include="Microsoft.AspNetCore.App" /> |
|
|
|
<PackageReference Include="Microsoft.Extensions.Http.Resilience" Version="9.4.0" /> |
|
<PackageReference Include="Microsoft.Extensions.ServiceDiscovery" Version="9.3.1" /> |
|
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" /> |
|
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" /> |
|
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" /> |
|
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" /> |
|
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" /> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|