We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6ee53 commit 56f9b58Copy full SHA for 56f9b58
lib/nuget-parser/cli/dotnet.ts
@@ -80,7 +80,7 @@ export async function restore(
80
'--verbosity',
81
'normal',
82
`"${projectPath}"`,
83
- '--p=TreatWarningsAsErrors=false;WarningsAsErrors=',
+ '--p=MSBuildEnableWorkloadResolver=true;TreatWarningsAsErrors=false;WarningsAsErrors=',
84
];
85
await handle('restore', command, args, workingDirectory);
86
return;
0 commit comments