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 9dffc7b commit 6468265Copy full SHA for 6468265
dotnet/test/ProjectHealthTest/PackageVersionsConsistency.cs
@@ -59,7 +59,7 @@ private List<string> BuildDepsJson(string projectPath, string targetFramework)
59
{
60
Process process = new Process();
61
List<string> outputLines = new List<string>();
62
- process.StartInfo.FileName = "dotnet.exe";
+ process.StartInfo.FileName = "dotnet";
63
process.StartInfo.WorkingDirectory = Directory.GetCurrentDirectory();
64
process.StartInfo.Arguments = $"list {projectPath} package --include-transitive --framework {targetFramework}";
65
0 commit comments