diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..0c67db7
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,7 @@
+
+
+ net8.0
+ enable
+ disable
+
+
diff --git a/plugins/Microsoft.Extensions.DI/example/DotEnv.Extensions.Microsoft.DI.Example.csproj b/plugins/Microsoft.Extensions.DI/example/DotEnv.Extensions.Microsoft.DI.Example.csproj
index d4cbe38..5e4f9dc 100644
--- a/plugins/Microsoft.Extensions.DI/example/DotEnv.Extensions.Microsoft.DI.Example.csproj
+++ b/plugins/Microsoft.Extensions.DI/example/DotEnv.Extensions.Microsoft.DI.Example.csproj
@@ -1,9 +1,7 @@
- net7.0
- disable
- enable
+
diff --git a/plugins/Microsoft.Extensions.DI/tests/DotEnv.Extensions.Microsoft.DI.Tests.csproj b/plugins/Microsoft.Extensions.DI/tests/DotEnv.Extensions.Microsoft.DI.Tests.csproj
index 55ad96e..dca1bab 100644
--- a/plugins/Microsoft.Extensions.DI/tests/DotEnv.Extensions.Microsoft.DI.Tests.csproj
+++ b/plugins/Microsoft.Extensions.DI/tests/DotEnv.Extensions.Microsoft.DI.Tests.csproj
@@ -1,9 +1,7 @@
- net7.0
- disable
- enable
+
diff --git a/samples/DotEnv.Example.AspNetCore/DotEnv.Example.AspNetCore.csproj b/samples/DotEnv.Example.AspNetCore/DotEnv.Example.AspNetCore.csproj
index 333dbef..a3ca64b 100644
--- a/samples/DotEnv.Example.AspNetCore/DotEnv.Example.AspNetCore.csproj
+++ b/samples/DotEnv.Example.AspNetCore/DotEnv.Example.AspNetCore.csproj
@@ -1,9 +1,7 @@
- net7.0
- disable
- enable
+
diff --git a/samples/DotEnv.Example.Binding/DotEnv.Example.Binding.csproj b/samples/DotEnv.Example.Binding/DotEnv.Example.Binding.csproj
index 777bae7..cb801d4 100644
--- a/samples/DotEnv.Example.Binding/DotEnv.Example.Binding.csproj
+++ b/samples/DotEnv.Example.Binding/DotEnv.Example.Binding.csproj
@@ -2,9 +2,6 @@
Exe
- net7.0
- enable
- disable
diff --git a/samples/DotEnv.Example.ConfigurationApi/DotEnv.Example.ConfigurationApi.csproj b/samples/DotEnv.Example.ConfigurationApi/DotEnv.Example.ConfigurationApi.csproj
index 333dbef..a3ca64b 100644
--- a/samples/DotEnv.Example.ConfigurationApi/DotEnv.Example.ConfigurationApi.csproj
+++ b/samples/DotEnv.Example.ConfigurationApi/DotEnv.Example.ConfigurationApi.csproj
@@ -1,9 +1,7 @@
- net7.0
- disable
- enable
+
diff --git a/samples/DotEnv.Example.OptionsPattern/DotEnv.Example.OptionsPattern.csproj b/samples/DotEnv.Example.OptionsPattern/DotEnv.Example.OptionsPattern.csproj
index ae69a3a..29d0c1d 100644
--- a/samples/DotEnv.Example.OptionsPattern/DotEnv.Example.OptionsPattern.csproj
+++ b/samples/DotEnv.Example.OptionsPattern/DotEnv.Example.OptionsPattern.csproj
@@ -1,9 +1,7 @@
- net7.0
- disable
- enable
+
diff --git a/samples/DotEnv.Example.Parsing/DotEnv.Example.Parsing.csproj b/samples/DotEnv.Example.Parsing/DotEnv.Example.Parsing.csproj
index c76c3fb..b2781c0 100644
--- a/samples/DotEnv.Example.Parsing/DotEnv.Example.Parsing.csproj
+++ b/samples/DotEnv.Example.Parsing/DotEnv.Example.Parsing.csproj
@@ -2,9 +2,6 @@
Exe
- net7.0
- enable
- disable
diff --git a/samples/DotEnv.Example.RequiredKeys/DotEnv.Example.RequiredKeys.csproj b/samples/DotEnv.Example.RequiredKeys/DotEnv.Example.RequiredKeys.csproj
index c76c3fb..b2781c0 100644
--- a/samples/DotEnv.Example.RequiredKeys/DotEnv.Example.RequiredKeys.csproj
+++ b/samples/DotEnv.Example.RequiredKeys/DotEnv.Example.RequiredKeys.csproj
@@ -2,9 +2,6 @@
Exe
- net7.0
- enable
- disable
diff --git a/samples/DotEnv.Example.SharedSettings/ConsoleAppOne/ConsoleAppOne.csproj b/samples/DotEnv.Example.SharedSettings/ConsoleAppOne/ConsoleAppOne.csproj
index 60468f3..970095a 100644
--- a/samples/DotEnv.Example.SharedSettings/ConsoleAppOne/ConsoleAppOne.csproj
+++ b/samples/DotEnv.Example.SharedSettings/ConsoleAppOne/ConsoleAppOne.csproj
@@ -2,9 +2,6 @@
Exe
- net7.0
- enable
- disable
diff --git a/samples/DotEnv.Example.SharedSettings/ConsoleAppTwo/ConsoleAppTwo.csproj b/samples/DotEnv.Example.SharedSettings/ConsoleAppTwo/ConsoleAppTwo.csproj
index 75362fb..230e272 100644
--- a/samples/DotEnv.Example.SharedSettings/ConsoleAppTwo/ConsoleAppTwo.csproj
+++ b/samples/DotEnv.Example.SharedSettings/ConsoleAppTwo/ConsoleAppTwo.csproj
@@ -2,9 +2,6 @@
Exe
- net7.0
- enable
- disable
diff --git a/samples/DotEnv.Example/DotEnv.Core.Example.csproj b/samples/DotEnv.Example/DotEnv.Core.Example.csproj
index 6c628af..660a5ec 100644
--- a/samples/DotEnv.Example/DotEnv.Core.Example.csproj
+++ b/samples/DotEnv.Example/DotEnv.Core.Example.csproj
@@ -2,9 +2,6 @@
Exe
- net6.0
- disable
- enable
diff --git a/tests/DotEnv.Core.Tests.csproj b/tests/DotEnv.Core.Tests.csproj
index 2fbfc2a..38ad59f 100644
--- a/tests/DotEnv.Core.Tests.csproj
+++ b/tests/DotEnv.Core.Tests.csproj
@@ -1,9 +1,6 @@
- net6.0
- disable
- enable
DotEnv.Core.Tests