Skip to content

Commit 22ebe7a

Browse files
committed
fix index page reference
1 parent d98ae91 commit 22ebe7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Include the compiled binaries of your project to use in the docs like this.
2020
Make sure to load any external references via nuget.
2121
*)
2222
#r "nuget: BioFSharp, 2.0.0-preview.3"
23-
#I @"..\src\BioFSharp.XYZ\bin\Release\net8.0"
23+
#I @"..\src\BioFSharp.XYZ\bin\Release\netstandard2.0"
2424
#r "BioFSharp.XYZ.dll"
2525

2626
open BioFSharp.XYZ

0 commit comments

Comments
 (0)