Unit tests: Add lost reference to middleware
This commit is contained in:
Родитель
6a59e38966
Коммит
06918a0c14
|
@ -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": { }
|
||||
},
|
||||
}
|
Загрузка…
Ссылка в новой задаче