Skip to content

Commit 8eaf214

Browse files
authored
Use lowest matching resolution for FSharp.Core (#86)
1 parent 114bbd6 commit 8eaf214

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.config/dotnet-tools.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"paket": {
6-
"version": "7.1.5",
6+
"version": "7.2.0",
77
"commands": [
88
"paket"
99
]
@@ -15,7 +15,7 @@
1515
]
1616
},
1717
"fantomas": {
18-
"version": "5.0.2",
18+
"version": "5.1.5",
1919
"commands": [
2020
"fantomas"
2121
]

paket.dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source https://api.nuget.org/v3/index.json
44
storage: none
55
framework: net6.0, netstandard2.0, netstandard2.1
66

7-
nuget FSharp.Core >= 4.7.2
7+
nuget FSharp.Core >= 4.7.2 lowest_matching: true
88
nuget Fable.Core ~> 4.0.0 prerelease
99

1010
group Test

paket.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1)
33
NUGET
44
remote: https://api.nuget.org/v3/index.json
55
Fable.Core (4.0.0-theta-007)
6-
FSharp.Core (7.0)
6+
FSharp.Core (4.7.2)
77

88
GROUP Build
99
STORAGE: NONE
@@ -65,20 +65,20 @@ NUGET
6565
remote: https://api.nuget.org/v3/index.json
6666
Fable.Core (4.0.0-theta-007)
6767
FSharp.Core (7.0)
68-
Microsoft.CodeCoverage (17.4)
68+
Microsoft.CodeCoverage (17.4.1)
6969
Microsoft.NET.Test.Sdk (16.11)
7070
Microsoft.CodeCoverage (>= 16.11)
7171
Microsoft.TestPlatform.TestHost (>= 16.11)
7272
Microsoft.NETCore.Platforms (7.0)
73-
Microsoft.TestPlatform.ObjectModel (17.4)
73+
Microsoft.TestPlatform.ObjectModel (17.4.1)
7474
NuGet.Frameworks (>= 5.11)
7575
System.Reflection.Metadata (>= 1.6)
76-
Microsoft.TestPlatform.TestHost (17.4)
77-
Microsoft.TestPlatform.ObjectModel (>= 17.4)
76+
Microsoft.TestPlatform.TestHost (17.4.1)
77+
Microsoft.TestPlatform.ObjectModel (>= 17.4.1)
7878
Newtonsoft.Json (>= 13.0.1)
7979
NETStandard.Library (2.0.3)
8080
Microsoft.NETCore.Platforms (>= 1.1)
81-
Newtonsoft.Json (13.0.1)
81+
Newtonsoft.Json (13.0.2)
8282
NuGet.Frameworks (6.4)
8383
System.Collections.Immutable (7.0)
8484
System.Runtime.CompilerServices.Unsafe (>= 6.0)
@@ -90,7 +90,7 @@ NUGET
9090
xunit.assert (>= 2.4.2)
9191
xunit.core (2.4.2)
9292
xunit.abstractions (2.0.3)
93-
xunit.analyzers (1.0)
93+
xunit.analyzers (1.1)
9494
xunit.assert (2.4.2)
9595
NETStandard.Library (>= 1.6.1)
9696
xunit.core (2.4.2)

0 commit comments

Comments
 (0)