couchbaselabs / Couchbase.Extensions

Extensions for Couchbase for .Net Core
Apache License 2.0
27 stars 14 forks source link

IApplicationLifetime is deprecated #64

Closed mgroves closed 5 years ago

mgroves commented 5 years ago

Use IHostApplicationLifetime instead. Visual Studio says that IApplicationLifetime has been deprecated in favor of IHostApplicationLifetime. I couldn't find a documentation link that outlines what version this deprecation happened in, but you might want to take a look here: https://github.com/aspnet/Extensions/issues/966

AppVeyorBot commented 5 years ago

:white_check_mark: Build Couchbase.Extensions 133 completed (commit https://github.com/couchbaselabs/Couchbase.Extensions/commit/9d3da8bb2d by @mgroves)

jeffrymorris commented 5 years ago

Thanks!