2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-01-29 00:16:50 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-01-22 23:37:37 +00:00
|
|
|
|
2016-01-29 00:16:50 +00:00
|
|
|
"dependencies": {
|
|
|
|
"NETStandard.Library": "1.0.0-rc2-23728",
|
|
|
|
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
"target": "project",
|
|
|
|
"type": "build"
|
2016-01-22 18:40:01 +00:00
|
|
|
},
|
2016-01-08 19:03:14 +00:00
|
|
|
|
2016-01-29 00:16:50 +00:00
|
|
|
"xunit": "2.1.0",
|
2016-02-03 22:23:44 +00:00
|
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16"
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
|
|
|
"dnxcore50": {
|
|
|
|
"imports": "portable-net451+win8"
|
2016-01-08 19:03:14 +00:00
|
|
|
}
|
2016-01-29 00:16:50 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"content": [
|
|
|
|
"../TestProjects/TestLibraryWithAnalyzer/*",
|
|
|
|
"../TestProjects/TestLibrary/*",
|
|
|
|
"../TestProjects/global.json"
|
|
|
|
],
|
|
|
|
|
|
|
|
"testRunner": "xunit"
|
2016-01-08 19:03:14 +00:00
|
|
|
}
|