2016-01-22 10:40:01 -08:00
|
|
|
{
|
2016-01-06 15:30:56 -08:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-01-27 16:03:00 -08:00
|
|
|
"NETStandard.Library" : "1.0.0-rc2-23727",
|
2016-01-06 15:30:56 -08:00
|
|
|
|
|
|
|
"xunit": "2.1.0",
|
|
|
|
"xunit.console.netcore": "1.0.2-prerelease-00101",
|
2016-01-22 15:37:37 -08:00
|
|
|
"xunit.netcore.extensions": "1.0.0-prerelease-00153",
|
2016-01-06 15:30:56 -08:00
|
|
|
"xunit.runner.utility": "2.1.0",
|
|
|
|
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": { "target": "project" },
|
|
|
|
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" }
|
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-01-22 10:40:01 -08:00
|
|
|
"dnxcore50": {
|
2016-01-28 10:55:22 -08:00
|
|
|
"imports": "portable-net45+win8"
|
2016-01-22 10:40:01 -08:00
|
|
|
}
|
2016-01-06 15:30:56 -08:00
|
|
|
}
|
|
|
|
}
|