Add todo comment

This commit is contained in:
Tamas Vajk
2023-07-04 14:03:04 +02:00
parent ef0e102cd7
commit 9b2fd8df9f

View File

@@ -20,6 +20,7 @@ namespace Semmle.BuildAnalyser
{
try
{
// TODO: make sure the below `dotnet` version is matching the one specified in global.json
progressMonitor.RunningProcess("dotnet --info");
using var proc = Process.Start("dotnet", "--info");
proc.WaitForExit();