From 40fe6af2059baf9a3a51065b6a2802c1472fb3f0 Mon Sep 17 00:00:00 2001 From: the Date: Wed, 5 Apr 2023 18:43:42 +0400 Subject: [PATCH] Also packages --- .../ComputerShopBusinessLogic.csproj | 11 +++++++++++ .../ComputerShopDataModels.csproj | 11 +++++++++++ .../ComputerShopDatabaseImplement.csproj | 11 +++++++++++ .../ComputerShopView/ComputerShopView.csproj | 11 +++++++++++ 4 files changed, 44 insertions(+) diff --git a/ComputerShopProvider/ComputerShopBusinessLogic/ComputerShopBusinessLogic.csproj b/ComputerShopProvider/ComputerShopBusinessLogic/ComputerShopBusinessLogic.csproj index 63a55ef..9983faa 100644 --- a/ComputerShopProvider/ComputerShopBusinessLogic/ComputerShopBusinessLogic.csproj +++ b/ComputerShopProvider/ComputerShopBusinessLogic/ComputerShopBusinessLogic.csproj @@ -6,6 +6,17 @@ enable + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + diff --git a/ComputerShopProvider/ComputerShopDataModels/ComputerShopDataModels.csproj b/ComputerShopProvider/ComputerShopDataModels/ComputerShopDataModels.csproj index 132c02c..c0dfb24 100644 --- a/ComputerShopProvider/ComputerShopDataModels/ComputerShopDataModels.csproj +++ b/ComputerShopProvider/ComputerShopDataModels/ComputerShopDataModels.csproj @@ -6,4 +6,15 @@ enable + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + diff --git a/ComputerShopProvider/ComputerShopDatabaseImplement/ComputerShopDatabaseImplement.csproj b/ComputerShopProvider/ComputerShopDatabaseImplement/ComputerShopDatabaseImplement.csproj index 132c02c..c0dfb24 100644 --- a/ComputerShopProvider/ComputerShopDatabaseImplement/ComputerShopDatabaseImplement.csproj +++ b/ComputerShopProvider/ComputerShopDatabaseImplement/ComputerShopDatabaseImplement.csproj @@ -6,4 +6,15 @@ enable + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + diff --git a/ComputerShopProvider/ComputerShopView/ComputerShopView.csproj b/ComputerShopProvider/ComputerShopView/ComputerShopView.csproj index b57c89e..16fbc32 100644 --- a/ComputerShopProvider/ComputerShopView/ComputerShopView.csproj +++ b/ComputerShopProvider/ComputerShopView/ComputerShopView.csproj @@ -8,4 +8,15 @@ enable + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + + + \ No newline at end of file