Skip to content

Commit 264e462

Browse files
committed
Move the FsCheck3 reference to the proj file because Paket wasn't letting me properly manage version constraints for consumers
1 parent d5d00cd commit 264e462

6 files changed

Lines changed: 9 additions & 19 deletions

File tree

Expecto.FsCheck3/Expecto.FsCheck3.fsproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
<ItemGroup>
1212
<ProjectReference Include="..\Expecto\Expecto.fsproj" />
1313
</ItemGroup>
14+
<ItemGroup>
15+
<PackageReference Include="FsCheck" Version="3.0.0" />
16+
</ItemGroup>
1417
<Import Project="..\NuGet.props" />
1518
<Import Project="..\.paket\Paket.Restore.targets" />
1619
</Project>

Expecto.FsCheck3/paket.references

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
group FsCheck3
2-
FsCheck
1+
FSharp.Core

Expecto.Tests.FsCheck3/Expecto.Tests.FsCheck3.fsproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<Compile Include="FsCheck3Tests.fs" />
99
<Compile Include="Main.fs" />
1010
<None Include="paket.references" />
11+
</ItemGroup>
12+
<ItemGroup>
1113
<ProjectReference Include="..\Expecto.FsCheck3\Expecto.FsCheck3.fsproj" />
1214
<ProjectReference Include="..\Expecto\Expecto.fsproj" />
1315
</ItemGroup>
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
group FsCheck3
2-
FsCheck
1+
FSharp.Core

paket.dependencies

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ nuget DiffPlex ~> 1.5
1010
nuget Mono.Cecil ~> 0.11
1111
nuget BenchmarkDotNet ~> 0.14.0
1212

13-
group FsCheck3
14-
source https://api.nuget.org/v3/index.json
15-
16-
nuget FsCheck >= 3 prerelease
17-
nuget FSharp.Core 7.0.200
18-
1913
group Build
2014
source https://api.nuget.org/v3/index.json
2115
storage none

paket.lock

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NUGET
2323
DiffPlex (1.9)
2424
FsCheck (2.16.6)
2525
FSharp.Core (>= 4.2.3)
26-
FSharp.Core (7.0.200)
26+
FSharp.Core (10.1.203)
2727
Gee.External.Capstone (2.3)
2828
Hopac (0.5.1)
2929
FSharp.Core (>= 4.5.2)
@@ -135,7 +135,7 @@ NUGET
135135
System.Text.Encodings.Web (>= 10.0.5) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (&& (== net10.0) (< net9.0)) (== net481) (== net8.0) (== netstandard2.0)
136136
System.Threading.Tasks.Extensions (>= 4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net8.0)) (== net481) (&& (== net8.0) (>= net462)) (== netstandard2.0)
137137
System.ValueTuple (>= 4.6.1) - restriction: || (&& (== net10.0) (>= net462)) (== net481) (&& (== net8.0) (>= net462)) (&& (== netstandard2.0) (>= net462))
138-
System.Threading.Tasks.Extensions (4.6.3)
138+
System.Threading.Tasks.Extensions (4.6.3) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< net6.0)) (&& (== net10.0) (< net8.0)) (== net481) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< net6.0)) (== netstandard2.0)
139139
System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== net481) (&& (== net8.0) (>= net462)) (&& (== net8.0) (< netcoreapp2.1) (< netstandard2.1)) (== netstandard2.0)
140140
System.ValueTuple (4.6.2) - restriction: || (&& (== net10.0) (>= net462)) (== net481) (&& (== net8.0) (>= net462)) (&& (== netstandard2.0) (>= net462))
141141

@@ -441,10 +441,3 @@ NUGET
441441
System.Threading.Tasks.Extensions (4.6.3) - restriction: || (&& (== net10.0) (>= net472)) (== net481)
442442
System.Runtime.CompilerServices.Unsafe (>= 6.1.2) - restriction: || (&& (== net10.0) (>= net462)) (&& (== net10.0) (< netcoreapp2.1) (< netstandard2.1)) (== net481)
443443
System.ValueTuple (4.6.2) - restriction: || (&& (== net10.0) (>= net462)) (== net481)
444-
445-
GROUP FsCheck3
446-
NUGET
447-
remote: https://api.nuget.org/v3/index.json
448-
FsCheck (3.3.2)
449-
FSharp.Core (>= 5.0.2) - restriction: >= netstandard2.0
450-
FSharp.Core (7.0.200)

0 commit comments

Comments
 (0)