From eed36280877d1f4e7e7415991af17d8dc7966f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julio=20C=C3=A9sar=20Rocha?= Date: Wed, 2 Mar 2022 11:40:37 -0800 Subject: [PATCH 1/2] Set ResolveNuGetPackages in external props (#9628) * Set ResolveNuGetPackages in external props * Change files * Move changes to Microsoft.ReactNative.Common.props --- ...ative-windows-fe9965b7-8e26-4928-b2d8-7453a5738923.json | 7 +++++++ .../External/Microsoft.ReactNative.Common.props | 3 +++ .../External/Microsoft.ReactNative.Uwp.CppLib.props | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 change/react-native-windows-fe9965b7-8e26-4928-b2d8-7453a5738923.json diff --git a/change/react-native-windows-fe9965b7-8e26-4928-b2d8-7453a5738923.json b/change/react-native-windows-fe9965b7-8e26-4928-b2d8-7453a5738923.json new file mode 100644 index 00000000000..4a9d3d27500 --- /dev/null +++ b/change/react-native-windows-fe9965b7-8e26-4928-b2d8-7453a5738923.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "Set ResolveNuGetPackages in external props", + "packageName": "react-native-windows", + "email": "julio.rocha@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/vnext/PropertySheets/External/Microsoft.ReactNative.Common.props b/vnext/PropertySheets/External/Microsoft.ReactNative.Common.props index ea808ab5321..bba7fd91701 100644 --- a/vnext/PropertySheets/External/Microsoft.ReactNative.Common.props +++ b/vnext/PropertySheets/External/Microsoft.ReactNative.Common.props @@ -41,6 +41,9 @@ true + + + false diff --git a/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CppLib.props b/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CppLib.props index 953b6595a32..6d196d1e7ee 100644 --- a/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CppLib.props +++ b/vnext/PropertySheets/External/Microsoft.ReactNative.Uwp.CppLib.props @@ -1,5 +1,5 @@ -