aspnetcore/test/Microsoft.AspNet.Mvc.ModelB.../project.json

33 lines
834 B
JSON

{
"version" : "0.1-alpha-*",
"dependencies": {
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
"Microsoft.ComponentModel.DataAnnotations" : "4.0.10.0",
"Microsoft.AspNet.Mvc.ModelBinding" : "",
"TestCommon" : "",
"Xunit.KRunner": "0.1-alpha-*",
"xunit.abstractions": "2.0.0-aspnet-*",
"xunit.assert": "2.0.0-aspnet-*",
"xunit.core": "2.0.0-aspnet-*",
"xunit.execution": "2.0.0-aspnet-*"
},
"commands": {
"test": "Xunit.KRunner"
},
"configurations": {
"net45": {
dependencies: {
"Moq": "4.2.1312.1622",
"System.ComponentModel.DataAnnotations": "",
"System.Reflection": "",
"System.Runtime.Serialization": ""
}
},
"k10" : {
dependencies: {
}
}
}
}