2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-02-02 18:50:59 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
2015-11-25 01:47:33 +00:00
|
|
|
|
2016-02-02 18:50:59 +00:00
|
|
|
"dependencies": {
|
2016-02-11 17:53:47 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
2016-02-02 18:50:59 +00:00
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
2015-11-26 03:46:01 +00:00
|
|
|
|
2016-02-02 18:50:59 +00:00
|
|
|
"xunit": "2.1.0",
|
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-*",
|
2016-03-01 20:29:09 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-79755-47"
|
2016-02-02 18:50:59 +00:00
|
|
|
},
|
2015-11-25 01:47:33 +00:00
|
|
|
|
2016-02-02 18:50:59 +00:00
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 18:40:01 +00:00
|
|
|
}
|
2016-02-02 18:50:59 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
2015-11-25 01:47:33 +00:00
|
|
|
}
|