2015-10-19 04:07:48 +00:00
|
|
|
|
{
|
|
|
|
|
"name": "resgen",
|
|
|
|
|
"version": "1.0.0-*",
|
|
|
|
|
"compilationOptions": {
|
|
|
|
|
"emitEntryPoint": true
|
|
|
|
|
},
|
|
|
|
|
"commands": {
|
|
|
|
|
"resgen": "Microsoft.DotNet.Tools.Resgen"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2015-10-28 21:35:29 +00:00
|
|
|
|
"Microsoft.NETCore.TestHost": "1.0.0-beta-*",
|
|
|
|
|
"Microsoft.NETCore.Runtime": "1.0.1-beta-*",
|
|
|
|
|
"System.Console": "4.0.0-beta-*",
|
|
|
|
|
"System.Collections": "4.0.11-beta-*",
|
|
|
|
|
"System.Linq": "4.0.1-beta-*",
|
|
|
|
|
"System.Diagnostics.Process": "4.1.0-beta-*",
|
|
|
|
|
"System.IO.FileSystem": "4.0.1-beta-*",
|
|
|
|
|
"System.Xml.XDocument": "4.0.11-beta-*",
|
|
|
|
|
"System.Resources.ReaderWriter": "4.0.0-beta-*",
|
2015-10-19 04:07:48 +00:00
|
|
|
|
"Microsoft.DotNet.Cli.Utils": {
|
|
|
|
|
"type": "build",
|
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
|
},
|
|
|
|
|
"Microsoft.Extensions.CommandLineUtils.Sources": {
|
|
|
|
|
"type": "build",
|
2015-10-28 21:35:29 +00:00
|
|
|
|
"version": "1.0.0-*"
|
|
|
|
|
}
|
2015-10-19 04:07:48 +00:00
|
|
|
|
},
|
|
|
|
|
"frameworks": {
|
|
|
|
|
"dnxcore50": { }
|
|
|
|
|
}
|
|
|
|
|
}
|