Skip to content

Commit

Permalink
Add net9.0 target to Elastic.OpenTelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejgordon committed Nov 13, 2024
1 parent 8e2b502 commit 5526cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elastic.OpenTelemetry/Elastic.OpenTelemetry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net8.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net8.0;net9.0</TargetFrameworks>
<Title>Elastic Distribution of OpenTelemetry .NET</Title>
<Description>OpenTelemetry extensions for Elastic Observability, fully native with zero code changes.</Description>
<PackageTags>elastic;opentelemetry;observabillity;apm;logs;metrics;traces;monitoring</PackageTags>
Expand Down

0 comments on commit 5526cf5

Please sign in to comment.