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

15 lines
240 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-23931"
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
}
}