Skip to content

Commit 9b2fd8d

Browse files
committed
Add todo comment
1 parent ef0e102 commit 9b2fd8d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • csharp/extractor/Semmle.Extraction.CSharp.Standalone

csharp/extractor/Semmle.Extraction.CSharp.Standalone/DotNet.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ private void Info()
2020
{
2121
try
2222
{
23+
// TODO: make sure the below `dotnet` version is matching the one specified in global.json
2324
progressMonitor.RunningProcess("dotnet --info");
2425
using var proc = Process.Start("dotnet", "--info");
2526
proc.WaitForExit();

0 commit comments

Comments
 (0)