dotnet-installer/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json
2016-05-23 17:04:32 -07:00

11 lines
No EOL
178 B
JSON

{
"buildOptions": {
"outputName": "MyLibrary"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc3-24113-00"
},
"frameworks": {
"netstandard1.5": {}
}
}