From 2db1fe0890d2ff623cbe46123d03fe773bd723d6 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Thu, 25 Sep 2025 14:09:41 -0400 Subject: [PATCH] add all direct package dependencies to Application Template --- .../Client/Oqtane.Application.Client.csproj | 41 +++++++++++-------- .../Server/Oqtane.Application.Server.csproj | 39 ++++++++++-------- .../Shared/Oqtane.Application.Shared.csproj | 21 ++++++---- 3 files changed, 58 insertions(+), 43 deletions(-) diff --git a/Oqtane.Application/Client/Oqtane.Application.Client.csproj b/Oqtane.Application/Client/Oqtane.Application.Client.csproj index 6dc0740c..c7bd2e5c 100644 --- a/Oqtane.Application/Client/Oqtane.Application.Client.csproj +++ b/Oqtane.Application/Client/Oqtane.Application.Client.csproj @@ -1,23 +1,30 @@ - - net9.0 - Exe - 1.0.0 - Oqtane.Application.Client.Oqtane - true - Default - true - false - false - + + net9.0 + Exe + 1.0.0 + Oqtane.Application.Client.Oqtane + Default + true + false + false + - - - + + + + + + + - - - + + + + + + + diff --git a/Oqtane.Application/Server/Oqtane.Application.Server.csproj b/Oqtane.Application/Server/Oqtane.Application.Server.csproj index 64822540..aaf443fa 100644 --- a/Oqtane.Application/Server/Oqtane.Application.Server.csproj +++ b/Oqtane.Application/Server/Oqtane.Application.Server.csproj @@ -1,24 +1,29 @@  - - net9.0 - 1.0.0 - Oqtane.Application.Server.Oqtane - true - true - none - false - false - + + net9.0 + 1.0.0 + Oqtane.Application.Server.Oqtane + true + none + false + false + - - - - + + + + + + - - + + + + + + - + diff --git a/Oqtane.Application/Shared/Oqtane.Application.Shared.csproj b/Oqtane.Application/Shared/Oqtane.Application.Shared.csproj index 02dee1e3..1125b6c0 100644 --- a/Oqtane.Application/Shared/Oqtane.Application.Shared.csproj +++ b/Oqtane.Application/Shared/Oqtane.Application.Shared.csproj @@ -1,14 +1,17 @@ - - net9.0 - 1.0.0 - Oqtane.Application.Shared.Oqtane - true - + + net9.0 + 1.0.0 + Oqtane.Application.Shared.Oqtane + - - - + + + + + + +