2016-01-31 09:25:01 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
|
|
|
"dependencies": {
|
2016-02-11 17:53:47 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811",
|
2016-01-31 09:25:01 +00:00
|
|
|
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.ProjectModel": { "target": "project" },
|
2016-02-03 22:23:44 +00:00
|
|
|
"Microsoft.DotNet.Compiler.Common": { "target": "project" },
|
|
|
|
|
|
|
|
"xunit": "2.1.0",
|
|
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16"
|
2016-01-31 09:25:01 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net45+win8"
|
|
|
|
}
|
2016-02-03 22:23:44 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
2016-01-31 09:25:01 +00:00
|
|
|
}
|