net10.0-windows7.0
namespace Microsoft.Extensions.Hosting.Systemd
{
    [UnsupportedOSPlatform("android")]
    [UnsupportedOSPlatform("browser")]
    [UnsupportedOSPlatform("ios")]
    [UnsupportedOSPlatform("maccatalyst")]
    [UnsupportedOSPlatform("tvos")]
    public class SystemdLifetime : IHostLifetime, IDisposable
    {
        public void Dispose();
    }
}
.NET
5.06.07.08.09.010.0
.NET Core
3.03.1
.NET Standard
2.1
Information specific to net10.0
Platforms This API is only available when you target a specific platform:
Windows
7.0
Information specific to net10.0-windows7.0
Assemblies

Microsoft.Extensions.Hosting.Systemd , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60

Microsoft.Extensions.Hosting.Systemd , Version=9.0.0.3, PublicKeyToken=adb9793829ddae60

Referencing

Your project needs a package reference to Microsoft.Extensions.Hosting.Systemd.

Package Microsoft.Extensions.Hosting.Systemd (10.0.0-preview.1.25080.5) net9.0
Platform Restrictions

This API is supported on any platform except for these:

  • Android
  • Browser
  • iOS
  • Mac Catalyst
  • tvOS
  • Built-in API
  • Package-provided API