dotnet-installer/TestAssets/TestProjects/TestLibraryWithConfiguration/project.json
2016-02-16 13:56:07 -08:00

19 lines
363 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"nowarn": [ "CS1591" ],
"xmlDoc": true,
"additionalArguments": [ "-highentropyva+" ]
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23811"
},
"configurations": {
"Test": {
}
},
"frameworks": {
"dnxcore50": { }
}
}