File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
AspireShop/AspireShop.ServiceDefaults
AspireWithAzureFunctions/ImageGallery.ServiceDefaults
StandaloneDashboard/ConsoleApp Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >Library</OutputType >
Original file line number Diff line number Diff line change 1212
1313 <PackageReference Include =" Microsoft.Extensions.Http.Resilience" Version =" 9.2.0" />
1414 <PackageReference Include =" Microsoft.Extensions.ServiceDiscovery" Version =" 9.1.0" />
15- <PackageReference Include =" OpenTelemetry.Exporter.OpenTelemetryProtocol" Version =" 1.9.0 " />
16- <PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.9.0 " />
17- <PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.9.0 " />
18- <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.9.0 " />
19- <PackageReference Include =" OpenTelemetry.Instrumentation.Runtime" Version =" 1.9.0 " />
15+ <PackageReference Include =" OpenTelemetry.Exporter.OpenTelemetryProtocol" Version =" 1.11.2 " />
16+ <PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.11.2 " />
17+ <PackageReference Include =" OpenTelemetry.Instrumentation.AspNetCore" Version =" 1.11.1 " />
18+ <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.11.1 " />
19+ <PackageReference Include =" OpenTelemetry.Instrumentation.Runtime" Version =" 1.11.1 " />
2020 </ItemGroup >
2121
2222</Project >
Original file line number Diff line number Diff line change 1010 <ItemGroup >
1111 <PackageReference Include =" Microsoft.Extensions.Hosting" Version =" 9.0.2" />
1212 <!-- Open Telemetry -->
13- <PackageReference Include =" OpenTelemetry.Exporter.OpenTelemetryProtocol" Version =" 1.11.1 " />
14- <PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.11.1 " />
15- <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.11 .0" />
16- <PackageReference Include =" OpenTelemetry.Instrumentation.Runtime" Version =" 1.11 .0" />
13+ <PackageReference Include =" OpenTelemetry.Exporter.OpenTelemetryProtocol" Version =" 1.9.0 " />
14+ <PackageReference Include =" OpenTelemetry.Extensions.Hosting" Version =" 1.9.0 " />
15+ <PackageReference Include =" OpenTelemetry.Instrumentation.Http" Version =" 1.9 .0" />
16+ <PackageReference Include =" OpenTelemetry.Instrumentation.Runtime" Version =" 1.9 .0" />
1717 </ItemGroup >
1818
1919</Project >
You can’t perform that action at this time.
0 commit comments