diff --git a/test/data/test-isn/testcmd b/test/data/test-isn/testcmd deleted file mode 100644 index 2127221..0000000 --- a/test/data/test-isn/testcmd +++ /dev/null @@ -1 +0,0 @@ -nuget install -NoCache -Verbosity detailed -ConfigFile ANuGet.Config Yavsc.Abstract diff --git a/test/isn.tests/PushTest.cs b/test/isn.tests/PushTest.cs index 10afadc..bc985ed 100644 --- a/test/isn.tests/PushTest.cs +++ b/test/isn.tests/PushTest.cs @@ -9,7 +9,6 @@ using System.Text; using System.Threading.Tasks; using Newtonsoft.Json; using Xunit; -using isnd.Entities; using Isn.Abstract; namespace Isn.tests diff --git a/test/isnd.tests/UnitTestWebHost.cs b/test/isnd.tests/UnitTestWebHost.cs index c71b5ea..e7386e8 100644 --- a/test/isnd.tests/UnitTestWebHost.cs +++ b/test/isnd.tests/UnitTestWebHost.cs @@ -17,7 +17,6 @@ using Microsoft.AspNetCore.DataProtection; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Options; -using NuGet.Common; using NuGet.Configuration; using NuGet.Protocol; using NuGet.Protocol.Core.Types;