5d04ca1fe3
Convert package-command-test.ps1 to an XUnit test.
30 lines
683 B
JSON
30 lines
683 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.0.0-rc2-23810",
|
|
|
|
"Microsoft.DotNet.Tools.Tests.Utilities": { "target": "project" },
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
"target": "project",
|
|
"type": "build"
|
|
},
|
|
|
|
"xunit": "2.1.0",
|
|
"dotnet-test-xunit": "1.0.0-dev-48273-16"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": {
|
|
"imports": "portable-net45+win8"
|
|
}
|
|
},
|
|
|
|
"content": [
|
|
"../../TestAssets/TestProjects/AppWithDirectAndToolDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithDirectDependency/**/*",
|
|
"../../TestAssets/TestProjects/AppWithToolDependency/**/*"
|
|
],
|
|
|
|
"testRunner": "xunit"
|
|
}
|