From 220196aae99aab7e8f566fd14f6050396abbb05b Mon Sep 17 00:00:00 2001 From: DavidMakarov Date: Thu, 16 May 2024 20:26:42 +0400 Subject: [PATCH] switch to net7.0 --- FlowerShop/FlowerShop/FlowerShopView.csproj | 2 +- .../FlowerShopBusinessLogic/FlowerShopBusinessLogic.csproj | 2 +- FlowerShop/FlowerShopClientApp/FlowerShopClientApp.csproj | 2 +- FlowerShop/FlowerShopContracts/FlowerShopContracts.csproj | 2 +- FlowerShop/FlowerShopDataModels/FlowerShopDataModels.csproj | 2 +- .../FlowerShopDatabaseImplement.csproj | 2 +- .../FlowerShopFileImplement/FlowerShopFileImplement.csproj | 2 +- .../FlowerShopListImplement/FlowerShopListImplement.csproj | 2 +- FlowerShop/FlowerShopRestApi/FlowerShopRestApi.csproj | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/FlowerShop/FlowerShop/FlowerShopView.csproj b/FlowerShop/FlowerShop/FlowerShopView.csproj index 3740f10..591c681 100644 --- a/FlowerShop/FlowerShop/FlowerShopView.csproj +++ b/FlowerShop/FlowerShop/FlowerShopView.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows7.0 + net7.0-windows7.0 enable true enable diff --git a/FlowerShop/FlowerShopBusinessLogic/FlowerShopBusinessLogic.csproj b/FlowerShop/FlowerShopBusinessLogic/FlowerShopBusinessLogic.csproj index 28fb990..c53a978 100644 --- a/FlowerShop/FlowerShopBusinessLogic/FlowerShopBusinessLogic.csproj +++ b/FlowerShop/FlowerShopBusinessLogic/FlowerShopBusinessLogic.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopClientApp/FlowerShopClientApp.csproj b/FlowerShop/FlowerShopClientApp/FlowerShopClientApp.csproj index 3e3c6f6..ea9f175 100644 --- a/FlowerShop/FlowerShopClientApp/FlowerShopClientApp.csproj +++ b/FlowerShop/FlowerShopClientApp/FlowerShopClientApp.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopContracts/FlowerShopContracts.csproj b/FlowerShop/FlowerShopContracts/FlowerShopContracts.csproj index 62c53b3..a164789 100644 --- a/FlowerShop/FlowerShopContracts/FlowerShopContracts.csproj +++ b/FlowerShop/FlowerShopContracts/FlowerShopContracts.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopDataModels/FlowerShopDataModels.csproj b/FlowerShop/FlowerShopDataModels/FlowerShopDataModels.csproj index 132c02c..cfadb03 100644 --- a/FlowerShop/FlowerShopDataModels/FlowerShopDataModels.csproj +++ b/FlowerShop/FlowerShopDataModels/FlowerShopDataModels.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopDatabaseImplement/FlowerShopDatabaseImplement.csproj b/FlowerShop/FlowerShopDatabaseImplement/FlowerShopDatabaseImplement.csproj index e0842e3..6c57539 100644 --- a/FlowerShop/FlowerShopDatabaseImplement/FlowerShopDatabaseImplement.csproj +++ b/FlowerShop/FlowerShopDatabaseImplement/FlowerShopDatabaseImplement.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopFileImplement/FlowerShopFileImplement.csproj b/FlowerShop/FlowerShopFileImplement/FlowerShopFileImplement.csproj index 4ffa4a8..bce19ee 100644 --- a/FlowerShop/FlowerShopFileImplement/FlowerShopFileImplement.csproj +++ b/FlowerShop/FlowerShopFileImplement/FlowerShopFileImplement.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopListImplement/FlowerShopListImplement.csproj b/FlowerShop/FlowerShopListImplement/FlowerShopListImplement.csproj index 7647ec0..78ce79f 100644 --- a/FlowerShop/FlowerShopListImplement/FlowerShopListImplement.csproj +++ b/FlowerShop/FlowerShopListImplement/FlowerShopListImplement.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 enable enable diff --git a/FlowerShop/FlowerShopRestApi/FlowerShopRestApi.csproj b/FlowerShop/FlowerShopRestApi/FlowerShopRestApi.csproj index 65481f1..35ba33c 100644 --- a/FlowerShop/FlowerShopRestApi/FlowerShopRestApi.csproj +++ b/FlowerShop/FlowerShopRestApi/FlowerShopRestApi.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable