fsprojects / Argu

A declarative CLI argument parser for F#
https://fsprojects.github.io/Argu
MIT License
456 stars 74 forks source link

downgraded FSharp.Core to 4.2.3 #124

Closed Szer closed 4 years ago

Szer commented 5 years ago

fixes #115 4.2.3 is the lowest possible version of FSharp.Core with all other dependencies fixed

Steps to get this lock file

  1. nuget FSharp.Core >= 4 lowest_matching:true
  2. paket update FSharp.Core. Paket will unlist everything before 4.2.3
  3. nuget FSharp.Core >= 4.2.3 lowest_matching:true. Just to fix explicit lowest possible version
  4. paket install. Just to be sure everything is ok. Not necessary
eiriktsarpalis commented 4 years ago

Closing this since probably no longer needed?