31 lines
1000 B
JSON
31 lines
1000 B
JSON
{
|
|
"description": "Metadata and Validation using System.ComponentModel.DataAnnotations for the MVC runtime",
|
|
"version": "6.0.0-*",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/aspnet/mvc"
|
|
},
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Mvc.Core": "6.0.0-*",
|
|
"Microsoft.Framework.ClosedGenericMatcher.Sources": { "version": "1.0.0-*", "type": "build" },
|
|
"Microsoft.Framework.CopyOnWriteDictionary.Sources": { "version": "1.0.0-*", "type": "build" },
|
|
"Microsoft.Framework.NotNullAttribute.Sources": { "version": "1.0.0-*", "type": "build" }
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnx451": {
|
|
"frameworkAssemblies": {
|
|
"System.ComponentModel.DataAnnotations": ""
|
|
}
|
|
},
|
|
"dnxcore50": {
|
|
"dependencies": {
|
|
"System.ComponentModel.Annotations": "4.0.11-beta-*"
|
|
}
|
|
}
|
|
}
|
|
}
|