diff --git a/paket.dependencies b/paket.dependencies index 93fa3e4..3106fad 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -14,9 +14,6 @@ group Test nuget FSharp.Core nuget Fable.Core >= 5.0.0 lowest_matching: true - nuget Microsoft.NET.Test.Sdk ~> 16 - nuget xunit ~> 2 - nuget xunit.runner.visualstudio ~> 2 group Examples source https://api.nuget.org/v3/index.json diff --git a/paket.lock b/paket.lock index 60a08c4..3e43c3b 100644 --- a/paket.lock +++ b/paket.lock @@ -29,31 +29,3 @@ NUGET Fable.Core (5.0) FSharp.Core (>= 4.7.2) FSharp.Core (11.0.100) - Microsoft.CodeCoverage (18.4) - Microsoft.NET.Test.Sdk (16.11) - Microsoft.CodeCoverage (>= 16.11) - Microsoft.TestPlatform.TestHost (>= 16.11) - Microsoft.TestPlatform.ObjectModel (18.4) - System.Reflection.Metadata (>= 8.0) - Microsoft.TestPlatform.TestHost (18.4) - Microsoft.TestPlatform.ObjectModel (>= 18.4) - Newtonsoft.Json (>= 13.0.3) - Newtonsoft.Json (13.0.4) - System.Collections.Immutable (10.0.6) - System.Reflection.Metadata (10.0.6) - System.Collections.Immutable (>= 10.0.6) - xunit (2.9.3) - xunit.analyzers (>= 1.18) - xunit.assert (>= 2.9.3) - xunit.core (2.9.3) - xunit.abstractions (2.0.3) - xunit.analyzers (1.27) - xunit.assert (2.9.3) - xunit.core (2.9.3) - xunit.extensibility.core (2.9.3) - xunit.extensibility.execution (2.9.3) - xunit.extensibility.core (2.9.3) - xunit.abstractions (>= 2.0.3) - xunit.extensibility.execution (2.9.3) - xunit.extensibility.core (2.9.3) - xunit.runner.visualstudio (2.8.2) diff --git a/test/paket.references b/test/paket.references index 720902f..c2bdcd7 100644 --- a/test/paket.references +++ b/test/paket.references @@ -2,8 +2,3 @@ group Test FSharp.Core Fable.Core - -Microsoft.NET.Test.Sdk - -xunit -xunit.runner.visualstudio