Skip to content

Commit

Permalink
Removes UniversalBGTask Activation class from framework manifest (#4863)
Browse files Browse the repository at this point in the history
Signed-off-by: godlytalias <[email protected]>
  • Loading branch information
godlytalias authored Nov 8, 2024
1 parent 60a18ba commit c84fd08
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/NuSpecs/AppxManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
<ActivatableClass ActivatableClassId="Microsoft.Windows.Globalization.ApplicationLanguages" ThreadingModel="both" />
</InProcessServer>
</Extension>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll</Path>
<ActivatableClass ActivatableClassId="Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.Task" ThreadingModel="both" />
</InProcessServer>
</Extension>
<Extension Category="windows.activatableClass.inProcessServer">
<InProcessServer>
<Path>Microsoft.WindowsAppRuntime.dll</Path>
Expand Down

0 comments on commit c84fd08

Please sign in to comment.