Skip to content

Commit

Permalink
nuget prefix is required in fsx scripts
Browse files Browse the repository at this point in the history
`#r "FsCheck"` -> `#r "nuget:FsCheck"`
  • Loading branch information
Daulet Dulanov authored and kurtschelfthout committed Sep 15, 2021
1 parent 83d3f3e commit dbe1630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/QuickStart.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ with existing test frameworks like NUnit, xUnit.NET or MsTest.
First install FsCheck, open an fsx file and start with:*)
#r "FsCheck"
#r "nuget:FsCheck"
open FsCheck
Expand Down

0 comments on commit dbe1630

Please sign in to comment.