Skip to content

Commit 0534a2b

Browse files
authored
Merges test group into main group in paket (#160)
1 parent 2e96222 commit 0534a2b

File tree

10 files changed

+13
-40
lines changed

10 files changed

+13
-40
lines changed

paket.dependencies

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ nuget Hopac
88
nuget FSharp.Control.AsyncSeq 3.2.1
99
nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
1010
nuget Ply
11-
12-
group Test
13-
framework: netstandard2.0, netstandard2.1, net5.0
14-
source https://api.nuget.org/v3/index.json
15-
storage: none
16-
nuget FSharp.Core 4.7.2
1711
nuget Expecto
1812
nuget Expecto.Hopac
1913
nuget Fable.Mocha 2.10.0

paket.lock

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@ STORAGE: NONE
22
RESTRICTION: || (== net5.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
5+
Expecto (9.0.4)
6+
FSharp.Core (>= 4.6)
7+
Mono.Cecil (>= 0.11.3)
8+
Expecto.Hopac (9.0.4)
9+
Expecto (>= 9.0.4)
10+
Hopac (>= 0.4.1)
11+
Fable.Core (3.6.1)
12+
Fable.Mocha (2.10)
13+
Fable.Core (>= 3.0)
14+
FSharp.Core (>= 4.7)
515
FSharp.Control.AsyncSeq (3.2.1)
616
FSharp.Core (>= 4.7.2)
717
Microsoft.Bcl.AsyncInterfaces (>= 5.0)
@@ -15,6 +25,7 @@ NUGET
1525
Microsoft.SourceLink.GitHub (1.1.1) - copy_local: true
1626
Microsoft.Build.Tasks.Git (>= 1.1.1)
1727
Microsoft.SourceLink.Common (>= 1.1.1)
28+
Mono.Cecil (0.11.4)
1829
Ply (0.3.1)
1930
FSharp.Core (>= 4.6.2)
2031
System.Threading.Tasks.Extensions (>= 4.5.4)
@@ -277,23 +288,3 @@ NUGET
277288
System.Runtime.CompilerServices.Unsafe (>= 4.5.3) - restriction: || (&& (== net5.0) (>= net461)) (&& (== net5.0) (< netcoreapp2.1)) (&& (== net5.0) (< netstandard1.0)) (&& (== net5.0) (< netstandard2.0)) (&& (== net5.0) (>= wp8)) (== netstandard2.0) (== netstandard2.1)
278289
System.Windows.Extensions (6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1))
279290
System.Drawing.Common (>= 6.0) - restriction: || (== net5.0) (&& (== netstandard2.0) (>= netcoreapp3.1)) (&& (== netstandard2.1) (>= netcoreapp3.1))
280-
281-
GROUP Test
282-
STORAGE: NONE
283-
RESTRICTION: || (== net5.0) (== netstandard2.0) (== netstandard2.1)
284-
NUGET
285-
remote: https://api.nuget.org/v3/index.json
286-
Expecto (9.0.4)
287-
FSharp.Core (>= 4.6)
288-
Mono.Cecil (>= 0.11.3)
289-
Expecto.Hopac (9.0.4)
290-
Expecto (>= 9.0.4)
291-
Hopac (>= 0.4.1)
292-
Fable.Core (3.6)
293-
Fable.Mocha (2.10)
294-
Fable.Core (>= 3.0)
295-
FSharp.Core (>= 4.7)
296-
FSharp.Core (4.7.2)
297-
Hopac (0.5.1)
298-
FSharp.Core (>= 4.5.2)
299-
Mono.Cecil (0.11.4)
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FSharp.Core
22
FSharp.Control.AsyncSeq
3-
4-
group Test
53
Expecto
64
Fable.Mocha
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FSharp.Core
22
FSharp.Control.AsyncSeq
3-
4-
group Test
53
Expecto
64
Fable.Mocha
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FSharp.Core
22
FSharp.Control.AsyncSeq
33
Ply
4-
5-
group Test
64
Expecto
75
Fable.Mocha
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
group Test
1+
FSharp.Core
22
Expecto
33
Expecto.Hopac
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
group Test
1+
FSharp.Core
22
Expecto
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
FSharp.Core
22
Ply
3-
4-
group Test
53
Expecto
64
Fable.Mocha

tests/FsToolkit.ErrorHandling.Tests/FsToolkit.ErrorHandling.Tests.fsproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net5.0</TargetFramework>
4-
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
5-
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
64
<LangVersion>preview</LangVersion>
75
</PropertyGroup>
86
<ItemGroup>
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
FSharp.Core
21
Ply
3-
group Test
42
Expecto
53
Fable.Mocha

0 commit comments

Comments
 (0)