Skip to content

Commit 5ad22d9

Browse files
.Net: OpenTelemetry 1.12.0 (#12648)
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent 955ef32 commit 5ad22d9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dotnet/Directory.Packages.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@
7171
<PackageVersion Include="Npgsql" Version="8.0.7" />
7272
<PackageVersion Include="OllamaSharp" Version="5.2.3" />
7373
<PackageVersion Include="OpenAI" Version="[2.2.0-beta.4]" />
74-
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.9.0" />
75-
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.9.0" />
76-
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.9.0" />
77-
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.9.0" />
78-
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.9.0" />
79-
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.9.0" />
74+
<PackageVersion Include="OpenTelemetry.Exporter.Console" Version="1.12.0" />
75+
<PackageVersion Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.12.0" />
76+
<PackageVersion Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" />
77+
<PackageVersion Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
78+
<PackageVersion Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" />
79+
<PackageVersion Include="OpenTelemetry.Instrumentation.Runtime" Version="1.12.0" />
8080
<PackageVersion Include="PdfPig" Version="0.1.10" />
8181
<PackageVersion Include="Pinecone.Client" Version="3.1.0" />
8282
<PackageVersion Include="Prompty.Core" Version="0.2.2-beta" />

0 commit comments

Comments
 (0)