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

16 lines
254 B
JSON
Raw Normal View History

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