We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98ae91 commit 22ebe7aCopy full SHA for 22ebe7a
docs/index.fsx
@@ -20,7 +20,7 @@ Include the compiled binaries of your project to use in the docs like this.
20
Make sure to load any external references via nuget.
21
*)
22
#r "nuget: BioFSharp, 2.0.0-preview.3"
23
-#I @"..\src\BioFSharp.XYZ\bin\Release\net8.0"
+#I @"..\src\BioFSharp.XYZ\bin\Release\netstandard2.0"
24
#r "BioFSharp.XYZ.dll"
25
26
open BioFSharp.XYZ
0 commit comments