We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483308c commit 16d7e13Copy full SHA for 16d7e13
src/BuiltInTools/dotnet-watch/Program.cs
@@ -3,7 +3,6 @@
3
4
using System.Runtime.Loader;
5
using Microsoft.Build.Locator;
6
-using NuGet.Versioning;
7
8
namespace Microsoft.DotNet.Watch
9
{
test/dotnet-watch.Tests/HotReload/RuntimeProcessLauncherTests.cs
@@ -2,7 +2,6 @@
2
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Immutable;
-using System.ComponentModel.DataAnnotations;
using System.Runtime.CompilerServices;
namespace Microsoft.DotNet.Watch.UnitTests;
0 commit comments