From 05b9a094741892f60eba0d13fa3473d252dd0d0b Mon Sep 17 00:00:00 2001 From: Lamparter Date: Thu, 22 Aug 2024 14:51:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Implement=20central=20package=20?= =?UTF-8?q?management=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ⚰ Remove Nuget package references from Emerald.App.csproj * ⚰ Remove Nuget package references from Emerald.Core.csproj * ⚰ Remove Nuget package references from Emerald.CoreX.csproj * 📌 Add dependencies to Directory.Packages.props * 👷 Implement central package management in packaging project * 📌 Disable central package management for Emerald.Core * 💡 Remove dependency placeholder for Emerald.Core in central package management --- Directory.Packages.props | 17 ++++++++++++++++ .../Emerald.App.Package/Package.WinUI.wapproj | 4 ++-- Emerald.App/Emerald.App/Emerald.App.csproj | 20 +++++++++---------- Emerald.Core/Emerald.Core.csproj | 3 ++- Emerald.CoreX/Emerald.CoreX.csproj | 14 ++++++------- 5 files changed, 38 insertions(+), 20 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 0cea764d..9c44b086 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -5,5 +5,22 @@ See https://aka.platform.uno/using-uno-sdk for more information. --> + + + + + + + + + + + + + + + + + diff --git a/Emerald.App/Emerald.App.Package/Package.WinUI.wapproj b/Emerald.App/Emerald.App.Package/Package.WinUI.wapproj index c76b14af..d886be42 100644 --- a/Emerald.App/Emerald.App.Package/Package.WinUI.wapproj +++ b/Emerald.App/Emerald.App.Package/Package.WinUI.wapproj @@ -158,10 +158,10 @@ - + build - + build diff --git a/Emerald.App/Emerald.App/Emerald.App.csproj b/Emerald.App/Emerald.App/Emerald.App.csproj index c7306220..0532650a 100644 --- a/Emerald.App/Emerald.App/Emerald.App.csproj +++ b/Emerald.App/Emerald.App/Emerald.App.csproj @@ -38,16 +38,16 @@ - - - - - - - - - - + + + + + + + + + + diff --git a/Emerald.Core/Emerald.Core.csproj b/Emerald.Core/Emerald.Core.csproj index d143325d..710a97c8 100644 --- a/Emerald.Core/Emerald.Core.csproj +++ b/Emerald.Core/Emerald.Core.csproj @@ -4,10 +4,11 @@ net8.0 enable enable + false - + diff --git a/Emerald.CoreX/Emerald.CoreX.csproj b/Emerald.CoreX/Emerald.CoreX.csproj index d875fd8b..8f192bc8 100644 --- a/Emerald.CoreX/Emerald.CoreX.csproj +++ b/Emerald.CoreX/Emerald.CoreX.csproj @@ -7,12 +7,12 @@ - - - - - - - + + + + + + + \ No newline at end of file