2016-01-22 18:40:01 +00:00
|
|
|
{
|
2015-11-02 00:21:10 +00:00
|
|
|
"version": "1.0.0-*",
|
2016-01-08 19:03:14 +00:00
|
|
|
"compilationOptions": {
|
2016-01-13 23:56:02 +00:00
|
|
|
"nowarn": [ "CS1591" ],
|
2016-01-31 09:25:01 +00:00
|
|
|
"xmlDoc": true,
|
|
|
|
"additionalArguments": [ "-highentropyva+" ]
|
2016-01-08 19:03:14 +00:00
|
|
|
},
|
2015-11-02 00:21:10 +00:00
|
|
|
"dependencies": {
|
2016-03-01 20:29:09 +00:00
|
|
|
"NETStandard.Library": "1.0.0-rc2-23811"
|
2015-11-02 00:21:10 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"frameworks": {
|
2016-03-01 23:35:32 +00:00
|
|
|
"netstandardapp1.5": {
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
2015-11-02 00:21:10 +00:00
|
|
|
}
|
|
|
|
}
|