Add Suave - Open Declarations not working

146 Views Asked by At

I add Suave.io to my project - so far empty - via NuGet and that's alright. But none of the open Suave declarations work yielding "The namespace or module "Suave" is not defined." The following works in script file though:

#r ".../Suave.dll"
open Suave
1

There are 1 best solutions below

1
On BEST ANSWER

Targeting .NET 4.7 (rather than 4.5.2) solved the issue. Wierd