diff --git a/CS12/Exanite.Core.CS12.csproj b/CS12/Exanite.Core.CS12.csproj
index 8c3a263..9fdd738 100644
--- a/CS12/Exanite.Core.CS12.csproj
+++ b/CS12/Exanite.Core.CS12.csproj
@@ -5,7 +5,7 @@
bin\$(MSBuildProjectName)\$(Configuration)
- netstandard2.1;net8.0
+ netstandard2.1;net9.0
12
enable
true
diff --git a/Exanite.Core.csproj b/Exanite.Core.csproj
index a4e48ca..ce625bd 100644
--- a/Exanite.Core.csproj
+++ b/Exanite.Core.csproj
@@ -5,7 +5,7 @@
bin\$(MSBuildProjectName)\$(Configuration)
- netstandard2.1;net8.0
+ netstandard2.1;net9.0
9
enable
diff --git a/Tests/Exanite.Core.Tests.csproj b/Tests/Exanite.Core.Tests.csproj
index 91e36a1..773615b 100644
--- a/Tests/Exanite.Core.Tests.csproj
+++ b/Tests/Exanite.Core.Tests.csproj
@@ -5,7 +5,7 @@
bin\$(MSBuildProjectName)\$(Configuration)
- net8.0
+ net9.0
9
enable