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
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