2015-11-25 01:47:33 +00:00
|
|
|
|
{
|
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"dependencies": {
|
2015-12-16 19:44:29 +00:00
|
|
|
|
"NETStandard.Library" : "1.0.0-rc2-23616",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
|
2015-11-25 01:47:33 +00:00
|
|
|
|
"xunit": "2.1.0",
|
2015-11-26 03:46:01 +00:00
|
|
|
|
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
|
|
|
|
"xunit.runner.utility": "2.1.0",
|
|
|
|
|
|
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
2015-11-25 01:47:33 +00:00
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
|
"type": "build",
|
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
|
},
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
|
"dnxcore50": { }
|
|
|
|
|
}
|
|
|
|
|
}
|