yavsc/src/test/project.json

72 lines
1.8 KiB
JSON
Raw Normal View History

2018-06-20 03:50:06 +02:00
{
2018-07-02 13:49:03 +02:00
"version": "1.0.5-*",
"title": "Yavsc - les tests",
"description": "Yavsc xUnit testing",
"authors": [
"Paul Schneider <paul@pschneider.fr>"
],
"packOptions": {
"repository": {
"type": "git",
"url": "https://github.com/pazof/yavsc"
2018-06-20 03:50:06 +02:00
},
2018-07-02 13:49:03 +02:00
"licenseUrl": "https://github.com/pazof/yavsc/blob/vnext/LICENSE",
"requireLicenseAcceptance": true,
"owners": [
"Paul Schneider <paul@pschneider.fr>"
],
"summary": "Yet another very small company",
"projectUrl": "http://yavsc.pschneider.fr",
"tags": [
"Blog",
"Blog",
"PoS",
"Chat"
]
},
2018-08-01 10:53:46 +02:00
"exclude": [
2018-08-05 04:16:21 +02:00
"bin",
2018-07-23 17:15:28 +02:00
"wwwroot",
"node_modules",
"bower_components",
2018-09-07 16:19:30 +02:00
"contrib",
"testingrepo"
2018-07-23 17:15:28 +02:00
],
"tooling": {
2018-07-19 16:46:55 +02:00
"defaultNamespace": "test"
2018-07-02 13:49:03 +02:00
},
"dependencies": {
2018-09-04 16:40:02 +02:00
"EntityFramework.Commands": "7.0.0-rc1-final",
"EntityFramework7.Npgsql": "3.1.0-rc1-3",
"EntityFramework7.Npgsql.Design": "3.1.0-rc1-5",
2019-12-11 16:42:07 +00:00
"Newtonsoft.Json": "6.0.1-beta1",
2018-07-02 13:49:03 +02:00
"xunit": "2.1.0",
"xunit.analyzers": "0.9.0",
"xunit.assert": "2.1.0",
"xunit.runner.console": "2.4.0-rc.2.build4045",
2018-07-02 13:49:03 +02:00
"Microsoft.Dnx.TestHost": "1.0.0-rc1-final",
"Microsoft.Dnx.Runtime": "1.0.0-rc1-final",
"xunit.runner.dnx": "2.1.0-rc1-build204",
2019-01-01 20:14:34 +00:00
"Yavsc.Server": {
2019-08-21 17:23:58 +01:00
"target": "project",
"type": "build"
2019-01-01 20:14:34 +00:00
},
"Yavsc": {
2019-08-21 17:23:58 +01:00
"target": "project",
"type": "build"
}
2018-07-02 13:49:03 +02:00
},
"frameworks": {
"dnx451": {}
},
"commands": {
"test": "xunit.runner.dnx"
},
2019-12-11 16:42:07 +00:00
"userSecretsId": "aspnet5-YavscWeb-a0dadd21-2ced-43d3-96f9-7e504345102f",
"scripts": {
"postrestore": [
"grep -v '\\.\\.dll' project.lock.json > new.project.lock.json",
"mv new.project.lock.json project.lock.json"
]
}
2018-07-19 16:46:55 +02:00
}