diff --git a/DataDomain/DataDomain.csproj b/DataDomain/DataDomain.csproj
index f208d30..1c9332c 100644
--- a/DataDomain/DataDomain.csproj
+++ b/DataDomain/DataDomain.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/DatamodelLibrary/DatamodelLibrary.csproj b/DatamodelLibrary/DatamodelLibrary.csproj
index fa24453..1e0b4fb 100644
--- a/DatamodelLibrary/DatamodelLibrary.csproj
+++ b/DatamodelLibrary/DatamodelLibrary.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/Helpers/Helpers.csproj b/Helpers/Helpers.csproj
index f208d30..1c9332c 100644
--- a/Helpers/Helpers.csproj
+++ b/Helpers/Helpers.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/SqliteBackups/SqliteBackups.csproj b/SqliteBackups/SqliteBackups.csproj
index d163e1f..4214d66 100644
--- a/SqliteBackups/SqliteBackups.csproj
+++ b/SqliteBackups/SqliteBackups.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/StockBL.Interface/StockBL.Interface.csproj b/StockBL.Interface/StockBL.Interface.csproj
index a3f6e2a..7edcabf 100644
--- a/StockBL.Interface/StockBL.Interface.csproj
+++ b/StockBL.Interface/StockBL.Interface.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/StockBL/StockBL.csproj b/StockBL/StockBL.csproj
index 087b712..7c97429 100644
--- a/StockBL/StockBL.csproj
+++ b/StockBL/StockBL.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/StockDAL/StockDAL.csproj b/StockDAL/StockDAL.csproj
index ac384ca..f8fd2f1 100644
--- a/StockDAL/StockDAL.csproj
+++ b/StockDAL/StockDAL.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/StockDal.Interface/StockDAL.Interface.csproj b/StockDal.Interface/StockDAL.Interface.csproj
index 0899596..c3e7f0a 100644
--- a/StockDal.Interface/StockDAL.Interface.csproj
+++ b/StockDal.Interface/StockDAL.Interface.csproj
@@ -1,7 +1,9 @@
- net5.0
+ net6.0
+ enable
+ enable
diff --git a/StockInfoCore/StockInfoCore.csproj b/StockInfoCore/StockInfoCore.csproj
index baacf5a..86e0bc1 100644
--- a/StockInfoCore/StockInfoCore.csproj
+++ b/StockInfoCore/StockInfoCore.csproj
@@ -2,8 +2,10 @@
WinExe
- net5.0-windows
- true
+ net6.0-windows
+ enable
+ true
+ enable
@@ -15,6 +17,7 @@
+
diff --git a/StockInfoCore/StockInfoDISetup.cs b/StockInfoCore/StockInfoDISetup.cs
index 3ab959a..6ede330 100644
--- a/StockInfoCore/StockInfoDISetup.cs
+++ b/StockInfoCore/StockInfoDISetup.cs
@@ -1,4 +1,5 @@
-using Microsoft.Extensions.DependencyInjection;
+using BrowserHelper.Driver;
+using Microsoft.Extensions.DependencyInjection;
using SqliteBackups;
using SqliteBackups.Interfaces;
using StockBL;
@@ -28,6 +29,8 @@ namespace StockInfoCore
services.AddTransient();
services.AddTransient();
services.AddTransient();
+ services.AddTransient();
+ services.AddTransient();
services.AddTransient();
services.AddTransient();