From f31a42d40d1e36a1e07e5f75da34007ec17394f7 Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Sun, 22 May 2022 19:59:42 -0700 Subject: [PATCH] Updated to .NET 6 --- BillingCore/BillingCore.csproj | 4 ++-- BillingService/BillingService.csproj | 2 +- Configuration/Configuration.csproj | 2 +- .../ContentScanningService.csproj | 4 ++-- GitService/GitService.csproj | 4 ++-- IdentityServer/IdentityServer.csproj | 14 ++++++------ Logging/Logging.csproj | 4 ++-- MailService/MailService.csproj | 4 ++-- ServiceWorker/ServiceWorker.csproj | 2 +- StorageService/StorageService.csproj | 2 +- Teknik/Teknik.csproj | 22 +++++++++---------- Tracking/Tracking.csproj | 6 ++--- Utilities/Utilities.csproj | 6 ++--- WebCommon/WebCommon.csproj | 2 +- global.json | 2 +- 15 files changed, 40 insertions(+), 40 deletions(-) diff --git a/BillingCore/BillingCore.csproj b/BillingCore/BillingCore.csproj index 9a9dc18..43dd6bb 100644 --- a/BillingCore/BillingCore.csproj +++ b/BillingCore/BillingCore.csproj @@ -1,13 +1,13 @@  - net5.0 + net6.0 Teknik.BillingCore Teknik.BillingCore - + diff --git a/BillingService/BillingService.csproj b/BillingService/BillingService.csproj index 2f8e28f..4facf6f 100644 --- a/BillingService/BillingService.csproj +++ b/BillingService/BillingService.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 Teknik.BillingService Teknik.BillingService diff --git a/Configuration/Configuration.csproj b/Configuration/Configuration.csproj index fa8e3ae..84ac69a 100644 --- a/Configuration/Configuration.csproj +++ b/Configuration/Configuration.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.Configuration Teknik.Configuration win-x86;win-x64;linux-x64;linux-arm;osx-x64 diff --git a/ContentScanningService/ContentScanningService.csproj b/ContentScanningService/ContentScanningService.csproj index 850ae16..e57e4ba 100644 --- a/ContentScanningService/ContentScanningService.csproj +++ b/ContentScanningService/ContentScanningService.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.ContentScanningService Teknik.ContentScanningService win-x86;win-x64;linux-x64;linux-arm;osx-x64 @@ -9,7 +9,7 @@ - + diff --git a/GitService/GitService.csproj b/GitService/GitService.csproj index 12a11c5..51bfe0a 100644 --- a/GitService/GitService.csproj +++ b/GitService/GitService.csproj @@ -1,14 +1,14 @@  - net5.0 + net6.0 Teknik.GitService Teknik.GitService win-x86;win-x64;linux-x64;linux-arm;osx-x64 - + diff --git a/IdentityServer/IdentityServer.csproj b/IdentityServer/IdentityServer.csproj index 561b629..180a23e 100644 --- a/IdentityServer/IdentityServer.csproj +++ b/IdentityServer/IdentityServer.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.IdentityServer Teknik.IdentityServer win-x86;win-x64;linux-x64;linux-arm;osx-x64 @@ -23,16 +23,16 @@ - + - - - - + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/Logging/Logging.csproj b/Logging/Logging.csproj index 200a113..6c46040 100644 --- a/Logging/Logging.csproj +++ b/Logging/Logging.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.Logging Teknik.Logging win-x86;win-x64;linux-x64;linux-arm;osx-x64 @@ -9,7 +9,7 @@ - + diff --git a/MailService/MailService.csproj b/MailService/MailService.csproj index e9502d4..15037a7 100644 --- a/MailService/MailService.csproj +++ b/MailService/MailService.csproj @@ -1,14 +1,14 @@  - net5.0 + net6.0 Teknik.MailService Teknik.MailService win-x86;win-x64;linux-x64;linux-arm;osx-x64 - + diff --git a/ServiceWorker/ServiceWorker.csproj b/ServiceWorker/ServiceWorker.csproj index cf4497d..4dc4fdc 100644 --- a/ServiceWorker/ServiceWorker.csproj +++ b/ServiceWorker/ServiceWorker.csproj @@ -2,7 +2,7 @@ Exe - net5.0 + net6.0 Teknik.ServiceWorker Teknik.ServiceWorker diff --git a/StorageService/StorageService.csproj b/StorageService/StorageService.csproj index dfd6cc2..5242b3f 100644 --- a/StorageService/StorageService.csproj +++ b/StorageService/StorageService.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.StorageService Teknik.StorageService diff --git a/Teknik/Teknik.csproj b/Teknik/Teknik.csproj index 751dcf7..7c8f32d 100644 --- a/Teknik/Teknik.csproj +++ b/Teknik/Teknik.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 aspnet-TeknikCore-BE9563D1-0DFB-4141-903C-287B23FF22C7 Teknik Teknik @@ -39,21 +39,21 @@ - - - - - - - + + + + + + + runtime; build; native; contentfiles; analyzers - + - + - + diff --git a/Tracking/Tracking.csproj b/Tracking/Tracking.csproj index 03e6638..189a5b3 100644 --- a/Tracking/Tracking.csproj +++ b/Tracking/Tracking.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.Tracking Teknik.Tracking win-x86;win-x64;linux-x64;linux-arm;osx-x64 @@ -13,8 +13,8 @@ - - + + diff --git a/Utilities/Utilities.csproj b/Utilities/Utilities.csproj index e56feee..7cbba2f 100644 --- a/Utilities/Utilities.csproj +++ b/Utilities/Utilities.csproj @@ -1,7 +1,7 @@  - net5.0 + net6.0 Teknik.Utilities Teknik.Utilities win-x86;win-x64;linux-x64;linux-arm;osx-x64 @@ -10,9 +10,9 @@ - + - + diff --git a/WebCommon/WebCommon.csproj b/WebCommon/WebCommon.csproj index 06af9c4..8a196cd 100644 --- a/WebCommon/WebCommon.csproj +++ b/WebCommon/WebCommon.csproj @@ -1,7 +1,7 @@ - net5.0 + net6.0 Teknik.WebCommon Teknik.WebCommon diff --git a/global.json b/global.json index 8d3e516..3efdb50 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "5.0.301" + "version": "6.0.300" } } \ No newline at end of file