From 0e772974a6a5d2a3eb39c5eaf9917e095332bef3 Mon Sep 17 00:00:00 2001 From: sbwalker Date: Mon, 29 Sep 2025 09:56:35 -0400 Subject: [PATCH] add directory.build.props to centralize propertygroup settings --- Directory.Build.props | 17 +++++++++++++++++ Oqtane.Client/Oqtane.Client.csproj | 14 -------------- Oqtane.Maui/Oqtane.Maui.csproj | 11 ----------- Oqtane.Server/Oqtane.Server.csproj | 14 -------------- Oqtane.Shared/Oqtane.Shared.csproj | 14 -------------- Oqtane.Updater/Oqtane.Updater.csproj | 13 ------------- 6 files changed, 17 insertions(+), 66 deletions(-) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 00000000..223c5f9b --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,17 @@ + + + net9.0 + Debug;Release + 6.2.1 + Oqtane + Shaun Walker + .NET Foundation + CMS and Application Framework for Blazor and .NET MAUI + .NET Foundation + https://www.oqtane.org + https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE + https://github.com/oqtane/oqtane.framework/releases/tag/v6.2.1 + https://github.com/oqtane/oqtane.framework + Git + + \ No newline at end of file diff --git a/Oqtane.Client/Oqtane.Client.csproj b/Oqtane.Client/Oqtane.Client.csproj index 01007708..d5206338 100644 --- a/Oqtane.Client/Oqtane.Client.csproj +++ b/Oqtane.Client/Oqtane.Client.csproj @@ -1,22 +1,8 @@ - net9.0 Exe - Debug;Release - 6.2.1 - Oqtane - Shaun Walker - .NET Foundation - CMS and Application Framework for Blazor and .NET MAUI - .NET Foundation - https://www.oqtane.org - https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE - https://github.com/oqtane/oqtane.framework/releases/tag/v6.2.1 - https://github.com/oqtane/oqtane.framework - Git Oqtane - true true Default diff --git a/Oqtane.Maui/Oqtane.Maui.csproj b/Oqtane.Maui/Oqtane.Maui.csproj index e7f2e1af..9154ba05 100644 --- a/Oqtane.Maui/Oqtane.Maui.csproj +++ b/Oqtane.Maui/Oqtane.Maui.csproj @@ -6,17 +6,6 @@ Exe - 6.2.1 - Oqtane - Shaun Walker - .NET Foundation - Modular Application Framework for Blazor and MAUI - .NET Foundation - https://www.oqtane.org - https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE - https://github.com/oqtane/oqtane.framework/releases/tag/v6.2.1 - https://github.com/oqtane/oqtane.framework - Git Oqtane.Maui true true diff --git a/Oqtane.Server/Oqtane.Server.csproj b/Oqtane.Server/Oqtane.Server.csproj index 6edfd77f..5046046c 100644 --- a/Oqtane.Server/Oqtane.Server.csproj +++ b/Oqtane.Server/Oqtane.Server.csproj @@ -1,21 +1,7 @@ - net9.0 - Debug;Release - 6.2.1 - Oqtane - Shaun Walker - .NET Foundation - CMS and Application Framework for Blazor and .NET MAUI - .NET Foundation - https://www.oqtane.org - https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE - https://github.com/oqtane/oqtane.framework/releases/tag/v6.2.1 - https://github.com/oqtane/oqtane.framework - Git Oqtane - true $(DefineConstants);OQTANE true none diff --git a/Oqtane.Shared/Oqtane.Shared.csproj b/Oqtane.Shared/Oqtane.Shared.csproj index c7cc89e0..78b6ba46 100644 --- a/Oqtane.Shared/Oqtane.Shared.csproj +++ b/Oqtane.Shared/Oqtane.Shared.csproj @@ -1,21 +1,7 @@ - net9.0 - Debug;Release - 6.2.1 - Oqtane - Shaun Walker - .NET Foundation - CMS and Application Framework for Blazor and .NET MAUI - .NET Foundation - https://www.oqtane.org - https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE - https://github.com/oqtane/oqtane.framework/releases/tag/v6.2.1 - https://github.com/oqtane/oqtane.framework - Git Oqtane - true diff --git a/Oqtane.Updater/Oqtane.Updater.csproj b/Oqtane.Updater/Oqtane.Updater.csproj index 706f6aa3..d409139a 100644 --- a/Oqtane.Updater/Oqtane.Updater.csproj +++ b/Oqtane.Updater/Oqtane.Updater.csproj @@ -1,21 +1,8 @@ - net9.0 Exe - 6.2.1 - Oqtane - Shaun Walker - .NET Foundation - Modular Application Framework for Blazor and MAUI - .NET Foundation - https://www.oqtane.org - https://github.com/oqtane/oqtane.framework/blob/dev/LICENSE - https://github.com/oqtane/oqtane.framework/releases/tag/v6.2.1 - https://github.com/oqtane/oqtane.framework - Git Oqtane - false