1
0
Форкнуть 0

Unit tests: Add lost reference to middleware

This commit is contained in:
Anastasia Baranchenkova 2015-03-26 16:07:42 -07:00
Родитель 6a59e38966
Коммит 06918a0c14
1 изменённых файлов: 7 добавлений и 2 удалений

Просмотреть файл

@ -1,10 +1,15 @@
{
"dependencies": {
"xunit": "2.1.0.0-beta1-build2945",
"ApplicationInsights.AspNet": "0.30.0.1-beta",
"xunit": "2.1.0.0-beta1-build2945",
"xunit.runner.aspnet": "2.1.0.0-beta1-build60",
"xunit.runner.visualstudio": "2.1.0.0-beta1-build1051"
},
"commands": {
"test": "xunit.runner.aspnet"
}
},
"frameworks": {
"aspnet50": { },
"aspnetcore50": { }
},
}