Skip to content

Commit

Permalink
Fix Source Build compiler error (#6020)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Sep 10, 2024
1 parent cd1e75e commit b92cc60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/NuGet.Core/NuGet.Build.Tasks/RestoreTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Threading;
Expand All @@ -13,10 +14,6 @@
using NuGet.Common;
using NuGet.ProjectModel;

#if DEBUG
using System.Diagnostics;
#endif

namespace NuGet.Build.Tasks
{
/// <summary>
Expand Down

0 comments on commit b92cc60

Please sign in to comment.