diff --git a/build/Common.nonprod.props b/build/Common.nonprod.props
index 05aeb2383b..8e50abe1da 100644
--- a/build/Common.nonprod.props
+++ b/build/Common.nonprod.props
@@ -30,8 +30,8 @@
[17.11.1,18.0)
$(OpenTelemetryCoreLatestVersion)
- net9.0;net8.0
net9.0;net8.0
+ net8.0
[2.8.2,3.0)
[2.9.0,3.0)
[1.6.3,2.0)
diff --git a/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests.csproj b/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests.csproj
index 71ae753f08..a85616c632 100644
--- a/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests.csproj
+++ b/test/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests/OpenTelemetry.Instrumentation.StackExchangeRedis.Tests.csproj
@@ -2,7 +2,7 @@
- $(SupportedNetTargets)
+ $(SupportedNetTargetsWithoutNet9)
$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)
Unit test project for OpenTelemetry StackExchangeRedis instrumentation.
diff --git a/test/OpenTelemetry.Resources.AWS.Tests/OpenTelemetry.Resources.AWS.Tests.csproj b/test/OpenTelemetry.Resources.AWS.Tests/OpenTelemetry.Resources.AWS.Tests.csproj
index 8e2510fc3b..dc0a10ebc8 100644
--- a/test/OpenTelemetry.Resources.AWS.Tests/OpenTelemetry.Resources.AWS.Tests.csproj
+++ b/test/OpenTelemetry.Resources.AWS.Tests/OpenTelemetry.Resources.AWS.Tests.csproj
@@ -2,7 +2,7 @@
- $(SupportedNetTargets)
+ $(SupportedNetTargetsWithoutNet9)
$(TargetFrameworks);$(NetFrameworkMinimumSupportedVersion)
Unit test project for AWS Detector for OpenTelemetry.