diff --git a/change/react-native-windows-3ad43108-ecfc-453c-93a8-4759ba78c932.json b/change/react-native-windows-3ad43108-ecfc-453c-93a8-4759ba78c932.json new file mode 100644 index 00000000000..2fa135e4d05 --- /dev/null +++ b/change/react-native-windows-3ad43108-ecfc-453c-93a8-4759ba78c932.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "Add RnwNewArch to MSBuildProperties", + "packageName": "react-native-windows", + "email": "14967941+danielayala94@users.noreply.github.com", + "dependentChangeType": "none" +} diff --git a/vnext/PropertySheets/OutputMSBuildProperties.targets b/vnext/PropertySheets/OutputMSBuildProperties.targets index ebb0f3714ff..dd1b7cf6d04 100644 --- a/vnext/PropertySheets/OutputMSBuildProperties.targets +++ b/vnext/PropertySheets/OutputMSBuildProperties.targets @@ -18,7 +18,9 @@ "WindowsTargetPlatformVersion": "$(WindowsTargetPlatformVersion)", "UseExperimentalNuGet": "$(UseExperimentalNuGet)", "UseHermes": "$(UseHermes)", - "UseWinUI3": "$(UseWinUI3)" + "UseWinUI3": "$(UseWinUI3)", + "UseFabric": "$(UseFabric)", + "RnwNewArch": "$(RnwNewArch)" }