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

19 lines
342 B
JSON
Raw Normal View History

2015-12-15 01:39:29 +00:00
{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.Runtime": "1.0.1-rc2-23714",
"System.IO": "4.0.10-rc2-23714",
"System.Console": "4.0.0-rc2-23714",
"System.Runtime": "4.0.21-rc2-23714"
2015-12-15 01:39:29 +00:00
},
"frameworks": {
"dnxcore50": { }
}
}