From ad621eb668ca0427855aa7c9623d35a8b36974d0 Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Tue, 10 Jun 2025 17:13:23 -0700 Subject: [PATCH 1/3] Fix NuGet errors when consumed by apps --- package/.npmignore | 3 ++- package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/.npmignore b/package/.npmignore index bcfdc430..162ccd9b 100644 --- a/package/.npmignore +++ b/package/.npmignore @@ -1,2 +1,3 @@ example/ -*.tgz \ No newline at end of file +*.tgz +*.lock.json diff --git a/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj b/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj index 6327a58d..791a7721 100644 --- a/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj +++ b/package/windows/ReactNativeXaml/ReactNativeXaml.vcxproj @@ -253,7 +253,7 @@ - + From 837d373a70386624cf32b67fd47ddb1c77930dbe Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Tue, 10 Jun 2025 17:13:36 -0700 Subject: [PATCH 2/3] Change files --- ...t-native-xaml-3440a323-4329-4f3e-af38-2181f6252927.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/react-native-xaml-3440a323-4329-4f3e-af38-2181f6252927.json diff --git a/change/react-native-xaml-3440a323-4329-4f3e-af38-2181f6252927.json b/change/react-native-xaml-3440a323-4329-4f3e-af38-2181f6252927.json new file mode 100644 index 00000000..df7908e4 --- /dev/null +++ b/change/react-native-xaml-3440a323-4329-4f3e-af38-2181f6252927.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Fix NuGet errors when consumed by apps", + "packageName": "react-native-xaml", + "email": "jthysell@microsoft.com", + "dependentChangeType": "patch" +} From 75d43e788757f830f8e0388383866d454840ffca Mon Sep 17 00:00:00 2001 From: Jon Thysell Date: Wed, 11 Jun 2025 09:08:06 -0700 Subject: [PATCH 3/3] Fix npmignore --- package/.npmignore | 3 --- package/package.json | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 package/.npmignore diff --git a/package/.npmignore b/package/.npmignore deleted file mode 100644 index 162ccd9b..00000000 --- a/package/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -example/ -*.tgz -*.lock.json diff --git a/package/package.json b/package/package.json index 6ac883ac..f5ccad84 100644 --- a/package/package.json +++ b/package/package.json @@ -59,6 +59,7 @@ "windows/", "lib/", "src/", - "!*.ruleset" + "!*.ruleset", + "!*.lock.json" ] }