aspnetcore/test/Microsoft.Framework.WebEnco.../project.json

20 lines
482 B
JSON

{
"dependencies": {
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
"Microsoft.Framework.WebEncoders": "1.0.0-*",
"Moq": "4.2.1312.1622",
"Newtonsoft.Json": "6.0.6",
"xunit.runner.kre": "1.0.0-*"
},
"commands": {
"test": "xunit.runner.kre"
},
"compilationOptions": {
"allowUnsafe": true
},
"frameworks": {
"dnx451": { }
},
"resources": "..\\..\\unicode\\UnicodeData.txt"
}