zanaptak / BinaryToTextEncoding

A binary-to-text encoder/decoder library for .NET and Fable. Provides base 16, base 32, base 46, base 64, and base 91 codecs. Supports custom character sets.
MIT License
9 stars 0 forks source link

Fable compilation fails if TargetFramework is net5.0 #2

Closed zanaptak closed 3 years ago

zanaptak commented 3 years ago
error FSHARP: The type 'Optional' is not defined. Maybe you want one of the following:
   Option
   option
   Option`1
   option`1
   OptionalArgument (code 39)
error FSHARP: The type 'DefaultParameterValue' is not defined. Maybe you want one of the following:
   DefaultValueAttribute
   DefaultAugmentation
   DefaultValue
   DefaultAugmentationAttribute (code 39)

Works if set to netstandard2.0.