dotnet-installer/test/TestPackages/dotnet-hello/v1/dotnet-hello/project.json

15 lines
225 B
JSON
Raw Normal View History

2016-01-22 10:40:01 -08:00
{
2016-01-06 02:27:16 -08:00
"version": "1.0.0",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
2016-02-01 20:48:34 -08:00
"NETStandard.Library": "1.0.0-rc2-23728"
2016-01-06 02:27:16 -08:00
},
"frameworks": {
"dnxcore50": { }
}
}