Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Created May 31, 2013 11:59
Show Gist options
  • Save thinktainer/5684514 to your computer and use it in GitHub Desktop.
Save thinktainer/5684514 to your computer and use it in GitHub Desktop.
Add references for testing to f# script file
#r @"..\packages\xunit.1.9.1\lib\net20\xunit.dll"
#r @"..\packages\FsUnit.xUnit.1.2.1.2\Lib\Net40\FsUnit.Xunit.dll"
#r @"..\packages\FsUnit.xUnit.1.2.1.2\Lib\Net40\NHamcrest.dll"
#r @"..\packages\xunit.extensions.1.9.1\lib\net20\xunit.extensions.dll"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment