Skip to content

Commit

Permalink
Updated TFMs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-romano-DD committed Nov 15, 2024
1 parent b791ca3 commit b0dfaea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tracer/src/Datadog.Trace/ClrProfiler/TargetFrameworks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ internal enum TargetFrameworks : uint
NET5_0 = 64,
NET6_0 = 128,
NET7_0 = 256,
NET8_0 = 512
NET8_0 = 512,
NET9_0 = 1024,
}

0 comments on commit b0dfaea

Please sign in to comment.