diff --git a/Directory.Build.props b/Directory.Build.props
index 7bedb86..4b8f59f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -8,6 +8,6 @@
icon.png
LICENSE.txt
README.md
- 4.1.1
+ 5.0.0
diff --git a/NotoriousTest.Core/NotoriousTest.Core.csproj b/NotoriousTest.Core/NotoriousTest.Core.csproj
index 90cbeeb..a963728 100644
--- a/NotoriousTest.Core/NotoriousTest.Core.csproj
+++ b/NotoriousTest.Core/NotoriousTest.Core.csproj
@@ -1,7 +1,7 @@
- netstandard2.1
+ net8.0
Core components of NotoriousTest.
NotoriousTest.Core
true
diff --git a/NotoriousTest.Database/NotoriousTest.Database.csproj b/NotoriousTest.Database/NotoriousTest.Database.csproj
index 73936e1..859d9f8 100644
--- a/NotoriousTest.Database/NotoriousTest.Database.csproj
+++ b/NotoriousTest.Database/NotoriousTest.Database.csproj
@@ -1,7 +1,7 @@
- netstandard2.1
+ net8.0
A Database integration with NotoriousTest.
NotoriousTest.Database
true
diff --git a/NotoriousTest.MSTest/NotoriousTest.MSTest.csproj b/NotoriousTest.MSTest/NotoriousTest.MSTest.csproj
index 25eaf60..ea7e604 100644
--- a/NotoriousTest.MSTest/NotoriousTest.MSTest.csproj
+++ b/NotoriousTest.MSTest/NotoriousTest.MSTest.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
MSTest integration for Notorious Test.
NotoriousTest.MSTest
true
diff --git a/NotoriousTest.Runtime/NotoriousTest.Runtime.csproj b/NotoriousTest.Runtime/NotoriousTest.Runtime.csproj
index 9c6cf77..5ca8149 100644
--- a/NotoriousTest.Runtime/NotoriousTest.Runtime.csproj
+++ b/NotoriousTest.Runtime/NotoriousTest.Runtime.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
false
diff --git a/NotoriousTest.SqlLiteRegistry/NotoriousTest.SqlLiteRegistry.csproj b/NotoriousTest.SqlLiteRegistry/NotoriousTest.SqlLiteRegistry.csproj
index 719b11d..ced8265 100644
--- a/NotoriousTest.SqlLiteRegistry/NotoriousTest.SqlLiteRegistry.csproj
+++ b/NotoriousTest.SqlLiteRegistry/NotoriousTest.SqlLiteRegistry.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
false
diff --git a/NotoriousTest.SqlServer/NotoriousTest.SqlServer.csproj b/NotoriousTest.SqlServer/NotoriousTest.SqlServer.csproj
index 72d18a1..7d1e484 100644
--- a/NotoriousTest.SqlServer/NotoriousTest.SqlServer.csproj
+++ b/NotoriousTest.SqlServer/NotoriousTest.SqlServer.csproj
@@ -1,7 +1,7 @@
- netstandard2.1
+ net8.0
A SqlServer integration with NotoriousTest.
NotoriousTest.SqlServer
true
diff --git a/NotoriousTest.Sqlite/NotoriousTest.Sqlite.csproj b/NotoriousTest.Sqlite/NotoriousTest.Sqlite.csproj
index c99d590..9a36595 100644
--- a/NotoriousTest.Sqlite/NotoriousTest.Sqlite.csproj
+++ b/NotoriousTest.Sqlite/NotoriousTest.Sqlite.csproj
@@ -1,7 +1,7 @@
- netstandard2.1
+ net8.0
A Sqlite integration with NotoriousTest.
NotoriousTest.PostgreSql
true
diff --git a/NotoriousTest.TestContainers/NotoriousTest.TestContainers.csproj b/NotoriousTest.TestContainers/NotoriousTest.TestContainers.csproj
index b3bccb2..ec709ac 100644
--- a/NotoriousTest.TestContainers/NotoriousTest.TestContainers.csproj
+++ b/NotoriousTest.TestContainers/NotoriousTest.TestContainers.csproj
@@ -1,7 +1,7 @@
- netstandard2.1
+ net8.0
A TestContainers integration with NotoriousTest.
NotoriousTest.TestContainers
true
diff --git a/NotoriousTest.TestSettings/NotoriousTest.TestSettings.csproj b/NotoriousTest.TestSettings/NotoriousTest.TestSettings.csproj
index 29572fb..6b02e26 100644
--- a/NotoriousTest.TestSettings/NotoriousTest.TestSettings.csproj
+++ b/NotoriousTest.TestSettings/NotoriousTest.TestSettings.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
false
diff --git a/NotoriousTest.Watchdog/NotoriousTest.Watchdog.csproj b/NotoriousTest.Watchdog/NotoriousTest.Watchdog.csproj
index e395610..e695800 100644
--- a/NotoriousTest.Watchdog/NotoriousTest.Watchdog.csproj
+++ b/NotoriousTest.Watchdog/NotoriousTest.Watchdog.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
false
diff --git a/NotoriousTest.XUnit/NotoriousTest.XUnit.csproj b/NotoriousTest.XUnit/NotoriousTest.XUnit.csproj
index 7d71675..3d4459f 100644
--- a/NotoriousTest.XUnit/NotoriousTest.XUnit.csproj
+++ b/NotoriousTest.XUnit/NotoriousTest.XUnit.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
XUnit integration for Notorious Test.
NotoriousTest.XUnit
true
diff --git a/NotoriousTest/NotoriousTest.csproj b/NotoriousTest/NotoriousTest.csproj
index 0266097..7f6d5cf 100644
--- a/NotoriousTest/NotoriousTest.csproj
+++ b/NotoriousTest/NotoriousTest.csproj
@@ -1,6 +1,6 @@
- netstandard2.1
+ net8.0
A simple way to handle integration tests environment, with complete isolation of every tests.
NotoriousTest
true