dotnet-installer/TestAssets/TestProjects/TestAppCompilationContext/TestLibrary/project.json

21 lines
330 B
JSON
Raw Normal View History

2016-01-22 10:40:01 -08:00
{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23928"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
2015-11-01 16:21:10 -08:00
}
}
2015-11-01 16:21:10 -08:00
}