Skip to content

Commit e8f7c20

Browse files
authored
remove Requirements Set "CustomFunctionsRuntime" from manifest (#124)
The following requirements will cause manifest validation to fail. <Requirements> <Sets DefaultMinVersion="1.1"> <Set Name="CustomFunctionsRuntime" MinVersion="1.1"/> </Sets> </Requirements> c:\dev\git\Excel-Custom-Functions>npm run validate > [email protected] validate c:\dev\git\Excel-Custom-Functions > office-toolbox validate -m manifest.xml Calling validation service. This might take a moment... ------------------------------------- Validation: Failed Error #1: No supported Office products detected: There are no platforms which fulfil the requirements specified in the manifest. The most common reasons for this failure are issues in the Requirements section. Please review the manifest and try again. (link: undefined) -------------------------------------
1 parent 7e668b5 commit e8f7c20

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

manifest.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html"/>
2323
</DefaultSettings>
2424
<Permissions>ReadWriteDocument</Permissions>
25-
<Requirements>
26-
<Sets DefaultMinVersion="1.1">
27-
<Set Name="CustomFunctionsRuntime" MinVersion="1.1"/>
28-
</Sets>
29-
</Requirements>
3025
<VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
3126
<Hosts>
3227
<Host xsi:type="Workbook">

0 commit comments

Comments
 (0)