26 lines
708 B
JSON
26 lines
708 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"dependencies": {
|
|
"Newtonsoft.Json": "6.0.6"
|
|
},
|
|
"frameworks": {
|
|
"dnx451": { },
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"Microsoft.CSharp": "4.0.1-beta-*",
|
|
"System.Collections.Concurrent": "4.0.11-beta-*",
|
|
"System.ComponentModel.TypeConverter": "4.0.1-beta-*",
|
|
"System.Globalization": "4.0.11-beta-*",
|
|
"System.Reflection.Extensions": "4.0.1-beta-*",
|
|
"System.Resources.ResourceManager": "4.0.1-beta-*",
|
|
"System.Runtime.Extensions": "4.0.11-beta-*",
|
|
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|