From 6e7091416d9597788353301a16bde298f15bfc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20=C3=96man?= Date: Tue, 1 Feb 2022 21:27:40 +0100 Subject: [PATCH] Changed to dotnet core net6 --- DataDomain/DataDomain.csproj | 4 +++- DatamodelLibrary/DatamodelLibrary.csproj | 4 +++- Helpers/Helpers.csproj | 4 +++- SqliteBackups/SqliteBackups.csproj | 4 +++- StockBL.Interface/StockBL.Interface.csproj | 4 +++- StockBL/StockBL.csproj | 4 +++- StockDAL/StockDAL.csproj | 4 +++- StockDal.Interface/StockDAL.Interface.csproj | 4 +++- StockInfoCore/StockInfoCore.csproj | 7 +++++-- StockInfoCore/StockInfoDISetup.cs | 5 ++++- 10 files changed, 33 insertions(+), 11 deletions(-) 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();