2016-04-08 04:32:19 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"netcoreapp1.0": {
|
2016-04-08 16:45:50 +00:00
|
|
|
"dependencies": {
|
2016-04-13 00:29:07 +00:00
|
|
|
"Microsoft.NETCore.App": "1.0.0-rc2-*"
|
2016-04-08 16:45:50 +00:00
|
|
|
}
|
|
|
|
},
|
2016-04-08 04:32:19 +00:00
|
|
|
"net451": {
|
|
|
|
"frameworkAssemblies": {
|
|
|
|
"System.Core": ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-04-15 05:25:53 +00:00
|
|
|
}
|