Skip to content

Commit 559cb26

Browse files
authored
Add net8.0 and net9.0 to trimming nuspec (#6983)
## Summary of changes Adds `net8.0` and `net9.0` to trimming `nuspec` file. ## Reason for change Seems strange to have the others declared and was asked if we support those later ones which we do. ## Implementation details ## Test coverage ## Other details I'm actually unsure why we have a `nuspec` for this <!-- Fixes #{issue} --> <!-- ⚠️ Note: where possible, please obtain 2 approvals prior to merging. Unless CODEOWNERS specifies otherwise, for external teams it is typically best to have one review from a team member, and one review from apm-dotnet. Trivial changes do not require 2 reviews. -->
1 parent 19ec960 commit 559cb26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tracer/src/Datadog.Trace.Trimming/Datadog.Trace.Trimming.nuspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
<tags>Datadog APM tracing profiling instrumentation trimming</tags>
2020
<repository type="git" url="https://github.com/DataDog/dd-trace-dotnet.git" />
2121
<dependencies>
22+
<group targetFramework="net9.0" />
23+
<group targetFramework="net8.0" />
2224
<group targetFramework="net7.0" />
2325
<group targetFramework="net6.0" />
2426
<group targetFramework="net5.0" />

0 commit comments

Comments
 (0)