We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da0e202 commit f31fea8Copy full SHA for f31fea8
1 file changed
build/NuSpecs/AppxManifest.xml
@@ -64,6 +64,7 @@
64
<ActivatableClass ActivatableClassId="Microsoft.Windows.AppNotifications.AppNotification" ThreadingModel="both" />
65
<ActivatableClass ActivatableClassId="Microsoft.Windows.AppNotifications.AppNotificationProgressData" ThreadingModel="both" />
66
<ActivatableClass ActivatableClassId="Microsoft.Windows.AppNotifications.AppNotificationActivatedEventArgs" ThreadingModel="both" />
67
+ <ActivatableClass ActivatableClassId="Microsoft.Windows.AppNotifications.AppNotificationConferencingConfig" ThreadingModel="both" />
68
69
<!-- AppNotificationBuilder -->
70
<ActivatableClass ActivatableClassId="Microsoft.Windows.AppNotifications.Builder.AppNotificationBuilder" ThreadingModel="both" />
0 commit comments