dotnet-installer/TestAssets/TestProjects/LibraryWithOutputAssemblyName/project.json
2016-04-08 04:05:26 -07:00

13 lines
219 B
JSON

{
"compilationOptions": {
"outputName": "MyLibrary"
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24008"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}