Skip to content

Commit a7bec18

Browse files
committed
Testing fixes for fsprojects/Paket#4183
1 parent f35a483 commit a7bec18

File tree

5 files changed

+11
-30
lines changed

5 files changed

+11
-30
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "7.2.0-alpha001",
6+
"version": "7.2.0-alpha003",
77
"commands": [
88
"paket"
99
]

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<DisableCheckingDuplicateNuGetItems>true</DisableCheckingDuplicateNuGetItems>
4-
<NoWarn>$(NoWarn);NU1504;NU1505;NU1701;FS2003</NoWarn>
4+
<NoWarn>$(NoWarn);FS2003</NoWarn>
55
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
66
<WarningsAsErrors />
77
</PropertyGroup>

paket.dependencies

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source https://api.nuget.org/v3/index.json
33

44
storage: none
55
framework: netstandard2.0, netstandard2.1, net6.0, net7.0
6-
nuget FSharp.Core 4.7.2
6+
nuget FSharp.Core >= 7.0.0
77
nuget Hopac
88
nuget FSharp.Control.AsyncSeq 3.2.1
99
nuget Microsoft.SourceLink.GitHub prerelease copy_local: true
@@ -16,9 +16,10 @@ nuget Fable.Mocha
1616
nuget Fable.Core >= 4.0.0-theta-006
1717

1818

19+
1920
group NetStandard2
2021
source https://api.nuget.org/v3/index.json
21-
nuget FSharp.Core 4.7.2
22+
nuget FSharp.Core >= 4.7.2
2223
nuget Ply
2324
nuget Hopac
2425
nuget FSharp.Control.AsyncSeq
@@ -33,6 +34,8 @@ storage: none
3334
condition: netstandard2_0
3435

3536

37+
38+
3639
group NetStandard2_1
3740
source https://api.nuget.org/v3/index.json
3841
nuget FSharp.Core >= 7.0.0
@@ -47,7 +50,8 @@ nuget Fable.Core >= 4.0.0-theta-006
4750
nuget IcedTasks >= 0.3.0
4851
framework: netstandard2.1, net7.0
4952
storage: none
50-
condition: netstandard2_1, net7.0
53+
condition: netstandard2_1
54+
5155

5256
group Benchmarks
5357
source https://api.nuget.org/v3/index.json

paket.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ NUGET
1515
FSharp.Control.AsyncSeq (3.2.1)
1616
FSharp.Core (>= 4.7.2)
1717
Microsoft.Bcl.AsyncInterfaces (>= 5.0)
18-
FSharp.Core (4.7.2)
18+
FSharp.Core (7.0)
1919
Hopac (0.5.1)
2020
FSharp.Core (>= 4.5.2)
2121
Microsoft.Bcl.AsyncInterfaces (6.0)
@@ -1006,7 +1006,7 @@ NUGET
10061006

10071007
GROUP NetStandard2_1
10081008
STORAGE: NONE
1009-
CONDITION: NETSTANDARD2_1, NET7.0
1009+
CONDITION: NETSTANDARD2_1
10101010
RESTRICTION: || (== net7.0) (== netstandard2.1)
10111011
NUGET
10121012
remote: https://api.nuget.org/v3/index.json

src/FsToolkit.ErrorHandling/paket.template

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)