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

18 lines
302 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-23901"
2016-01-14 19:52:54 +00:00
},
"frameworks": {
"netstandardapp1.5": {
"imports": "dnxcore50"
}
2016-01-14 19:52:54 +00:00
}
}