24 lines
530 B
JSON
24 lines
530 B
JSON
{
|
|
"dependencies": {
|
|
"Microsoft.Framework.DependencyInjection": "1.0.0-*",
|
|
"Microsoft.Framework.WebEncoders": "1.0.0-*",
|
|
"Newtonsoft.Json": "6.0.6",
|
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
|
},
|
|
"commands": {
|
|
"test": "xunit.runner.aspnet"
|
|
},
|
|
"compilationOptions": {
|
|
"allowUnsafe": true
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
},
|
|
"resource": "..\\..\\unicode\\UnicodeData.txt"
|
|
}
|