aspnetcore/test/Microsoft.AspNet.Routing.Tests/project.json

33 lines
953 B
JSON

{
"compilationOptions": {
"warningsAsErrors": "true"
},
"dependencies": {
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"frameworks": {
"aspnetcore50": {
"dependencies": {
"System.Collections": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Runtime": "4.0.20-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Threading": "4.0.0-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
"System.Text.RegularExpressions": "4.0.10-beta-*"
}
},
"aspnet50": {
"dependencies": {
"Moq": "4.2.1312.1622"
}
}
},
"commands": {
"test": "Xunit.KRunner"
}
}