Closed Szer closed 4 years ago
fixes #115 4.2.3 is the lowest possible version of FSharp.Core with all other dependencies fixed
4.2.3
Steps to get this lock file
nuget FSharp.Core >= 4 lowest_matching:true
paket update FSharp.Core
nuget FSharp.Core >= 4.2.3 lowest_matching:true
paket install
Closing this since probably no longer needed?
fixes #115
4.2.3
is the lowest possible version of FSharp.Core with all other dependencies fixedSteps to get this lock file
nuget FSharp.Core >= 4 lowest_matching:true
paket update FSharp.Core
. Paket will unlist everything before4.2.3
nuget FSharp.Core >= 4.2.3 lowest_matching:true
. Just to fix explicit lowest possible versionpaket install
. Just to be sure everything is ok. Not necessary