We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a18ba commit c84fd08Copy full SHA for c84fd08
1 file changed
build/NuSpecs/AppxManifest.xml
@@ -25,12 +25,6 @@
25
<ActivatableClass ActivatableClassId="Microsoft.Windows.Globalization.ApplicationLanguages" ThreadingModel="both" />
26
</InProcessServer>
27
</Extension>
28
- <Extension Category="windows.activatableClass.inProcessServer">
29
- <InProcessServer>
30
- <Path>Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll</Path>
31
- <ActivatableClass ActivatableClassId="Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.Task" ThreadingModel="both" />
32
- </InProcessServer>
33
- </Extension>
34
<Extension Category="windows.activatableClass.inProcessServer">
35
<InProcessServer>
36
<Path>Microsoft.WindowsAppRuntime.dll</Path>
0 commit comments