Skip to content

Commit fccd7e9

Browse files
authored
fix(windows): re-enable NuGet by default when building New Arch (#2661)
1 parent 6659e38 commit fccd7e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/windows/project.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ export async function projectInfo(
421421
versionNumber,
422422
bundle: getBundleResources(findNearest("app.json", destPath, fs), fs),
423423
nugetDependencies: await getNuGetDependencies(rnWindowsPath),
424-
useExperimentalNuGet: useNuGet,
424+
useExperimentalNuGet: newArch || useNuGet,
425425
useFabric: newArch,
426426
};
427427
}

0 commit comments

Comments
 (0)