dotnet-installer/TestAssets/TestProjects/PJTestLibraryWithConfiguration/project.json

29 lines
No EOL
503 B
JSON
Executable file

{
"version": "1.0.0-*",
"buildOptions": {
"nowarn": [
"CS1591"
],
"xmlDoc": true,
"additionalArguments": [
"-highentropyva+"
]
},
"dependencies": {
"NETStandard.Library": "1.6.0"
},
"configurations": {
"Test": {}
},
"frameworks": {
"netstandard1.5": {}
},
"packOptions": {
"files": {
"include": ["contentitem.txt"],
"mappings": {
"dir/contentitem.txt": "contentitem.txt"
}
}
}
}