default namesapce

This commit is contained in:
Paul Schneider 2018-07-02 13:49:03 +02:00
commit 2d4ecd2c0b

View file

@ -1,49 +1,51 @@
{ {
"version": "1.0.5-*", "version": "1.0.5-*",
"title": "Yavsc - les tests", "title": "Yavsc - les tests",
"description": "Yavsc xUnit testing", "description": "Yavsc xUnit testing",
"authors": [ "authors": [
"Paul Schneider <paul@pschneider.fr>" "Paul Schneider <paul@pschneider.fr>"
],
"packOptions": {
"repository": {
"type": "git",
"url": "https://github.com/pazof/yavsc"
},
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
"requireLicenseAcceptance": true,
"owners": [
"Paul Schneider <paul@pschneider.fr>"
], ],
"packOptions": { "summary": "Yet another very small company",
"repository": { "projectUrl": "http://yavsc.pschneider.fr",
"type": "git", "tags": [
"url": "https://github.com/pazof/yavsc" "Blog",
}, "Blog",
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE", "PoS",
"requireLicenseAcceptance": true, "Chat"
"owners": [ ]
"Paul Schneider <paul@pschneider.fr>" },
], "tooling": {
"summary": "Yet another very small company", "defaultNamespace": "Yavsc"
"projectUrl": "http://yavsc.pschneider.fr", },
"tags": [ "dependencies": {
"Blog", "Yavsc": {
"Blog", "target": "project"
"PoS",
"Chat"
]
}, },
"tooling": { "Newtonsoft.Json": "9.0.1",
"defaultNamespace": "Yavsc" "xunit": "2.1.0",
}, "xunit.analyzers": "0.9.0",
"dependencies": { "xunit.assert": "2.1.0",
"Yavsc": { "xunit.runner.console": "2.1.0",
"target": "project" "Microsoft.Dnx.TestHost": "1.0.0-rc1-final",
}, "Microsoft.Dnx.Runtime": "1.0.0-rc1-final",
"Newtonsoft.Json": "9.0.1", "xunit.runner.dnx": "2.1.0-rc1-build204",
"xunit": "2.1.0", "Yavsc.Abstract": "1.0.5-rc21-beta5",
"xunit.analyzers": "0.9.0", "Yavsc.Server": "1.0.5-rc21-beta5"
"xunit.assert": "2.1.0", },
"xunit.runner.console": "2.1.0", "frameworks": {
"Microsoft.Dnx.TestHost": "1.0.0-rc1-final", "dnx451": {}
"Microsoft.Dnx.Runtime": "1.0.0-rc1-final", },
"xunit.runner.dnx": "2.1.0-rc1-build204" "commands": {
}, "test": "xunit.runner.dnx"
"frameworks": { }
"dnx451": {}
},
"commands": {
"test": "xunit.runner.dnx"
}
} }