Skip to content

Commit 5337785

Browse files
committed
Remove TODO comment
1 parent bd5f531 commit 5337785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/DependencyManager.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Concurrent;
33
using System.Collections.Generic;
44
using System.IO;
@@ -158,7 +158,6 @@ private void GenerateSourceFilesFromWebViews(List<FileInfo> allFiles)
158158
{
159159
progressMonitor.LogInfo($"Found {views.Length} cshtml and razor files.");
160160

161-
// TODO: use SDK specified in global.json
162161
var sdk = new Sdk(dotnet).GetNewestSdk();
163162
if (sdk != null)
164163
{

0 commit comments

Comments
 (0)