// dotnet build
Restore completed (0.6s)
DotnetApp net10.0 failed with 3 errors (1.1s)
Program.fs(3,12): error FS0039: The namespace "Json" is not defined.
Program.fs(9,3): error FS0039: The value, namespace, type or module "Json" is not defined.
Program.fs(9,25): error FS0039: The value or constructor "JSON" is not defined.
Build failed with 3 errors in 1.9s
// dotnet add package Suave.Json --project .\DotnetApp\DotnetApp.fsproj
info: X.509 certificate chain validation will use the default trust store selected by .NET for code signing.
info: X.509 certificate chain validation will use the default trust store selected by .NET for timestamping.
info: Adding PackageReference for package "Suave.Json" to project ".\DotnetApp\DotnetApp.fsproj".
//...
error: No versions of package "Suave.Json" are available.
I created the second example from: https://suave.io/docs/getting-started.html

and Suave.Json not working
and I can't install this package - not found
The first example works