C#: Minimal update of relevant code to minimize project dependencies and hide some implementation details behind interfaces.

This commit is contained in:
Michael Nebel
2023-08-18 10:43:58 +02:00
parent f47e59dff1
commit c0d1179c8a
23 changed files with 181 additions and 147 deletions

View File

@@ -1,11 +1,11 @@
using Semmle.Util;
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Semmle.Util;
namespace Semmle.BuildAnalyser
namespace Semmle.Extraction.CSharp.DependencyFetching
{
/// <summary>
/// Manage the downloading of NuGet packages.