asp.net core - ILoggerFactory could not be found after adding Microsoft.AspNetCore.HttpOverrides -


after adding dependency

"microsoft.aspnetcore.httpoverrides": "1.0.0-rc2-final" 

to project.json file asp.net core project, type iloggerfactory can not longer resolved. compile error saying "the type or namespace name 'iloggerfactory' not found (are missing using directive or assembly reference?)".

i did not change else adding reference. find strange.

any suggestions how can happen?


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -