From 0ccd732a6d348a6fb9351cea5390f8951253e03c Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Tue, 25 Nov 2025 00:01:41 +0100 Subject: [PATCH] ChangelogAutomation: exclude assets from compilation This will allow to not include parasitic dependencies of said package into our own dependencies. --- src/AvaloniaMath/AvaloniaMath.csproj | 2 +- src/WpfMath/WpfMath.csproj | 2 +- src/XamlMath.Shared/XamlMath.Shared.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/AvaloniaMath/AvaloniaMath.csproj b/src/AvaloniaMath/AvaloniaMath.csproj index 66a71856..0ca27224 100644 --- a/src/AvaloniaMath/AvaloniaMath.csproj +++ b/src/AvaloniaMath/AvaloniaMath.csproj @@ -33,7 +33,7 @@ - + diff --git a/src/WpfMath/WpfMath.csproj b/src/WpfMath/WpfMath.csproj index aa37cd74..602d7a77 100644 --- a/src/WpfMath/WpfMath.csproj +++ b/src/WpfMath/WpfMath.csproj @@ -22,7 +22,7 @@ - + diff --git a/src/XamlMath.Shared/XamlMath.Shared.csproj b/src/XamlMath.Shared/XamlMath.Shared.csproj index 0a168124..6ddefcb5 100644 --- a/src/XamlMath.Shared/XamlMath.Shared.csproj +++ b/src/XamlMath.Shared/XamlMath.Shared.csproj @@ -30,6 +30,6 @@ - +