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

16 lines
260 B
JSON
Raw Normal View History

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