As of VS 17.6, MSBuild maps `ModuleDependenciesFile` to this flag instead of the older `-sourceDependencies:directives` flag. Map both flags to `ModuleDependenciesFile` for compatibility.
@@ -1411,6 +1411,15 @@
"UserFollowing"
]
},
+ {
+ "name": "ModuleDependenciesFile",
+ "switch": "scanDependencies",
+ "comment": "Module Dependencies File Name",
+ "value": "",
+ "flags": [
+ "UserFollowing"
+ ]
+ },
{
"name": "ModuleDependenciesFile",
"switch": "sourceDependencies:directives",
@@ -1410,6 +1410,15 @@