2017-01-26 16:34:36 +00:00
|
|
|
{
|
|
|
|
"version": "1.0.0-*",
|
2017-01-29 01:14:17 +00:00
|
|
|
"namedResource": [ "My.Alias", "Strings.resx" ],
|
2017-01-26 16:34:36 +00:00
|
|
|
"buildOptions": {
|
|
|
|
"debugType": "portable",
|
|
|
|
"emitEntryPoint": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"frameworks": {
|
|
|
|
"netcoreapp1.0": {
|
|
|
|
"dependencies": {
|
|
|
|
"Microsoft.NETCore.App": {
|
|
|
|
"type": "platform",
|
2017-01-29 01:14:17 +00:00
|
|
|
"version": "1.0.0"
|
2017-01-26 16:34:36 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"imports": "dnxcore50"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|