diff --git a/src/FftSharp.Benchmark/FftSharp.Benchmark.csproj b/src/FftSharp.Benchmark/FftSharp.Benchmark.csproj
index 62e8e89..1b1fd9f 100644
--- a/src/FftSharp.Benchmark/FftSharp.Benchmark.csproj
+++ b/src/FftSharp.Benchmark/FftSharp.Benchmark.csproj
@@ -2,7 +2,7 @@
Exe
- net6.0
+ net8.0
enable
$(NoWarn);CA1018;CA5351;CA1825;CA8618
diff --git a/src/FftSharp.Demo/FftSharp.Demo.csproj b/src/FftSharp.Demo/FftSharp.Demo.csproj
index 9be88bf..97b1177 100644
--- a/src/FftSharp.Demo/FftSharp.Demo.csproj
+++ b/src/FftSharp.Demo/FftSharp.Demo.csproj
@@ -1,6 +1,6 @@
- net6.0-windows
+ net8.0-windows
WinExe
false
true
diff --git a/src/FftSharp/FftSharp.csproj b/src/FftSharp/FftSharp.csproj
index c52ce18..0ec6c36 100644
--- a/src/FftSharp/FftSharp.csproj
+++ b/src/FftSharp/FftSharp.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0;net8.0
+ netstandard2.0;net8.0
false
Library
https://github.com/swharden/FftSharp