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

15 lines
251 B
JSON

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