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

15 lines
227 B
JSON
Raw Normal View History

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23808"
},
"frameworks": {
"dnxcore50": { }
}
}