diff --git a/build/.azure-pipelines.TemplateValidation.yml b/build/.azure-pipelines.TemplateValidation.yml index 64967e35..aa4dd4f3 100644 --- a/build/.azure-pipelines.TemplateValidation.yml +++ b/build/.azure-pipelines.TemplateValidation.yml @@ -30,6 +30,7 @@ jobs: "NoServerNoHttp;;-preset recommended -server false -http false", "NoTests;;-preset recommended -tests none", "FrameNavigation;; -preset recommended --navigation blank", + "WasmMultiThreading;;-wasm-multi-threading true", # Disabling this test for now as it was specific to net7 # https://github.com/unoplatform/uno.templates/issues/22 diff --git a/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj b/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj index b763756b..90e6831e 100644 --- a/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj +++ b/src/Uno.Templates/content/unoapp/MyExtensionsApp.1/MyExtensionsApp.1.csproj @@ -103,6 +103,17 @@ ThemeService; + + + + true + 8 +