25 lines
601 B
JSON
25 lines
601 B
JSON
{
|
|
"version" : "0.1-alpha-*",
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
|
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
|
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
|
"TestCommon" : "",
|
|
"Moq": "4.0.10827",
|
|
"Xunit": "1.9.1",
|
|
"Xunit.extensions": "1.9.1"
|
|
},
|
|
"configurations": {
|
|
"net45": {
|
|
dependencies: {
|
|
"System.ComponentModel.DataAnnotations": "",
|
|
"System.Runtime.Serialization": ""
|
|
}
|
|
},
|
|
"k10" : {
|
|
dependencies: {
|
|
"Microsoft.ComponentModel.DataAnnotations" : "0.1-alpha-*"
|
|
}
|
|
}
|
|
}
|
|
} |