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

16 lines
251 B
JSON
Raw Normal View History

2016-01-22 10:40:01 -08:00
{
2016-01-14 11:52:54 -08:00
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true,
"xmlDoc": true
},
"dependencies": {
2016-02-05 15:53:23 -06:00
"NETStandard.Library": "1.0.0-rc2-23805"
2016-01-14 11:52:54 -08:00
},
"frameworks": {
"dnxcore50": { }
}
}