diff --git a/build.proj b/build.proj
index b75637cb..b7a1280f 100644
--- a/build.proj
+++ b/build.proj
@@ -41,50 +41,6 @@
source\dbfitOracle\bin\release\net48\dbfit.oracle.dll;
source\dbfitSqlServer\bin\release\net48\dbfit.sqlserver.dll;
source\dbfitSybase\bin\release\net48\dbfit.sybase.dll;"/>
-
-
-
-
+
+
-
-
-
-
+
+
diff --git a/source/Runner/Runner.csproj b/source/Runner/Runner.csproj
index 8bc4e557..6b3d81ac 100644
--- a/source/Runner/Runner.csproj
+++ b/source/Runner/Runner.csproj
@@ -1,7 +1,7 @@
Exe
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fitSharp.Runner
false
false
diff --git a/source/Runner/RunnerL.csproj b/source/Runner/RunnerL.csproj
index a5cd3c2e..f53e9d5a 100644
--- a/source/Runner/RunnerL.csproj
+++ b/source/Runner/RunnerL.csproj
@@ -1,7 +1,7 @@
Exe
- net6.0
+ net8.0
fitSharp.Runner
false
false
diff --git a/source/RunnerW/RunnerW.csproj b/source/RunnerW/RunnerW.csproj
index 2a868bc3..8b120021 100644
--- a/source/RunnerW/RunnerW.csproj
+++ b/source/RunnerW/RunnerW.csproj
@@ -2,7 +2,7 @@
Exe
- net48;net6.0-windows;net7.0-windows;net8.0-windows
+ net48;net8.0-windows;net9.0-windows
true
false
false
diff --git a/source/Samples/Samples.csproj b/source/Samples/Samples.csproj
index 682b5337..e502f6fb 100644
--- a/source/Samples/Samples.csproj
+++ b/source/Samples/Samples.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fitSharp.Samples
false
false
diff --git a/source/Samples/SamplesL.csproj b/source/Samples/SamplesL.csproj
index a239bd1e..5d200ce4 100644
--- a/source/Samples/SamplesL.csproj
+++ b/source/Samples/SamplesL.csproj
@@ -1,6 +1,6 @@
- net6.0
+ net8.0
fitSharp.Samples
false
false
diff --git a/source/StoryTest/StoryTest.csproj b/source/StoryTest/StoryTest.csproj
index 4b6bba9e..cfcef989 100644
--- a/source/StoryTest/StoryTest.csproj
+++ b/source/StoryTest/StoryTest.csproj
@@ -2,7 +2,7 @@
fitSharp.StoryTest
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
false
false
diff --git a/source/StoryTest/StoryTestL.csproj b/source/StoryTest/StoryTestL.csproj
index c7a2ef3a..ffea8bee 100644
--- a/source/StoryTest/StoryTestL.csproj
+++ b/source/StoryTest/StoryTestL.csproj
@@ -2,7 +2,7 @@
fitSharp.StoryTest
- net6.0
+ net8.0
false
false
StoryTest
diff --git a/source/TestTarget/TestTarget.csproj b/source/TestTarget/TestTarget.csproj
index cdb45960..54be72e7 100644
--- a/source/TestTarget/TestTarget.csproj
+++ b/source/TestTarget/TestTarget.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fitSharp.TestTarget
false
false
diff --git a/source/TestTarget/TestTargetL.csproj b/source/TestTarget/TestTargetL.csproj
index 1cf76c19..2937d61c 100644
--- a/source/TestTarget/TestTargetL.csproj
+++ b/source/TestTarget/TestTargetL.csproj
@@ -1,6 +1,6 @@
- net6.0
+ net8.0
fitSharp.TestTarget
false
false
diff --git a/source/TestTarget2/TestTarget2.csproj b/source/TestTarget2/TestTarget2.csproj
index 017008cc..c7001c4e 100644
--- a/source/TestTarget2/TestTarget2.csproj
+++ b/source/TestTarget2/TestTarget2.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fitSharp.TestTarget2
false
false
diff --git a/source/TestTarget2/TestTarget2L.csproj b/source/TestTarget2/TestTarget2L.csproj
index 1437afe7..0f081e96 100644
--- a/source/TestTarget2/TestTarget2L.csproj
+++ b/source/TestTarget2/TestTarget2L.csproj
@@ -4,7 +4,7 @@
false
false
TestTarget2
- net6.0
+ net8.0
diff --git a/source/dbfit/dbfit.csproj b/source/dbfit/dbfit.csproj
index bfc489c8..e7fbd7e2 100644
--- a/source/dbfit/dbfit.csproj
+++ b/source/dbfit/dbfit.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
dbfit
false
false
diff --git a/source/dbfitMySql/dbfitMySql.csproj b/source/dbfitMySql/dbfitMySql.csproj
index cda10cc1..307c2c5a 100644
--- a/source/dbfitMySql/dbfitMySql.csproj
+++ b/source/dbfitMySql/dbfitMySql.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
dbfit.MySql
dbfit.MySql
false
diff --git a/source/dbfitOracle/dbfitOracle.csproj b/source/dbfitOracle/dbfitOracle.csproj
index 5c634462..be98bd60 100644
--- a/source/dbfitOracle/dbfitOracle.csproj
+++ b/source/dbfitOracle/dbfitOracle.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
dbfit.Oracle
dbfit.Oracle
false
diff --git a/source/dbfitSqlServer/dbfitSqlServer.csproj b/source/dbfitSqlServer/dbfitSqlServer.csproj
index 59cb7b24..e02643fb 100644
--- a/source/dbfitSqlServer/dbfitSqlServer.csproj
+++ b/source/dbfitSqlServer/dbfitSqlServer.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
dbfit.SqlServer
dbfit.SqlServer
false
diff --git a/source/dbfitSybase/dbfitSybase.csproj b/source/dbfitSybase/dbfitSybase.csproj
index 51ef2435..c8f00f8e 100644
--- a/source/dbfitSybase/dbfitSybase.csproj
+++ b/source/dbfitSybase/dbfitSybase.csproj
@@ -1,7 +1,7 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
dbfit.Sybase
dbfit.Sybase
false
diff --git a/source/dbfitTest/dbfitTest.csproj b/source/dbfitTest/dbfitTest.csproj
index ae79b379..5b6e8905 100644
--- a/source/dbfitTest/dbfitTest.csproj
+++ b/source/dbfitTest/dbfitTest.csproj
@@ -1,7 +1,7 @@
Library
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fitSharp.Test
false
false
diff --git a/source/fit/fit.csproj b/source/fit/fit.csproj
index ba1a93ed..e91a59f9 100644
--- a/source/fit/fit.csproj
+++ b/source/fit/fit.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
false
false
diff --git a/source/fit/fitL.csproj b/source/fit/fitL.csproj
index a783b0a0..cb48458f 100644
--- a/source/fit/fitL.csproj
+++ b/source/fit/fitL.csproj
@@ -1,6 +1,6 @@
- net6.0
+ net8.0
false
false
fit
diff --git a/source/fitSharp/fitSharp.csproj b/source/fitSharp/fitSharp.csproj
index b9d265ff..844f5497 100644
--- a/source/fitSharp/fitSharp.csproj
+++ b/source/fitSharp/fitSharp.csproj
@@ -2,7 +2,7 @@
false
false
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
diff --git a/source/fitSharp/fitSharpL.csproj b/source/fitSharp/fitSharpL.csproj
index 9b99a451..e5416bb0 100644
--- a/source/fitSharp/fitSharpL.csproj
+++ b/source/fitSharp/fitSharpL.csproj
@@ -1,6 +1,6 @@
- net6.0
+ net8.0
false
false
fitSharp
diff --git a/source/fitSharpTest/fitSharpTest.csproj b/source/fitSharpTest/fitSharpTest.csproj
index 5e1910a5..40947be6 100644
--- a/source/fitSharpTest/fitSharpTest.csproj
+++ b/source/fitSharpTest/fitSharpTest.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fitSharp.Test
false
false
diff --git a/source/fitSharpTest/fitSharpTestL.csproj b/source/fitSharpTest/fitSharpTestL.csproj
index ce48ea6c..0f6d0daf 100644
--- a/source/fitSharpTest/fitSharpTestL.csproj
+++ b/source/fitSharpTest/fitSharpTestL.csproj
@@ -1,6 +1,6 @@
- net6.0
+ net8.0
fitSharp.Test
false
false
diff --git a/source/fitTest/fitTest.csproj b/source/fitTest/fitTest.csproj
index 8453d1a6..129e7afa 100644
--- a/source/fitTest/fitTest.csproj
+++ b/source/fitTest/fitTest.csproj
@@ -1,6 +1,6 @@
- net48;net6.0;net6.0-windows;net7.0;net7.0-windows;net8.0;net8.0-windows
+ net48;net8.0;net8.0-windows;net9.0;net9.0-windows
fit.Test
false
false
diff --git a/source/fitTest/fitTestL.csproj b/source/fitTest/fitTestL.csproj
index c88bb70c..617e2e06 100644
--- a/source/fitTest/fitTestL.csproj
+++ b/source/fitTest/fitTestL.csproj
@@ -4,7 +4,7 @@
false
false
fitTest
- net6.0
+ net8.0