diff --git a/paket.dependencies b/paket.dependencies index 8aa2a34a..cfb7b499 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -1,19 +1,18 @@ source https://www.nuget.org/api/v2 + nuget FSharp.Core ~> 3.1.2 nuget FSharp.Compiler.Tools + nuget TaskParallelLibrary 1.0.2856 +nuget NUnit ~> 3.0 framework: net35, net45 github fsprojects/FsUnit src/FsUnit.NUnit/FsUnit.fs github fsprojects/FsUnit src/FsUnit.NUnit/FsUnitTyped.fs -group Test - source https://www.nuget.org/api/v2 - nuget NUnit ~> 3.0 - group Build source https://www.nuget.org/api/v2 nuget FAKE ~> 4.1 - nuget NUnit.Runners ~> 3.0 + nuget NUnit.ConsoleRunner ~> 3.0 nuget FSharp.Formatting !~> 2.4 nuget NuGet.CommandLine diff --git a/paket.lock b/paket.lock index 5aae132d..ec5009c7 100644 --- a/paket.lock +++ b/paket.lock @@ -2,6 +2,7 @@ NUGET remote: https://www.nuget.org/api/v2 FSharp.Compiler.Tools (4.1.23) FSharp.Core (3.1.2.5) + NUnit (3.8.1) - restriction: || (== net35) (== net45) TaskParallelLibrary (1.0.2856) GITHUB remote: fsprojects/FsUnit @@ -25,26 +26,9 @@ NUGET FSharpVSPowerTools.Core (2.3) FSharp.Compiler.Service (>= 2.0.0.3) NuGet.CommandLine (3.5) - NUnit.ConsoleRunner (3.6.1) - NUnit.Extension.NUnitProjectLoader (3.5) - NUnit.Extension.NUnitV2Driver (3.6) - NUnit.Extension.NUnitV2ResultWriter (3.5) - NUnit.Extension.TeamCityEventListener (1.0.2) - NUnit.Extension.VSProjectLoader (3.5) - NUnit.Runners (3.6.1) - NUnit.ConsoleRunner (>= 3.6.1) - NUnit.Extension.NUnitProjectLoader (>= 3.5) - NUnit.Extension.NUnitV2Driver (>= 3.6) - NUnit.Extension.NUnitV2ResultWriter (>= 3.5) - NUnit.Extension.TeamCityEventListener (>= 1.0.2) - NUnit.Extension.VSProjectLoader (>= 3.5) + NUnit.ConsoleRunner (3.7) GROUP Data NUGET remote: https://www.nuget.org/api/v2 MathNet.Numerics (3.0) - -GROUP Test -NUGET - remote: https://www.nuget.org/api/v2 - NUnit (3.5) diff --git a/src/DataUnitTests/UnitTests.csproj b/src/DataUnitTests/UnitTests.csproj index 558e3dcb..33f98ba3 100644 --- a/src/DataUnitTests/UnitTests.csproj +++ b/src/DataUnitTests/UnitTests.csproj @@ -115,51 +115,19 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll + ..\..\packages\NUnit\lib\net35\nunit.framework.dll True True - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/DataUnitTests/paket.references b/src/DataUnitTests/paket.references index 5b189fb4..f40965a6 100644 --- a/src/DataUnitTests/paket.references +++ b/src/DataUnitTests/paket.references @@ -1,5 +1,4 @@ +NUnit + group Data MathNet.Numerics - -group Test - NUnit diff --git a/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj index 03881955..b67d1506 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj @@ -132,8 +132,8 @@ - - ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + + ..\..\packages\NUnit\lib\net35\nunit.framework.dll True True @@ -143,12 +143,12 @@ - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll True True - + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj.paket.references b/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj.paket.references index 07bd6b6e..4ab87004 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj.paket.references +++ b/src/FSharpUnitTests/FSharpUnitTests-Net35.fsproj.paket.references @@ -1,9 +1,7 @@ FSharp.Core framework:net35 FSharp.Compiler.Tools TaskParallelLibrary framework:net35 +NUnit framework:net35 File:FsUnit.fs File:FsUnitTyped.fs - -group Test - NUnit framework:net35 diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj index 759c9689..20c37ec6 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj @@ -108,11 +108,11 @@ - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True - + \ No newline at end of file diff --git a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj.paket.references b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj.paket.references index 03942161..ae6664b8 100644 --- a/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj.paket.references +++ b/src/FSharpUnitTests/FSharpUnitTests-Portable47.fsproj.paket.references @@ -1,8 +1,6 @@ FSharp.Core framework:net45 FSharp.Compiler.Tools +NUnit framework:net45 File:FsUnit.fs File:FsUnitTyped.fs - -group Test - NUnit framework:net45 diff --git a/src/FSharpUnitTests/FSharpUnitTests.fsproj b/src/FSharpUnitTests/FSharpUnitTests.fsproj index 4364bda5..69f61629 100644 --- a/src/FSharpUnitTests/FSharpUnitTests.fsproj +++ b/src/FSharpUnitTests/FSharpUnitTests.fsproj @@ -121,7 +121,7 @@ - + ..\..\packages\FSharp.Core\lib\net40\FSharp.Core.dll @@ -132,55 +132,14 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True - + \ No newline at end of file diff --git a/src/FSharpUnitTests/paket.references b/src/FSharpUnitTests/paket.references index 61a0405e..ae6664b8 100644 --- a/src/FSharpUnitTests/paket.references +++ b/src/FSharpUnitTests/paket.references @@ -1,8 +1,6 @@ -FSharp.Core framework:net40 +FSharp.Core framework:net45 FSharp.Compiler.Tools +NUnit framework:net45 File:FsUnit.fs File:FsUnitTyped.fs - -group Test - NUnit diff --git a/src/UnitTests/UnitTests-CUDA.csproj b/src/UnitTests/UnitTests-CUDA.csproj index f8dd6851..ba951aaa 100644 --- a/src/UnitTests/UnitTests-CUDA.csproj +++ b/src/UnitTests/UnitTests-CUDA.csproj @@ -74,51 +74,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-CUDA.csproj.paket.references b/src/UnitTests/UnitTests-CUDA.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-CUDA.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-MKL.csproj b/src/UnitTests/UnitTests-MKL.csproj index c3a6e0e5..09a6fc60 100644 --- a/src/UnitTests/UnitTests-MKL.csproj +++ b/src/UnitTests/UnitTests-MKL.csproj @@ -74,51 +74,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-MKL.csproj.paket.references b/src/UnitTests/UnitTests-MKL.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-MKL.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-Net35.csproj b/src/UnitTests/UnitTests-Net35.csproj index 05c05853..2c91d3a3 100644 --- a/src/UnitTests/UnitTests-Net35.csproj +++ b/src/UnitTests/UnitTests-Net35.csproj @@ -82,10 +82,10 @@ - + - - ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll + + ..\..\packages\NUnit\lib\net35\nunit.framework.dll True True @@ -93,51 +93,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + + ..\..\packages\TaskParallelLibrary\lib\Net35\System.Threading.dll True True diff --git a/src/UnitTests/UnitTests-Net35.csproj.paket.references b/src/UnitTests/UnitTests-Net35.csproj.paket.references index ee548e40..11b036d6 100644 --- a/src/UnitTests/UnitTests-Net35.csproj.paket.references +++ b/src/UnitTests/UnitTests-Net35.csproj.paket.references @@ -1,4 +1,2 @@ -TaskParallelLibrary - -group Test - NUnit +TaskParallelLibrary framework:net35 +NUnit framework:net35 diff --git a/src/UnitTests/UnitTests-OpenBLAS.csproj b/src/UnitTests/UnitTests-OpenBLAS.csproj index c92c8428..4e342b6c 100644 --- a/src/UnitTests/UnitTests-OpenBLAS.csproj +++ b/src/UnitTests/UnitTests-OpenBLAS.csproj @@ -74,51 +74,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-OpenBLAS.csproj.paket.references b/src/UnitTests/UnitTests-OpenBLAS.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-OpenBLAS.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-Portable259.csproj b/src/UnitTests/UnitTests-Portable259.csproj index 4a684cfb..e7505ff4 100644 --- a/src/UnitTests/UnitTests-Portable259.csproj +++ b/src/UnitTests/UnitTests-Portable259.csproj @@ -67,51 +67,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-Portable259.csproj.paket.references b/src/UnitTests/UnitTests-Portable259.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-Portable259.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-Portable328.csproj b/src/UnitTests/UnitTests-Portable328.csproj index d755e367..12d23848 100644 --- a/src/UnitTests/UnitTests-Portable328.csproj +++ b/src/UnitTests/UnitTests-Portable328.csproj @@ -67,51 +67,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-Portable328.csproj.paket.references b/src/UnitTests/UnitTests-Portable328.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-Portable328.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-Portable47.csproj b/src/UnitTests/UnitTests-Portable47.csproj index ebcb3ee6..eb52721d 100644 --- a/src/UnitTests/UnitTests-Portable47.csproj +++ b/src/UnitTests/UnitTests-Portable47.csproj @@ -67,51 +67,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-Portable47.csproj.paket.references b/src/UnitTests/UnitTests-Portable47.csproj.paket.references new file mode 100644 index 00000000..551fa416 --- /dev/null +++ b/src/UnitTests/UnitTests-Portable47.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-Portable7.csproj b/src/UnitTests/UnitTests-Portable7.csproj index 07be4ce3..6160d189 100644 --- a/src/UnitTests/UnitTests-Portable7.csproj +++ b/src/UnitTests/UnitTests-Portable7.csproj @@ -67,51 +67,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-Portable7.csproj.paket.references b/src/UnitTests/UnitTests-Portable7.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-Portable7.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests-Portable78.csproj b/src/UnitTests/UnitTests-Portable78.csproj index dc2b594e..42d94405 100644 --- a/src/UnitTests/UnitTests-Portable78.csproj +++ b/src/UnitTests/UnitTests-Portable78.csproj @@ -67,51 +67,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests-Portable78.csproj.paket.references b/src/UnitTests/UnitTests-Portable78.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests-Portable78.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/UnitTests.csproj b/src/UnitTests/UnitTests.csproj index 0d5c3d77..bfc7b620 100644 --- a/src/UnitTests/UnitTests.csproj +++ b/src/UnitTests/UnitTests.csproj @@ -449,51 +449,10 @@ - - - - ..\..\packages\test\NUnit\lib\net20\NUnit.System.Linq.dll - True - True - - - ..\..\packages\test\NUnit\lib\net20\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net35\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net40\nunit.framework.dll - True - True - - - - - - - ..\..\packages\test\NUnit\lib\net45\nunit.framework.dll - True - True - - - - + - ..\..\packages\test\NUnit\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\nunit.framework.dll + ..\..\packages\NUnit\lib\net45\nunit.framework.dll True True diff --git a/src/UnitTests/UnitTests.csproj.paket.references b/src/UnitTests/UnitTests.csproj.paket.references new file mode 100644 index 00000000..72ab66bb --- /dev/null +++ b/src/UnitTests/UnitTests.csproj.paket.references @@ -0,0 +1 @@ +NUnit framework:net45 diff --git a/src/UnitTests/paket.references b/src/UnitTests/paket.references deleted file mode 100644 index 7a090ea4..00000000 --- a/src/UnitTests/paket.references +++ /dev/null @@ -1,2 +0,0 @@ -group Test - NUnit