From 27bbbffb5bb1912c12b6c4539b52310017294db1 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Sun, 29 Mar 2026 18:48:14 -0500 Subject: [PATCH] Fix bundling of native libs --- src/Notify.NET/Notify.NET.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Notify.NET/Notify.NET.csproj b/src/Notify.NET/Notify.NET.csproj index 452c8d2..069c8cc 100644 --- a/src/Notify.NET/Notify.NET.csproj +++ b/src/Notify.NET/Notify.NET.csproj @@ -16,7 +16,7 @@ - + @@ -27,15 +27,15 @@ - + runtimes/win-x64/native/WinToastWrapper.dll PreserveNewest - + runtimes/win-x86/native/WinToastWrapper.dll PreserveNewest - + runtimes/win-arm64/native/WinToastWrapper.dll PreserveNewest @@ -43,11 +43,11 @@ - + runtimes/osx-x64/native/libMacNotifyWrapper.dylib PreserveNewest - + runtimes/osx-arm64/native/libMacNotifyWrapper.dylib PreserveNewest