diff --git a/samples/getting-started/BasicFormatter.csproj b/samples/getting-started/BasicFormatter.csproj
index 4e4ad2e..1382696 100644
--- a/samples/getting-started/BasicFormatter.csproj
+++ b/samples/getting-started/BasicFormatter.csproj
@@ -2,7 +2,7 @@
Exe
- netcoreapp3.1
+ net8.0
diff --git a/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj b/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj
index c02a088..2fcf183 100644
--- a/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj
+++ b/src/Dax.Formatter.Tests/Dax.Formatter.Tests.csproj
@@ -1,7 +1,7 @@
- net472;net6.0
+ net472;net6.0;net8.0
latest
enable
false
diff --git a/src/Dax.Formatter/Dax.Formatter.csproj b/src/Dax.Formatter/Dax.Formatter.csproj
index b1736b5..d6d772b 100644
--- a/src/Dax.Formatter/Dax.Formatter.csproj
+++ b/src/Dax.Formatter/Dax.Formatter.csproj
@@ -1,7 +1,7 @@
- netstandard2.0;net6.0
+ netstandard2.0;net6.0;net8.0
latest
enable
en-US
@@ -60,5 +60,8 @@
Dax.Formatter .NET 6.0
+
+ Dax.Formatter .NET 8.0
+
\ No newline at end of file