fsprojects / FsLexYacc

Lexer and parser generators for F#
http://fsprojects.github.io/FsLexYacc/
MIT License
203 stars 68 forks source link

Update FSharp.Core restriction. #168

Closed nojaf closed 1 year ago

nojaf commented 1 year ago

When installing 11.0.0, I noticed:

warning NU1608: Detected package version outside of dependency constraint: FsLexYacc.Runtime 11.0.0 requires FSharp.Core (>= 4.6.2 && < 4.7.0) but version FSharp.Core 6.0.1 was resolved.

Updating the restriction to be:

image