Skip to content

2. NuGet packages 📦

Artyom M edited this page Jun 26, 2022 · 1 revision

Here is all the available Microsoft.Extensions.Hosting.Wpf NuGet packages:

Name Description Latest version
Extensions.Hosting.Wpf The main library, with Microsoft.Extensions.Hosting for WPF support. NuGet
Extensions.Hosting.Wpf.TrayIcon An extension for Extensions.Hosting.Wpf, enabling tray icon support. NuGet
Extensions.Hosting.Wpf.Threading An extension library for Extensions.Hosting.Wpf, enabling support to switch to Main UI Thread or ThreadPool Thread with the help of Microsoft.VisualStudio.Threading. NuGet
Extensions.Hosting.Wpf.Bootstrap An extension library for Extensions.Hosting.Wpf, enabling support for more easier bootstrap for 3rd-party DI. NuGet

Installing from NuGet ⚙️

To install Extensions.Hosting.Wpf, run the following command in the Package Manager Console

Install-Package Extensions.Hosting.Wpf

Alternatively, use the NuGet package manager wizard in Visual Studio or your IDE of choice.

More details available here.

Clone this wiki locally