Skip to content

Commit

Permalink
Update .NET SDK to 1.9.0 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanwest authored Sep 18, 2024
1 parent 7154872 commit 9e14780
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ getting-started-guides/rust/target
# Ignore .NET build output
[Bb]in/
[Oo]bj/
[Ll]ogs/

# Python
venv
Expand Down
5 changes: 5 additions & 0 deletions getting-started-guides/dotnet/OTEL_DIAGNOSTICS.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"LogDirectory": "./logs",
"FileSize": 32768,
"LogLevel": "Warning"
}
8 changes: 4 additions & 4 deletions getting-started-guides/dotnet/dotnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.8.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.8.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.8.1" />
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.8.0" />
<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.Runtime" Version="1.9.0" />
</ItemGroup>

</Project>

0 comments on commit 9e14780

Please sign in to comment.