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