File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Public/Src/Engine/Processes Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ namespace Processes {
1414 sources: globR(d`.`, "*.cs"),
1515 generateLogs: true,
1616 references: [
17+ // IMPORTANT!!! Do not add non-bxl dependencies or any bxl projects apart from Native and Utilities.Core into this project
18+ // This is consumed by MSBuild and adding any additional reference will cause it to break! BXL specific change
19+ // should go to 'ProcessPipExecutor' instead.
20+
1721 ...addIfLazy(!BuildXLSdk.isDotNetCore, () => [
1822 importFrom("System.Text.Json").withQualifier({targetFramework: "netstandard2.0"}).pkg,
1923 importFrom("System.Memory").withQualifier({ targetFramework: "netstandard2.0" }).pkg,
@@ -22,7 +26,6 @@ namespace Processes {
2226 ...addIf(BuildXLSdk.isFullFramework,
2327 BuildXLSdk.NetFx.System.IO.Compression.dll,
2428 BuildXLSdk.NetFx.System.Management.dll,
25- BuildXLSdk.NetFx.System.Net.Http.dll,
2629 NetFx.Netstandard.dll
2730 ),
2831 ...addIf(BuildXLSdk.isDotNetCoreOrStandard,
You can’t perform that action at this time.
0 commit comments