diff --git a/Directory.Build.props b/Directory.Build.props
index 7ff24a6..be75675 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -1,6 +1,6 @@
- net6.0
+ net6.0;net7.0;net8.0
logo.png
true
diff --git a/samples/PowerPipe.Sample/PowerPipe.Sample.csproj b/samples/PowerPipe.Sample/PowerPipe.Sample.csproj
index 5961fcc..6ed4bad 100644
--- a/samples/PowerPipe.Sample/PowerPipe.Sample.csproj
+++ b/samples/PowerPipe.Sample/PowerPipe.Sample.csproj
@@ -1,6 +1,7 @@
+ net8.0
Exe
false
false
@@ -12,8 +13,8 @@
-
-
+
+
diff --git a/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj b/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj
index b4a4dd6..f5f9bd0 100644
--- a/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj
+++ b/src/PowerPipe.Extensions.MicrosoftDependencyInjection/PowerPipe.Extensions.MicrosoftDependencyInjection.csproj
@@ -8,8 +8,16 @@
-
+
+
+
+
+
+
+
+
+
diff --git a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj
index 65f45b7..9333e7b 100644
--- a/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj
+++ b/tests/PowerPipe.UnitTests/PowerPipe.UnitTests.csproj
@@ -1,14 +1,15 @@
+ net6.0
false
false
-
-
+
+
@@ -31,6 +32,4 @@
-
-