Skip to content

Commit

Permalink
Use lowest matching resolution for FSharp.Core (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli authored Dec 28, 2022
1 parent 114bbd6 commit 8eaf214
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"paket": {
"version": "7.1.5",
"version": "7.2.0",
"commands": [
"paket"
]
Expand All @@ -15,7 +15,7 @@
]
},
"fantomas": {
"version": "5.0.2",
"version": "5.1.5",
"commands": [
"fantomas"
]
Expand Down
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source https://api.nuget.org/v3/index.json
storage: none
framework: net6.0, netstandard2.0, netstandard2.1

nuget FSharp.Core >= 4.7.2
nuget FSharp.Core >= 4.7.2 lowest_matching: true
nuget Fable.Core ~> 4.0.0 prerelease

group Test
Expand Down
14 changes: 7 additions & 7 deletions paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RESTRICTION: || (== net6.0) (== netstandard2.0) (== netstandard2.1)
NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (4.0.0-theta-007)
FSharp.Core (7.0)
FSharp.Core (4.7.2)

GROUP Build
STORAGE: NONE
Expand Down Expand Up @@ -65,20 +65,20 @@ NUGET
remote: https://api.nuget.org/v3/index.json
Fable.Core (4.0.0-theta-007)
FSharp.Core (7.0)
Microsoft.CodeCoverage (17.4)
Microsoft.CodeCoverage (17.4.1)
Microsoft.NET.Test.Sdk (16.11)
Microsoft.CodeCoverage (>= 16.11)
Microsoft.TestPlatform.TestHost (>= 16.11)
Microsoft.NETCore.Platforms (7.0)
Microsoft.TestPlatform.ObjectModel (17.4)
Microsoft.TestPlatform.ObjectModel (17.4.1)
NuGet.Frameworks (>= 5.11)
System.Reflection.Metadata (>= 1.6)
Microsoft.TestPlatform.TestHost (17.4)
Microsoft.TestPlatform.ObjectModel (>= 17.4)
Microsoft.TestPlatform.TestHost (17.4.1)
Microsoft.TestPlatform.ObjectModel (>= 17.4.1)
Newtonsoft.Json (>= 13.0.1)
NETStandard.Library (2.0.3)
Microsoft.NETCore.Platforms (>= 1.1)
Newtonsoft.Json (13.0.1)
Newtonsoft.Json (13.0.2)
NuGet.Frameworks (6.4)
System.Collections.Immutable (7.0)
System.Runtime.CompilerServices.Unsafe (>= 6.0)
Expand All @@ -90,7 +90,7 @@ NUGET
xunit.assert (>= 2.4.2)
xunit.core (2.4.2)
xunit.abstractions (2.0.3)
xunit.analyzers (1.0)
xunit.analyzers (1.1)
xunit.assert (2.4.2)
NETStandard.Library (>= 1.6.1)
xunit.core (2.4.2)
Expand Down

0 comments on commit 8eaf214

Please sign in to comment.