From 93b0b47b9076decbe6480f4336846edcf37ab412 Mon Sep 17 00:00:00 2001 From: Tomas Matousek Date: Thu, 7 Nov 2024 14:54:41 -0800 Subject: [PATCH] Fixes --- src/BuiltInTools/dotnet-watch/CommandLineOptions.cs | 2 -- test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs | 1 - 2 files changed, 3 deletions(-) diff --git a/src/BuiltInTools/dotnet-watch/CommandLineOptions.cs b/src/BuiltInTools/dotnet-watch/CommandLineOptions.cs index 22d545f88255..7441aaaa0496 100644 --- a/src/BuiltInTools/dotnet-watch/CommandLineOptions.cs +++ b/src/BuiltInTools/dotnet-watch/CommandLineOptions.cs @@ -9,8 +9,6 @@ using System.Diagnostics; using Microsoft.DotNet.Cli; using Microsoft.DotNet.Tools.Run; -using Microsoft.DotNet.Watcher.Tools; -using Microsoft.Extensions.Tools.Internal; using NuGet.Common; namespace Microsoft.DotNet.Watch; diff --git a/test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs b/test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs index 7aba997749af..1b82988a37d3 100644 --- a/test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs +++ b/test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs @@ -2,7 +2,6 @@ // The .NET Foundation licenses this file to you under the MIT license. using System.Globalization; -using Microsoft.Extensions.Tools.Internal; namespace Microsoft.DotNet.Watch.UnitTests {