dotnet-installer/TestAssets/TestProjects/TestAppWithContents/project.json
2016-02-10 13:50:28 -06:00

16 lines
266 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23810"
},
"content": "testcontentfile.txt",
"frameworks": {
"dnxcore50": { }
}
}