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

16 lines
276 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-03-24 13:37:08 +00:00
"NETStandard.Library": "1.5.0-rc2-23924"
},
"content": "testcontentfile.txt",
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
2015-12-15 01:39:29 +00:00
}
}
2015-12-15 01:39:29 +00:00
}