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

16 lines
228 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-01-27 07:48:11 +00:00
"NETStandard.Library": "1.0.0-rc3-23727"
2016-01-22 18:40:01 +00:00
},
2015-12-15 01:39:29 +00:00
"frameworks": {
"dnxcore50": { }
}
}