23 lines
391 B
JSON
23 lines
391 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"nowarn": [
|
|
"CS1591"
|
|
],
|
|
"xmlDoc": true,
|
|
"additionalArguments": [
|
|
"-highentropyva+"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"NETStandard.Library": "1.6.0"
|
|
},
|
|
"frameworks": {
|
|
"netstandard1.5": {},
|
|
"net451": {
|
|
"frameworkAssemblies": {
|
|
"System.ComponentModel.DataAnnotations": ""
|
|
}
|
|
}
|
|
}
|
|
}
|