dotnet-installer/TestAssets/TestProjects/TestAppWithLibrary/TestLibrary/project.json
2016-03-24 16:05:24 -05:00

20 lines
330 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23924"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}