From f803e7664ef5f38939e653d6ca3ec679754fe375 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Wed, 1 Sep 2021 11:36:37 +0200 Subject: [PATCH] Updated nuget packages to use newest .Net 5.0.9 (#1547) --- src/Admin/Admin.csproj | 2 +- src/Api/Api.csproj | 2 +- src/Billing/Billing.csproj | 2 +- src/Core/Core.csproj | 6 +++--- src/Notifications/Notifications.csproj | 4 ++-- util/MySqlMigrations/MySqlMigrations.csproj | 2 +- util/PostgresMigrations/PostgresMigrations.csproj | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Admin/Admin.csproj b/src/Admin/Admin.csproj index 3aa205e542..d31bc79bd3 100644 --- a/src/Admin/Admin.csproj +++ b/src/Admin/Admin.csproj @@ -18,7 +18,7 @@ - + diff --git a/src/Api/Api.csproj b/src/Api/Api.csproj index 566ee8776e..4d338cce82 100644 --- a/src/Api/Api.csproj +++ b/src/Api/Api.csproj @@ -28,7 +28,7 @@ - + diff --git a/src/Billing/Billing.csproj b/src/Billing/Billing.csproj index 07c640f72e..7dd2305488 100644 --- a/src/Billing/Billing.csproj +++ b/src/Billing/Billing.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 65967c0c1d..cb635d7b8d 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -30,15 +30,15 @@ - + - + - + diff --git a/src/Notifications/Notifications.csproj b/src/Notifications/Notifications.csproj index 959401ea5f..d38640f4f2 100644 --- a/src/Notifications/Notifications.csproj +++ b/src/Notifications/Notifications.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/util/MySqlMigrations/MySqlMigrations.csproj b/util/MySqlMigrations/MySqlMigrations.csproj index d07adb1dc6..d1f67c3af2 100644 --- a/util/MySqlMigrations/MySqlMigrations.csproj +++ b/util/MySqlMigrations/MySqlMigrations.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/util/PostgresMigrations/PostgresMigrations.csproj b/util/PostgresMigrations/PostgresMigrations.csproj index d07adb1dc6..d1f67c3af2 100644 --- a/util/PostgresMigrations/PostgresMigrations.csproj +++ b/util/PostgresMigrations/PostgresMigrations.csproj @@ -10,7 +10,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all