dotnet-installer/test/TestProjects/TestSimpleIncrementalApp/project.json
2016-01-20 16:07:12 -08:00

15 lines
254 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.0.0-rc2-23704"
},
"frameworks": {
"dnxcore50": { }
}
}