VS 2013 で Hangfire をセットアップしようとしています。パッケージ マネージャーからインストールしました。ただし、http://docs.hangfire.io/en/latest/quick-start.htmlに記載されているように app.UseHangfire (...) コードを追加すると。次のエラーが表示されます。
'Owin.IAppBuilder' does not contain a definition for 'UseHangfire' and no extension method 'UseHangfire' accepting a first argument of type 'Owin.IAppBuilder' could be found (are you missing a using directive or an assembly reference?)