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

16 lines
251 B
JSON
Raw Normal View History

2016-01-22 18:40:01 +00:00
{
2016-01-14 19:52:54 +00:00
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23808"
2016-01-14 19:52:54 +00:00
},
"frameworks": {
"dnxcore50": { }
}
}