Skip to content

Commit

Permalink
Enable RuntimeMetricsShutdownSmokeTest only for .NET 9+
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingosse committed Nov 19, 2024
1 parent 707de2c commit 40944fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
// </copyright>

#if !NETFRAMEWORK
#if NET9_0_OR_GREATER

using System.Threading.Tasks;
using Xunit;
Expand Down

0 comments on commit 40944fe

Please sign in to comment.