diff --git a/src/Elmah.Io.WinUI/ElmahIoWinUI.cs b/src/Elmah.Io.WinUI/ElmahIoWinUI.cs index c997a9c..cccd9f1 100644 --- a/src/Elmah.Io.WinUI/ElmahIoWinUI.cs +++ b/src/Elmah.Io.WinUI/ElmahIoWinUI.cs @@ -167,7 +167,7 @@ private static void CreateInstallation() [ new AssemblyInfo { Name = "Elmah.Io.WinUI", Version = _assemblyVersion }, new AssemblyInfo { Name = "Elmah.Io.Client", Version = _elmahIoClientAssemblyVersion }, - new AssemblyInfo { Name = "Microsoft.WinUI", Version = _winUiAssemblyVersion } + new AssemblyInfo { Name = "Microsoft.WindowsAppSDK", Version = _winUiAssemblyVersion } ], };