Created
February 12, 2016 19:20
-
-
Save IEvangelist/b2b1ef3b105c3534497b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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