Skip to content

Instantly share code, notes, and snippets.

@IEvangelist
Created February 12, 2016 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IEvangelist/b2b1ef3b105c3534497b to your computer and use it in GitHub Desktop.
Save IEvangelist/b2b1ef3b105c3534497b to your computer and use it in GitHub Desktop.
{
"version": "1.0.0-*",
"description": "IEvangelist.CSharper.CalculatorTests Class Library",
"authors": [ "David Pine" ],
"dependencies": {
"IEvangelist.CSharper.Calculator": "1.0.0-*",
"xunit": "2.1.0",
"xunit.runner.dnx": "2.1.0-rc1-build204"
},
"commands": {
"test": "xunit.runner.dnx"
},
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"Accessibility": "4.0.0.0"
}
},
"dnxcore50": { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment