2016-01-22 18:40:01 +00:00
|
|
|
{
|
2016-03-12 05:28:08 +00:00
|
|
|
"version": "1.0.0-*",
|
|
|
|
"compilationOptions": {
|
|
|
|
"nowarn": [
|
|
|
|
"CS1591"
|
|
|
|
],
|
|
|
|
"xmlDoc": true,
|
|
|
|
"additionalArguments": [
|
|
|
|
"-highentropyva+"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-03-22 15:39:04 +00:00
|
|
|
"NETStandard.Library": "1.5.0-rc2-23922"
|
2016-03-12 05:28:08 +00:00
|
|
|
},
|
|
|
|
"frameworks": {
|
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": "dnxcore50"
|
2015-11-02 00:21:10 +00:00
|
|
|
}
|
2016-03-12 05:28:08 +00:00
|
|
|
}
|
2015-11-02 00:21:10 +00:00
|
|
|
}
|