49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"version" : "0.1-alpha-*",
|
|
"compilationOptions": {
|
|
"warningsAsErrors": true
|
|
},
|
|
"dependencies": {
|
|
"Microsoft.AspNet.Abstractions": "0.1-alpha-*",
|
|
"Microsoft.AspNet.DependencyInjection": "0.1-alpha-*",
|
|
"Microsoft.AspNet.PipelineCore": "0.1-alpha-*",
|
|
"Microsoft.AspNet.Testing": "0.1-alpha-*",
|
|
"Microsoft.ComponentModel.DataAnnotations" : "0.1-alpha-*",
|
|
"Microsoft.AspNet.Mvc.ModelBinding" : "",
|
|
"Newtonsoft.Json": "5.0.8",
|
|
"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": "",
|
|
"System.Runtime.Serialization": ""
|
|
}
|
|
},
|
|
"k10" : {
|
|
dependencies: {
|
|
"System.Collections": "4.0.0.0",
|
|
"System.ComponentModel": "4.0.0.0",
|
|
"System.Globalization": "4.0.10.0",
|
|
"System.Linq": "4.0.0.0",
|
|
"System.Reflection": "4.0.10.0",
|
|
"System.Runtime": "4.0.20.0",
|
|
"System.Runtime.Extensions": "4.0.10.0",
|
|
"System.Runtime.Serialization.Primitives": "4.0.0.0",
|
|
"System.Threading": "4.0.0.0",
|
|
"System.Threading.Tasks": "4.0.10.0",
|
|
"System.Threading.Thread": "4.0.0.0"
|
|
}
|
|
}
|
|
}
|
|
} |